Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Jul 25, 2024
1 parent cd33c78 commit e27d494
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions preset/LocalThreeMasterNodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,7 @@ var LocalThreeMasterNodesNetworkGenesis = &genesis.CustomGenesis{
{
Address: thor.MustParseAddress("0x7567d83b7b8d80addcb281a71d54fc7b3364ffed"),
Balance: convToHexOrDecimal256(consts.LargeBigValue),
Energy: convToHexOrDecimal256(big.NewInt(0)),
Code: "0x6060604052600256",
Storage: map[string]thor.Bytes32{
"0x0000000000000000000000000000000000000000000000000000000000000001": thor.MustParseBytes32("0x0000000000000000000000000000000000000000000000000000000000000002"),
},
Energy: convToHexOrDecimal256(consts.LargeBigValue),
},
{
Address: thor.MustParseAddress("0x61fF580B63D3845934610222245C116E013717ec"),
Expand Down

0 comments on commit e27d494

Please sign in to comment.