Skip to content

Commit

Permalink
[iip-13] set mainnet contract address and height (#3894)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie authored Jul 1, 2023
1 parent 44692a2 commit c91dd5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions blockchain/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ func defaultConfig() Genesis {
ProbationEpochPeriod: 6,
ProbationIntensityRate: 90,
UnproductiveDelegateMaxCacheSize: 20,
// TODO (iip-13): replace the following with the address and height on mainnet
SystemStakingContractAddress: "io1uw3gvmhrjz5mwxpd966wxxt6fn5uuvwfpynrwj",
SystemStakingContractHeight: 20386536,
SystemStakingContractAddress: "io1drde9f483guaetl3w3w6n6y7yv80f8fael7qme", // https://iotexscout.io/tx/8b899515d180d631abe8596b091380b0f42117122415393fa459c74c2bc5b6af
SystemStakingContractHeight: 24486464,
},
Rewarding: Rewarding{
InitBalanceStr: unit.ConvertIotxToRau(200000000).String(),
Expand Down

0 comments on commit c91dd5e

Please sign in to comment.