ropsten.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "name": "ropsten",
  3. "chainId": 3,
  4. "networkId": 3,
  5. "defaultHardfork": "istanbul",
  6. "consensus": {
  7. "type": "pow",
  8. "algorithm": "ethash",
  9. "ethash": {}
  10. },
  11. "comment": "PoW test network",
  12. "url": "https://github.com/ethereum/ropsten",
  13. "genesis": {
  14. "hash": "0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d",
  15. "timestamp": null,
  16. "gasLimit": 16777216,
  17. "difficulty": 1048576,
  18. "nonce": "0x0000000000000042",
  19. "extraData": "0x3535353535353535353535353535353535353535353535353535353535353535",
  20. "stateRoot": "0x217b0bbcfb72e2d57e28f33cb361b9983513177755dc3f33ce3e7022ed62b77b"
  21. },
  22. "hardforks": [
  23. {
  24. "name": "chainstart",
  25. "block": 0,
  26. "forkHash": "0x30c7ddbc"
  27. },
  28. {
  29. "name": "homestead",
  30. "block": 0,
  31. "forkHash": "0x30c7ddbc"
  32. },
  33. {
  34. "name": "tangerineWhistle",
  35. "block": 0,
  36. "forkHash": "0x30c7ddbc"
  37. },
  38. {
  39. "name": "spuriousDragon",
  40. "block": 10,
  41. "forkHash": "0x63760190"
  42. },
  43. {
  44. "name": "byzantium",
  45. "block": 1700000,
  46. "forkHash": "0x3ea159c7"
  47. },
  48. {
  49. "name": "constantinople",
  50. "block": 4230000,
  51. "forkHash": "0x97b544f3"
  52. },
  53. {
  54. "name": "petersburg",
  55. "block": 4939394,
  56. "forkHash": "0xd6e2149b"
  57. },
  58. {
  59. "name": "istanbul",
  60. "block": 6485846,
  61. "forkHash": "0x4bc66396"
  62. },
  63. {
  64. "name": "muirGlacier",
  65. "block": 7117117,
  66. "forkHash": "0x6727ef90"
  67. },
  68. {
  69. "name": "berlin",
  70. "block": 9812189,
  71. "forkHash": "0xa157d377"
  72. },
  73. {
  74. "name": "london",
  75. "block": 10499401,
  76. "forkHash": "0x7119b6b3"
  77. },
  78. {
  79. "name": "merge",
  80. "block": null,
  81. "forkash": null
  82. },
  83. {
  84. "name": "shanghai",
  85. "block": null,
  86. "forkash": null
  87. }
  88. ],
  89. "bootstrapNodes": [
  90. {
  91. "ip": "52.176.7.10",
  92. "port": 30303,
  93. "id": "30b7ab30a01c124a6cceca36863ece12c4f5fa68e3ba9b0b51407ccc002eeed3b3102d20a88f1c1d3c3154e2449317b8ef95090e77b312d5cc39354f86d5d606",
  94. "location": "",
  95. "comment": "US-Azure geth"
  96. },
  97. {
  98. "ip": "52.176.100.77",
  99. "port": 30303,
  100. "id": "865a63255b3bb68023b6bffd5095118fcc13e79dcf014fe4e47e065c350c7cc72af2e53eff895f11ba1bbb6a2b33271c1116ee870f266618eadfc2e78aa7349c",
  101. "location": "",
  102. "comment": "US-Azure parity"
  103. },
  104. {
  105. "ip": "52.232.243.152",
  106. "port": 30303,
  107. "id": "6332792c4a00e3e4ee0926ed89e0d27ef985424d97b6a45bf0f23e51f0dcb5e66b875777506458aea7af6f9e4ffb69f43f3778ee73c81ed9d34c51c4b16b0b0f",
  108. "location": "",
  109. "comment": "Parity"
  110. },
  111. {
  112. "ip": "192.81.208.223",
  113. "port": 30303,
  114. "id": "94c15d1b9e2fe7ce56e458b9a3b672ef11894ddedd0c6f247e0f1d3487f52b66208fb4aeb8179fce6e3a749ea93ed147c37976d67af557508d199d9594c35f09",
  115. "location": "",
  116. "comment": "@gpip"
  117. }
  118. ],
  119. "dnsNetworks": [
  120. "enrtree://AKA3AM6LPBYEUDMVNU3BSVQJ5AD45Y7YPOHJLEF6W26QOE4VTUDPE@all.ropsten.ethdisco.net"
  121. ]
  122. }