Skip to content

Commit

Permalink
update contract deployment on TestNet
Browse files Browse the repository at this point in the history
  • Loading branch information
envestcc committed Jun 7, 2023
1 parent b81470c commit ee97ae4
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: "io14g76t4d03c27pa4lthv98207wwa6e3ptvhcsq5",
SystemStakingContractHeight: 20635347,
SystemStakingContractAddress: "io1224slckr49ryfhsg3z3m484pgsm89esl2nd4jh",
SystemStakingContractHeight: 20645456,
},
Rewarding: Rewarding{
InitBalanceStr: unit.ConvertIotxToRau(200000000).String(),
Expand Down

0 comments on commit ee97ae4

Please sign in to comment.