mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
18 lines
431 B
JSON
18 lines
431 B
JSON
{
|
|
"name": "EIP-4345",
|
|
"number": 4345,
|
|
"comment": "Difficulty Bomb Delay to June 2022",
|
|
"url": "https://eips.ethereum.org/EIPS/eip-4345",
|
|
"status": "Review",
|
|
"minimumHardfork": "london",
|
|
"gasConfig": {},
|
|
"gasPrices": {},
|
|
"vm": {},
|
|
"pow": {
|
|
"difficultyBombDelay": {
|
|
"v": 10700000,
|
|
"d": "the amount of blocks to delay the difficulty bomb with"
|
|
}
|
|
}
|
|
}
|