Skip to content

Commit b521e62

Browse files
update scroll-mainnet CurieBlock (#859)
feat: delay Scroll mainnet Curie block by 6 days (#850) * feat: delay Scroll mainnet Curie block by 6 days * update * update Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
1 parent 360bc1e commit b521e62

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)