From b12ef0fe9e4e971a2853b02c89c3958bc377efcf Mon Sep 17 00:00:00 2001 From: Chen Chen <34592639+envestcc@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:58:29 +0800 Subject: [PATCH] [genesis] set default staking contract v2 address & start height for mainnet (#4329) --- blockchain/genesis/genesis.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/blockchain/genesis/genesis.go b/blockchain/genesis/genesis.go index 249d8ed9df..c46b722334 100644 --- a/blockchain/genesis/genesis.go +++ b/blockchain/genesis/genesis.go @@ -92,9 +92,8 @@ func defaultConfig() Genesis { UnproductiveDelegateMaxCacheSize: 20, SystemStakingContractAddress: "io1drde9f483guaetl3w3w6n6y7yv80f8fael7qme", // https://iotexscout.io/tx/8b899515d180d631abe8596b091380b0f42117122415393fa459c74c2bc5b6af SystemStakingContractHeight: 24486464, - // TODO: update after v2 staking contract deployment - SystemStakingContractV2Address: "", - SystemStakingContractV2Height: 44486464, + SystemStakingContractV2Address: "io13mjjr5shj4mte39axwsqjp8fdggk0qzjhatprp", // https://iotexscan.io/tx/b838b7a7c95e511fd8b256c5cbafde0547a72215d682eb60668d1b475a1beb70 + SystemStakingContractV2Height: 30934838, }, Rewarding: Rewarding{ InitBalanceStr: unit.ConvertIotxToRau(200000000).String(),