Skip to content

Commit

Permalink
ensure mantle sepolia metatx & eth deposit upgrade time
Browse files Browse the repository at this point in the history
Signed-off-by: pandainzoo <gary.zhu@mantle.xyz>
  • Loading branch information
pandainzoo committed Jul 3, 2024
1 parent 084a975 commit 1fbca14
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions core/mantle_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ var (
BaseFeeTime: u64Ptr(0),
BVMETHMintUpgradeTime: u64Ptr(0),
MetaTxV2UpgradeTime: u64Ptr(0),
MetaTxV3UpgradeTime: u64Ptr(0), //TODO set upgrade timestamp
MetaTxV3UpgradeTime: nil, //TODO set upgrade timestamp
}

MantleSepoliaUpgradeConfig = MantleUpgradeChainConfig{
ChainID: params.MantleSepoliaChainId,
BaseFeeTime: u64Ptr(1_704_891_600),
BVMETHMintUpgradeTime: nil, //TODO set upgrade timestamp
MetaTxV2UpgradeTime: nil, //TODO set upgrade timestamp
MetaTxV3UpgradeTime: nil, //TODO set upgrade timestamp
BVMETHMintUpgradeTime: u64Ptr(1720594800),
MetaTxV2UpgradeTime: u64Ptr(1720594800),
MetaTxV3UpgradeTime: u64Ptr(1720594800),
}
MantleSepoliaQA3UpgradeConfig = MantleUpgradeChainConfig{
ChainID: params.MantleSepoliaQA3ChainId,
Expand Down

0 comments on commit 1fbca14

Please sign in to comment.