spuriousDragon.json 557 B

1234567891011121314151617181920
  1. {
  2. "name": "spuriousDragon",
  3. "comment": "HF with EIPs for simple replay attack protection, EXP cost increase, state trie clearing, contract code size limit",
  4. "url": "https://eips.ethereum.org/EIPS/eip-607",
  5. "status": "Final",
  6. "gasConfig": {},
  7. "gasPrices": {
  8. "expByte": {
  9. "v": 50,
  10. "d": "Times ceil(log256(exponent)) for the EXP instruction"
  11. }
  12. },
  13. "vm": {
  14. "maxCodeSize": {
  15. "v": 24576,
  16. "d": "Maximum length of contract code"
  17. }
  18. },
  19. "pow": {}
  20. }