Skip to content

Commit 9c428cf

Browse files
authored
Merge pull request #143 from mantlenetworkio/gary/mainnet_limb
enable mainnet limb time
2 parents 71d2a0f + 73a30b1 commit 9c428cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/mantle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
ProxyOwnerUpgradeTime: u64Ptr(1_742_367_600),
2323
MantleEverestTime: u64Ptr(1_742_367_600),
2424
MantleSkadiTime: u64Ptr(1_756_278_000),
25-
MantleLimbTime: nil,
25+
MantleLimbTime: u64Ptr(1_768_374_000),
2626
}
2727
MantleSepoliaUpgradeConfig = MantleUpgradeChainConfig{
2828
ChainID: MantleSepoliaChainId,

0 commit comments

Comments
 (0)