mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-05 10:32:19 +00:00
Update bor mumbai config (#3937)
This commit is contained in:
parent
c5b1836481
commit
ab29bfc7d5
@ -448,12 +448,16 @@ var (
|
|||||||
Bor: &BorConfig{
|
Bor: &BorConfig{
|
||||||
JaipurBlock: 22770000,
|
JaipurBlock: 22770000,
|
||||||
Period: map[string]uint64{
|
Period: map[string]uint64{
|
||||||
"0": 2,
|
"0": 2,
|
||||||
}, ProducerDelay: 6,
|
"25275000": 5,
|
||||||
Sprint: 64,
|
},
|
||||||
|
ProducerDelay: 6,
|
||||||
|
Sprint: 64,
|
||||||
BackupMultiplier: map[string]uint64{
|
BackupMultiplier: map[string]uint64{
|
||||||
"0": 2,
|
"0": 2,
|
||||||
}, ValidatorContract: "0x0000000000000000000000000000000000001000",
|
"25275000": 5,
|
||||||
|
},
|
||||||
|
ValidatorContract: "0x0000000000000000000000000000000000001000",
|
||||||
StateReceiverContract: "0x0000000000000000000000000000000000001001",
|
StateReceiverContract: "0x0000000000000000000000000000000000001001",
|
||||||
BurntContract: map[string]string{
|
BurntContract: map[string]string{
|
||||||
"22640000": "0x70bcA57F4579f58670aB2d18Ef16e02C17553C38",
|
"22640000": "0x70bcA57F4579f58670aB2d18Ef16e02C17553C38",
|
||||||
|
Loading…
Reference in New Issue
Block a user