Skip to content

Commit

Permalink
bump DefaultPremineBalance (0xPolygon#715)
Browse files Browse the repository at this point in the history
Co-authored-by: Lavinia Talpas <laviniatalpas@Lavinia.local>
  • Loading branch information
laviniat1996 and Lavinia Talpas authored Sep 12, 2022
1 parent c39d854 commit 7ada10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
DefaultGenesisFileName = "genesis.json"
DefaultChainName = "polygon-edge"
DefaultChainID = 100
DefaultPremineBalance = "0x3635C9ADC5DEA00000" // 1000 ETH
DefaultPremineBalance = "0xD3C21BCECCEDA1000000" // 1 million units of native network currency
DefaultConsensus = server.IBFTConsensus
DefaultGenesisGasUsed = 458752 // 0x70000
DefaultGenesisGasLimit = 5242880 // 0x500000
Expand Down

0 comments on commit 7ada10f

Please sign in to comment.