mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
fix: update mumbai config
This commit is contained in:
parent
8e3d66c5e4
commit
98123ba757
1 changed files with 4 additions and 2 deletions
|
|
@ -278,12 +278,14 @@ var (
|
||||||
Bor: &BorConfig{
|
Bor: &BorConfig{
|
||||||
JaipurBlock: 22770000,
|
JaipurBlock: 22770000,
|
||||||
Period: map[string]uint64{
|
Period: map[string]uint64{
|
||||||
"0": 2,
|
"0": 2,
|
||||||
|
"25275000": 5,
|
||||||
},
|
},
|
||||||
ProducerDelay: 6,
|
ProducerDelay: 6,
|
||||||
Sprint: 64,
|
Sprint: 64,
|
||||||
BackupMultiplier: map[string]uint64{
|
BackupMultiplier: map[string]uint64{
|
||||||
"0": 2,
|
"0": 2,
|
||||||
|
"25275000": 5,
|
||||||
},
|
},
|
||||||
ValidatorContract: "0x0000000000000000000000000000000000001000",
|
ValidatorContract: "0x0000000000000000000000000000000000001000",
|
||||||
StateReceiverContract: "0x0000000000000000000000000000000000001001",
|
StateReceiverContract: "0x0000000000000000000000000000000000001001",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue