Enable EIP-2384 for ice age hard fork (#11281)

* Enable EIP-2384 for Istanbul hard fork

* Update bomb delay block number

* Update ropsten.json
This commit is contained in:
Wei Tang 2019-12-11 22:32:20 +01:00 committed by GitHub
parent f1f64930cf
commit 4fa78e0537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -136,7 +136,8 @@
"eip100bTransition": "0x42ae50",
"difficultyBombDelays": {
"0x42ae50": "0x2dc6c0",
"0x6f1580": "0x1e8480"
"0x6f1580": "0x1e8480",
"0x8c6180": "0x3d0900"
}
}
}

View File

@ -16,7 +16,8 @@
"eip100bTransition": "0x19f0a0",
"difficultyBombDelays": {
"0x19f0a0": "0x2dc6c0",
"0x408b70": "0x1e8480"
"0x408b70": "0x1e8480",
"0x6c993d": "0x3d0900"
}
}
}