Skip to content

Commit b699a4a

Browse files
authored
Add LinkPool Hedera mainnet node (ethereum-lists#7007)
* Add LinkPool Hedera mainnet node * Update hashscan URL to not 404 * Remove Hashscan as causing CI to fail with 404's incorrectly * Remove Ledger Works explorer as it doesnt exist
1 parent 57b0c73 commit b699a4a

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

_data/chains/eip155-295.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Hedera Mainnet",
33
"chain": "Hedera",
44
"icon": "hedera",
5-
"rpc": ["https://mainnet.hashio.io/api"],
5+
"rpc": ["https://mainnet.hashio.io/api", "https://hedera.linkpool.pro"],
66
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
77
"faucets": [],
88
"nativeCurrency": {
@@ -16,11 +16,6 @@
1616
"networkId": 295,
1717
"slip44": 3030,
1818
"explorers": [
19-
{
20-
"name": "HashScan",
21-
"url": "https://hashscan.io/mainnet",
22-
"standard": "EIP3091"
23-
},
2419
{
2520
"name": "Arkhia Explorer",
2621
"url": "https://explorer.arkhia.io",
@@ -35,11 +30,6 @@
3530
"name": "Hedera Explorer",
3631
"url": "https://hederaexplorer.io",
3732
"standard": "none"
38-
},
39-
{
40-
"name": "Ledger Works Explore",
41-
"url": "https://explore.lworks.io",
42-
"standard": "none"
4333
}
4434
]
4535
}

0 commit comments

Comments
 (0)