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:
HAOYUatHZ 2024-06-26 17:07:59 +08:00 committed by GitHub
parent 360bc1ed5e
commit b521e62626
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,