Skip to content

Commit

Permalink
revert config
Browse files Browse the repository at this point in the history
  • Loading branch information
envestcc committed Jun 8, 2023
1 parent 04d95d1 commit ead5608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blockchain/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ func defaultConfig() Genesis {
ProbationIntensityRate: 90,
UnproductiveDelegateMaxCacheSize: 20,
// TODO (iip-13): replace the following with the address and height on mainnet
SystemStakingContractAddress: "io1224slckr49ryfhsg3z3m484pgsm89esl2nd4jh",
SystemStakingContractHeight: 20645456,
SystemStakingContractAddress: "io1uw3gvmhrjz5mwxpd966wxxt6fn5uuvwfpynrwj",
SystemStakingContractHeight: 20386536,
},
Rewarding: Rewarding{
InitBalanceStr: unit.ConvertIotxToRau(200000000).String(),
Expand Down

0 comments on commit ead5608

Please sign in to comment.