Skip to content

Commit 87631b0

Browse files
authored
enable mainnet everest time (#104)
Signed-off-by: pandainzoo <gary.zhu@mantle.xyz>
1 parent d28ec49 commit 87631b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/mantle_upgrade.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ var (
1212
BaseFeeTime: u64Ptr(0),
1313
BVMETHMintUpgradeTime: u64Ptr(0),
1414
MetaTxV2UpgradeTime: u64Ptr(0),
15-
MetaTxV3UpgradeTime: nil, //TODO set upgrade timestamp
16-
ProxyOwnerUpgradeTime: nil, //TODO set upgrade timestamp
17-
MantleEverestTime: nil,
15+
MetaTxV3UpgradeTime: u64Ptr(1_742_367_600),
16+
ProxyOwnerUpgradeTime: u64Ptr(1_742_367_600),
17+
MantleEverestTime: u64Ptr(1_742_367_600),
1818
}
1919
MantleSepoliaUpgradeConfig = MantleUpgradeChainConfig{
2020
ChainID: params.MantleSepoliaChainId,
@@ -48,7 +48,7 @@ var (
4848
BVMETHMintUpgradeTime: u64Ptr(0),
4949
MetaTxV2UpgradeTime: u64Ptr(0),
5050
MetaTxV3UpgradeTime: u64Ptr(0),
51-
ProxyOwnerUpgradeTime: nil, // don't set to 0
51+
ProxyOwnerUpgradeTime: nil,
5252
MantleEverestTime: u64Ptr(0),
5353
}
5454
)

0 commit comments

Comments
 (0)