Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
bump DefaultPremineBalance
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavinia Talpas authored and Lavinia Talpas committed Sep 5, 2022
1 parent c39d854 commit f1d4514
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 f1d4514

Please sign in to comment.