Skip to content

Commit

Permalink
Update op mainnet granite time
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed Sep 26, 2024
1 parent 9503035 commit 417e82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/superchain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ var opMainnetCfg = hardforkConfig{
CanyonTime: big.NewInt(1704992401),
EcotoneTime: big.NewInt(1710374401),
FjordTime: big.NewInt(1720627201),
GraniteTime: nil,
GraniteTime: big.NewInt(1726070401),
EIP1559Elasticity: 6,
EIP1559Denominator: 50,
EIP1559DenominatorCanyon: 250,
Expand Down

0 comments on commit 417e82d

Please sign in to comment.