Skip to content

Commit 3d5d489

Browse files
Thegaram0xmountaintop
authored andcommitted
feat: delay Scroll mainnet Curie block by 6 days (#850)
* feat: delay Scroll mainnet Curie block by 6 days * update * update
1 parent 360bc1e commit 3d5d489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ var (
279279
ShanghaiTime: newUint64(0),
280280
ArchimedesBlock: big.NewInt(0),
281281
BernoulliBlock: big.NewInt(5220340),
282-
CurieBlock: big.NewInt(6924036),
282+
CurieBlock: big.NewInt(7096836),
283283
DescartesBlock: nil,
284284
Clique: &CliqueConfig{
285285
Period: 3,

0 commit comments

Comments
 (0)