@@ -12,29 +12,28 @@ var (
1212 BaseFeeTime : u64Ptr (0 ),
1313 BVMETHMintUpgradeTime : u64Ptr (0 ),
1414 MetaTxV2UpgradeTime : u64Ptr (0 ),
15- MetaTxV3UpgradeTime : u64Ptr ( 0 ) , //TODO set upgrade timestamp
15+ MetaTxV3UpgradeTime : nil , //TODO set upgrade timestamp
1616 }
17-
1817 MantleSepoliaUpgradeConfig = MantleUpgradeChainConfig {
1918 ChainID : params .MantleSepoliaChainId ,
2019 BaseFeeTime : u64Ptr (1_704_891_600 ),
21- BVMETHMintUpgradeTime : nil , //TODO set upgrade timestamp
22- MetaTxV2UpgradeTime : nil , //TODO set upgrade timestamp
23- MetaTxV3UpgradeTime : nil , //TODO set upgrade timestamp
20+ BVMETHMintUpgradeTime : u64Ptr ( 1_720_594_800 ),
21+ MetaTxV2UpgradeTime : u64Ptr ( 1_720_594_800 ),
22+ MetaTxV3UpgradeTime : u64Ptr ( 1_720_594_800 ),
2423 }
2524 MantleSepoliaQA3UpgradeConfig = MantleUpgradeChainConfig {
2625 ChainID : params .MantleSepoliaQA3ChainId ,
2726 BaseFeeTime : u64Ptr (0 ),
2827 BVMETHMintUpgradeTime : u64Ptr (0 ),
2928 MetaTxV2UpgradeTime : u64Ptr (0 ),
30- MetaTxV3UpgradeTime : u64Ptr (1717689600 ),
29+ MetaTxV3UpgradeTime : u64Ptr (1_717_689_600 ),
3130 }
3231 MantleSepoliaQA9UpgradeConfig = MantleUpgradeChainConfig {
3332 ChainID : params .MantleSepoliaQA9ChainId ,
3433 BaseFeeTime : u64Ptr (0 ),
3534 BVMETHMintUpgradeTime : u64Ptr (0 ),
3635 MetaTxV2UpgradeTime : u64Ptr (0 ),
37- MetaTxV3UpgradeTime : u64Ptr (1716962400 ),
36+ MetaTxV3UpgradeTime : u64Ptr (1_716_962_400 ),
3837 }
3938 MantleLocalUpgradeConfig = MantleUpgradeChainConfig {
4039 ChainID : params .MantleLocalChainId ,
0 commit comments