-
Notifications
You must be signed in to change notification settings - Fork 788
/
Copy pathkovan.json
104 lines (104 loc) · 2.6 KB
/
kovan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "kovan",
"chainId": 42,
"networkId": 42,
"defaultHardfork": "istanbul",
"consensus": {
"type": "poa",
"algorithm": "aura",
"aura": {}
},
"comment": "Parity PoA test network",
"url": "https://kovan-testnet.github.io/website/",
"genesis": {
"hash": "0xa3c565fc15c7478862d50ccd6561e3c06b24cc509bf388941c25ea985ce32cb9",
"timestamp": null,
"gasLimit": 6000000,
"difficulty": 131072,
"nonce": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x",
"stateRoot": "0x2480155b48a1cea17d67dbfdfaafe821c1d19cdd478c5358e8ec56dec24502b2"
},
"hardforks": [
{
"name": "chainstart",
"block": 0,
"forkHash": "0x10ffe56"
},
{
"name": "homestead",
"block": 0,
"forkHash": "0x10ffe56"
},
{
"name": "dao",
"block": null,
"forkHash": "0x10ffe56"
},
{
"name": "tangerineWhistle",
"block": 0,
"forkHash": "0x10ffe56"
},
{
"name": "spuriousDragon",
"block": 0,
"forkHash": "0x10ffe56"
},
{
"name": "byzantium",
"block": 5067000,
"forkHash": "0x7f83c620"
},
{
"name": "constantinople",
"block": 9200000,
"forkHash": "0xa94e3dc4"
},
{
"name": "petersburg",
"block": 10255201,
"forkHash": "0x186874aa"
},
{
"name": "istanbul",
"block": 14111141,
"forkHash": "0x7f6599a6"
},
{
"name": "berlin",
"block": null,
"forkHash": null
}
],
"bootstrapNodes": [
{
"ip": "116.203.116.241",
"port": 30303,
"id": "16898006ba2cd4fa8bf9a3dfe32684c178fa861df144bfc21fe800dc4838a03e342056951fa9fd533dcb0be1219e306106442ff2cf1f7e9f8faa5f2fc1a3aa45",
"location": "",
"comment": "1"
},
{
"ip": "3.217.96.11",
"port": 30303,
"id": "2909846f78c37510cc0e306f185323b83bb2209e5ff4fdd279d93c60e3f365e3c6e62ad1d2133ff11f9fd6d23ad9c3dad73bb974d53a22f7d1ac5b7dea79d0b0",
"location": "",
"comment": "2"
},
{
"ip": "108.61.170.124",
"port": 30303,
"id": "740e1c8ea64e71762c71a463a04e2046070a0c9394fcab5891d41301dc473c0cff00ebab5a9bc87fbcb610ab98ac18225ff897bc8b7b38def5975d5ceb0a7d7c",
"location": "",
"comment": "3"
},
{
"ip": "157.230.31.163",
"port": 30303,
"id": "2909846f78c37510cc0e306f185323b83bb2209e5ff4fdd279d93c60e3f365e3c6e62ad1d2133ff11f9fd6d23ad9c3dad73bb974d53a22f7d1ac5b7dea79d0b0",
"location": "",
"comment": "4"
}
]
}