rinkeby.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "name": "rinkeby",
  3. "chainId": 4,
  4. "networkId": 4,
  5. "defaultHardfork": "istanbul",
  6. "consensus": {
  7. "type": "poa",
  8. "algorithm": "clique",
  9. "clique": {
  10. "period": 15,
  11. "epoch": 30000
  12. }
  13. },
  14. "comment": "PoA test network",
  15. "url": "https://www.rinkeby.io",
  16. "genesis": {
  17. "hash": "0x6341fd3daf94b748c72ced5a5b26028f2474f5f00d824504e4fa37a75767e177",
  18. "timestamp": "0x58ee40ba",
  19. "gasLimit": 4700000,
  20. "difficulty": 1,
  21. "nonce": "0x0000000000000000",
  22. "extraData": "0x52657370656374206d7920617574686f7269746168207e452e436172746d616e42eb768f2244c8811c63729a21a3569731535f067ffc57839b00206d1ad20c69a1981b489f772031b279182d99e65703f0076e4812653aab85fca0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  23. "stateRoot": "0x53580584816f617295ea26c0e17641e0120cab2f0a8ffb53a866fd53aa8e8c2d"
  24. },
  25. "hardforks": [
  26. {
  27. "name": "chainstart",
  28. "block": 0,
  29. "forkHash": "0x3b8e0691"
  30. },
  31. {
  32. "name": "homestead",
  33. "block": 1,
  34. "forkHash": "0x60949295"
  35. },
  36. {
  37. "name": "tangerineWhistle",
  38. "block": 2,
  39. "forkHash": "0x8bde40dd"
  40. },
  41. {
  42. "name": "spuriousDragon",
  43. "block": 3,
  44. "forkHash": "0xcb3a64bb"
  45. },
  46. {
  47. "name": "byzantium",
  48. "block": 1035301,
  49. "forkHash": "0x8d748b57"
  50. },
  51. {
  52. "name": "constantinople",
  53. "block": 3660663,
  54. "forkHash": "0xe49cab14"
  55. },
  56. {
  57. "name": "petersburg",
  58. "block": 4321234,
  59. "forkHash": "0xafec6b27"
  60. },
  61. {
  62. "name": "istanbul",
  63. "block": 5435345,
  64. "forkHash": "0xcbdb8838"
  65. },
  66. {
  67. "name": "berlin",
  68. "block": 8290928,
  69. "forkHash": "0x6910c8bd"
  70. },
  71. {
  72. "name": "london",
  73. "block": 8897988,
  74. "forkHash": "0x8e29f2f3"
  75. },
  76. {
  77. "name": "merge",
  78. "block": null,
  79. "forkash": null
  80. },
  81. {
  82. "name": "shanghai",
  83. "block": null,
  84. "forkash": null
  85. }
  86. ],
  87. "bootstrapNodes": [
  88. {
  89. "ip": "52.169.42.101",
  90. "port": 30303,
  91. "id": "a24ac7c5484ef4ed0c5eb2d36620ba4e4aa13b8c84684e1b4aab0cebea2ae45cb4d375b77eab56516d34bfbd3c1a833fc51296ff084b770b94fb9028c4d25ccf",
  92. "location": "",
  93. "comment": "IE"
  94. },
  95. {
  96. "ip": "52.3.158.184",
  97. "port": 30303,
  98. "id": "343149e4feefa15d882d9fe4ac7d88f885bd05ebb735e547f12e12080a9fa07c8014ca6fd7f373123488102fe5e34111f8509cf0b7de3f5b44339c9f25e87cb8",
  99. "location": "",
  100. "comment": "INFURA"
  101. },
  102. {
  103. "ip": "159.89.28.211",
  104. "port": 30303,
  105. "id": "b6b28890b006743680c52e64e0d16db57f28124885595fa03a562be1d2bf0f3a1da297d56b13da25fb992888fd556d4c1a27b1f39d531bde7de1921c90061cc6",
  106. "location": "",
  107. "comment": "AKASHA"
  108. }
  109. ],
  110. "dnsNetworks": [
  111. "enrtree://AKA3AM6LPBYEUDMVNU3BSVQJ5AD45Y7YPOHJLEF6W26QOE4VTUDPE@all.rinkeby.ethdisco.net"
  112. ]
  113. }