mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
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>
This commit is contained in:
parent
360bc1ed5e
commit
b521e62626
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ var (
|
|||
ShanghaiTime: newUint64(0),
|
||||
ArchimedesBlock: big.NewInt(0),
|
||||
BernoulliBlock: big.NewInt(5220340),
|
||||
CurieBlock: big.NewInt(6924036),
|
||||
CurieBlock: big.NewInt(7096836),
|
||||
DescartesBlock: nil,
|
||||
Clique: &CliqueConfig{
|
||||
Period: 3,
|
||||
|
|
|
|||
Loading…
Reference in a new issue