Skip to content

Commit 68771d2

Browse files
authored
Add Hedera networks (ethereum-lists#2279)
* Add Hedera networks Signed-off-by: Giuseppe Bertone <[email protected]> * fixed "standard" attribute for explorers Signed-off-by: Giuseppe Bertone <[email protected]> * removed void ens fields; Signed-off-by: Giuseppe Bertone <[email protected]> * using unique shortname across hedera networks; Signed-off-by: Giuseppe Bertone <[email protected]> * fixed explorer URLs; Signed-off-by: Giuseppe Bertone <[email protected]> --------- Signed-off-by: Giuseppe Bertone <[email protected]>
1 parent c253319 commit 68771d2

6 files changed

+142
-0
lines changed

_data/chains/eip155-295.json

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "Hedera Mainnet",
3+
"chain": "Hedera",
4+
"icon": "hedera",
5+
"rpc": ["https://mainnet.hashio.io/api"],
6+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "hbar",
10+
"symbol": "HBAR",
11+
"decimals": 8
12+
},
13+
"infoURL": "https://hedera.com",
14+
"shortName": "hedera-mainnet",
15+
"chainId": 295,
16+
"networkId": 295,
17+
"slip44": 3030,
18+
"explorers": [
19+
{
20+
"name": "HashScan",
21+
"url": "https://hashscan.io/mainnet/dashboard",
22+
"standard": "none"
23+
},
24+
{
25+
"name": "Arkhia Explorer",
26+
"url": "https://explorer.arkhia.io",
27+
"standard": "none"
28+
},
29+
{
30+
"name": "DragonGlass",
31+
"url": "https://app.dragonglass.me",
32+
"standard": "none"
33+
},
34+
{
35+
"name": "Hedera Explorer",
36+
"url": "https://hederaexplorer.io",
37+
"standard": "none"
38+
},
39+
{
40+
"name": "Ledger Works Explore",
41+
"url": "https://explore.lworks.io",
42+
"standard": "none"
43+
}
44+
]
45+
}

_data/chains/eip155-296.json

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "Hedera Testnet",
3+
"chain": "Hedera",
4+
"icon": "hedera",
5+
"rpc": ["https://testnet.hashio.io/api"],
6+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
7+
"faucets": ["https://portal.hedera.com"],
8+
"nativeCurrency": {
9+
"name": "hbar",
10+
"symbol": "HBAR",
11+
"decimals": 8
12+
},
13+
"infoURL": "https://hedera.com",
14+
"shortName": "hedera-testnet",
15+
"chainId": 296,
16+
"networkId": 296,
17+
"slip44": 3030,
18+
"explorers": [
19+
{
20+
"name": "HashScan",
21+
"url": "https://hashscan.io/testnet/dashboard",
22+
"standard": "none"
23+
},
24+
{
25+
"name": "Arkhia Explorer",
26+
"url": "https://explorer.arkhia.io",
27+
"standard": "none"
28+
},
29+
{
30+
"name": "DragonGlass",
31+
"url": "https://app.dragonglass.me",
32+
"standard": "none"
33+
},
34+
{
35+
"name": "Hedera Explorer",
36+
"url": "https://hederaexplorer.io",
37+
"standard": "none"
38+
},
39+
{
40+
"name": "Ledger Works Explore",
41+
"url": "https://explore.lworks.io",
42+
"standard": "none"
43+
}
44+
]
45+
}

_data/chains/eip155-297.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Hedera Previewnet",
3+
"chain": "Hedera",
4+
"icon": "hedera",
5+
"rpc": ["https://previewnet.hashio.io/api"],
6+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
7+
"faucets": ["https://portal.hedera.com"],
8+
"nativeCurrency": {
9+
"name": "hbar",
10+
"symbol": "HBAR",
11+
"decimals": 8
12+
},
13+
"infoURL": "https://hedera.com",
14+
"shortName": "hedera-previewnet",
15+
"chainId": 297,
16+
"networkId": 297,
17+
"slip44": 3030,
18+
"explorers": [
19+
{
20+
"name": "HashScan",
21+
"url": "https://hashscan.io/previewnet/dashboard",
22+
"standard": "none"
23+
}
24+
]
25+
}

_data/chains/eip155-298.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Hedera Localnet",
3+
"chain": "Hedera",
4+
"icon": "hedera",
5+
"rpc": [],
6+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "hbar",
10+
"symbol": "HBAR",
11+
"decimals": 8
12+
},
13+
"infoURL": "https://hedera.com",
14+
"shortName": "hedera-localnet",
15+
"chainId": 298,
16+
"networkId": 298,
17+
"slip44": 3030,
18+
"explorers": []
19+
}

_data/icons/hedera.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmQikzhvZKyMmbZJd7BVLZb2YTBDMgNDnaMCAErsVjsfuz",
4+
"width": 1500,
5+
"height": 1500,
6+
"format": "png"
7+
}
8+
]
Binary file not shown.

0 commit comments

Comments
 (0)