mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"name": "EIP-3855",
|
|
"number": 3855,
|
|
"comment": "PUSH0 instruction",
|
|
"url": "https://eips.ethereum.org/EIPS/eip-3855",
|
|
"status": "Review",
|
|
"minimumHardfork": "chainstart",
|
|
"requiredEIPs": [],
|
|
"gasConfig": {},
|
|
"gasPrices": {
|
|
"push0": {
|
|
"v": 2,
|
|
"d": "Base fee of the PUSH0 opcode"
|
|
}
|
|
},
|
|
"vm": {},
|
|
"pow": {}
|
|
}
|