mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
change mumbai and mainnet blocks
This commit is contained in:
parent
5a9a8c5804
commit
709bbc8a3e
7 changed files with 24 additions and 24 deletions
|
|
@ -15,17 +15,17 @@
|
|||
"londonBlock": 23850000,
|
||||
"bor": {
|
||||
"jaipurBlock": 23850000,
|
||||
"delhiBlock": 36499200,
|
||||
"delhiBlock": 36499456,
|
||||
"period": {
|
||||
"0": 2
|
||||
},
|
||||
"producerDelay": {
|
||||
"0": 6,
|
||||
"36499200": 4
|
||||
"36499456": 4
|
||||
},
|
||||
"sprint": {
|
||||
"0": 64,
|
||||
"36499200": 16
|
||||
"36499456": 16
|
||||
},
|
||||
"backupMultiplier": {
|
||||
"0": 2
|
||||
|
|
|
|||
|
|
@ -15,18 +15,18 @@
|
|||
"londonBlock": 22640000,
|
||||
"bor": {
|
||||
"jaipurBlock": 22770000,
|
||||
"delhiBlock": 29388800,
|
||||
"delhiBlock": 29389056,
|
||||
"period": {
|
||||
"0": 2,
|
||||
"25275000": 5
|
||||
},
|
||||
"producerDelay": {
|
||||
"0": 6,
|
||||
"29388800": 4
|
||||
"29389056": 4
|
||||
},
|
||||
"sprint": {
|
||||
"0": 64,
|
||||
"29388800": 16
|
||||
"29389056": 16
|
||||
},
|
||||
"backupMultiplier": {
|
||||
"0": 2,
|
||||
|
|
|
|||
|
|
@ -30,17 +30,17 @@ var mainnetBor = &Chain{
|
|||
LondonBlock: big.NewInt(23850000),
|
||||
Bor: ¶ms.BorConfig{
|
||||
JaipurBlock: big.NewInt(23850000),
|
||||
DelhiBlock: big.NewInt(36499200),
|
||||
DelhiBlock: big.NewInt(36499456),
|
||||
Period: map[string]uint64{
|
||||
"0": 2,
|
||||
},
|
||||
ProducerDelay: map[string]uint64{
|
||||
"0": 6,
|
||||
"36499200": 4,
|
||||
"36499456": 4,
|
||||
},
|
||||
Sprint: map[string]uint64{
|
||||
"0": 64,
|
||||
"36499200": 16,
|
||||
"36499456": 16,
|
||||
},
|
||||
BackupMultiplier: map[string]uint64{
|
||||
"0": 2,
|
||||
|
|
|
|||
|
|
@ -30,18 +30,18 @@ var mumbaiTestnet = &Chain{
|
|||
LondonBlock: big.NewInt(22640000),
|
||||
Bor: ¶ms.BorConfig{
|
||||
JaipurBlock: big.NewInt(22770000),
|
||||
DelhiBlock: big.NewInt(29388800),
|
||||
DelhiBlock: big.NewInt(29389056),
|
||||
Period: map[string]uint64{
|
||||
"0": 2,
|
||||
"25275000": 5,
|
||||
},
|
||||
ProducerDelay: map[string]uint64{
|
||||
"0": 6,
|
||||
"29388800": 4,
|
||||
"29389056": 4,
|
||||
},
|
||||
Sprint: map[string]uint64{
|
||||
"0": 64,
|
||||
"29388800": 16,
|
||||
"29389056": 16,
|
||||
},
|
||||
BackupMultiplier: map[string]uint64{
|
||||
"0": 2,
|
||||
|
|
|
|||
|
|
@ -20,11 +20,11 @@
|
|||
},
|
||||
"producerDelay": {
|
||||
"0": 6,
|
||||
"29388800": 4
|
||||
"29389056": 4
|
||||
},
|
||||
"sprint": {
|
||||
"0": 64,
|
||||
"29388800": 16
|
||||
"29389056": 16
|
||||
},
|
||||
"backupMultiplier": {
|
||||
"0": 2
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
"22640000": "0x70bcA57F4579f58670aB2d18Ef16e02C17553C38"
|
||||
},
|
||||
"jaipurBlock": 22770000,
|
||||
"delhiBlock": 29388800
|
||||
"delhiBlock": 29389056
|
||||
}
|
||||
},
|
||||
"nonce": "0x0",
|
||||
|
|
|
|||
|
|
@ -22,11 +22,11 @@
|
|||
},
|
||||
"producerDelay":{
|
||||
"0": 6,
|
||||
"29388800": 4
|
||||
"29389056": 4
|
||||
},
|
||||
"sprint":{
|
||||
"0": 64,
|
||||
"29388800": 16
|
||||
"29389056": 16
|
||||
},
|
||||
"backupMultiplier":{
|
||||
"0":2
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
"22640000":"0x70bcA57F4579f58670aB2d18Ef16e02C17553C38"
|
||||
},
|
||||
"jaipurBlock":22770000,
|
||||
"delhiBlock": 29388800
|
||||
"delhiBlock": 29389056
|
||||
}
|
||||
},
|
||||
"nonce":"0x0",
|
||||
|
|
|
|||
|
|
@ -350,18 +350,18 @@ var (
|
|||
LondonBlock: big.NewInt(22640000),
|
||||
Bor: &BorConfig{
|
||||
JaipurBlock: big.NewInt(22770000),
|
||||
DelhiBlock: big.NewInt(29388800),
|
||||
DelhiBlock: big.NewInt(29389056),
|
||||
Period: map[string]uint64{
|
||||
"0": 2,
|
||||
"25275000": 5,
|
||||
},
|
||||
ProducerDelay: map[string]uint64{
|
||||
"0": 6,
|
||||
"29388800": 4,
|
||||
"29389056": 4,
|
||||
},
|
||||
Sprint: map[string]uint64{
|
||||
"0": 64,
|
||||
"29388800": 16,
|
||||
"29389056": 16,
|
||||
},
|
||||
BackupMultiplier: map[string]uint64{
|
||||
"0": 2,
|
||||
|
|
@ -402,17 +402,17 @@ var (
|
|||
LondonBlock: big.NewInt(23850000),
|
||||
Bor: &BorConfig{
|
||||
JaipurBlock: big.NewInt(23850000),
|
||||
DelhiBlock: big.NewInt(36499200),
|
||||
DelhiBlock: big.NewInt(36499456),
|
||||
Period: map[string]uint64{
|
||||
"0": 2,
|
||||
},
|
||||
ProducerDelay: map[string]uint64{
|
||||
"0": 6,
|
||||
"36499200": 4,
|
||||
"36499456": 4,
|
||||
},
|
||||
Sprint: map[string]uint64{
|
||||
"0": 64,
|
||||
"36499200": 16,
|
||||
"36499456": 16,
|
||||
},
|
||||
BackupMultiplier: map[string]uint64{
|
||||
"0": 2,
|
||||
|
|
|
|||
Loading…
Reference in a new issue