mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
update CurieBlock for scrol- mainnet & scroll-sepolia (#848)
update CurieBlock for scrol-mainnet & scroll-sepolia
This commit is contained in:
parent
ec6915d9b6
commit
02a6b64718
1 changed files with 2 additions and 2 deletions
|
|
@ -241,7 +241,7 @@ var (
|
||||||
ShanghaiTime: newUint64(0),
|
ShanghaiTime: newUint64(0),
|
||||||
ArchimedesBlock: big.NewInt(0),
|
ArchimedesBlock: big.NewInt(0),
|
||||||
BernoulliBlock: big.NewInt(3747132),
|
BernoulliBlock: big.NewInt(3747132),
|
||||||
CurieBlock: nil,
|
CurieBlock: big.NewInt(4740239),
|
||||||
DescartesBlock: nil,
|
DescartesBlock: nil,
|
||||||
Clique: &CliqueConfig{
|
Clique: &CliqueConfig{
|
||||||
Period: 3,
|
Period: 3,
|
||||||
|
|
@ -279,7 +279,7 @@ var (
|
||||||
ShanghaiTime: newUint64(0),
|
ShanghaiTime: newUint64(0),
|
||||||
ArchimedesBlock: big.NewInt(0),
|
ArchimedesBlock: big.NewInt(0),
|
||||||
BernoulliBlock: big.NewInt(5220340),
|
BernoulliBlock: big.NewInt(5220340),
|
||||||
CurieBlock: nil,
|
CurieBlock: big.NewInt(6924036),
|
||||||
DescartesBlock: nil,
|
DescartesBlock: nil,
|
||||||
Clique: &CliqueConfig{
|
Clique: &CliqueConfig{
|
||||||
Period: 3,
|
Period: 3,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue