Mainnet Delhi fork

This commit is contained in:
Jerry 2023-01-04 12:11:49 -08:00
parent 205930ef30
commit 59bdbef42a
3 changed files with 15 additions and 6 deletions

View file

@ -15,14 +15,17 @@
"londonBlock": 23850000,
"bor": {
"jaipurBlock": 23850000,
"delhiBlock": 38174376,
"period": {
"0": 2
},
"producerDelay": {
"0": 6
"0": 6,
"38174376": 4
},
"sprint": {
"0": 64
"0": 64,
"38174376": 16
},
"backupMultiplier": {
"0": 2

View file

@ -30,14 +30,17 @@ var mainnetBor = &Chain{
LondonBlock: big.NewInt(23850000),
Bor: &params.BorConfig{
JaipurBlock: big.NewInt(23850000),
DelhiBlock: big.NewInt(38174376),
Period: map[string]uint64{
"0": 2,
},
ProducerDelay: map[string]uint64{
"0": 6,
"0": 6,
"38174376": 4,
},
Sprint: map[string]uint64{
"0": 64,
"0": 64,
"38174376": 16,
},
BackupMultiplier: map[string]uint64{
"0": 2,

View file

@ -404,14 +404,17 @@ var (
LondonBlock: big.NewInt(23850000),
Bor: &BorConfig{
JaipurBlock: big.NewInt(23850000),
DelhiBlock: big.NewInt(38174376),
Period: map[string]uint64{
"0": 2,
},
ProducerDelay: map[string]uint64{
"0": 6,
"0": 6,
"38174376": 4,
},
Sprint: map[string]uint64{
"0": 64,
"0": 64,
"38174376": 16,
},
BackupMultiplier: map[string]uint64{
"0": 2,