Skip to content

Commit 71d2a0f

Browse files
authored
Merge pull request #139 from mantlenetworkio/gary/sepolia_limb
enable sepolia limb time
2 parents 9ae86b0 + fdd4cce commit 71d2a0f

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
@@ -33,7 +33,7 @@ var (
3333
ProxyOwnerUpgradeTime: nil,
3434
MantleEverestTime: u64Ptr(1_737_010_800),
3535
MantleSkadiTime: u64Ptr(1_752_649_200),
36-
MantleLimbTime: nil,
36+
MantleLimbTime: u64Ptr(1_764_745_200),
3737
}
3838
MantleSepoliaQA6UpgradeConfig = MantleUpgradeChainConfig{
3939
ChainID: MantleSepoliaQA6ChainId,

0 commit comments

Comments
 (0)