mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
46 lines
1000 B
JSON
46 lines
1000 B
JSON
{
|
|
"name": "Hedera Mainnet",
|
|
"chain": "Hedera",
|
|
"icon": "hedera",
|
|
"rpc": ["https://mainnet.hashio.io/api"],
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "hbar",
|
|
"symbol": "HBAR",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://hedera.com",
|
|
"shortName": "hedera-mainnet",
|
|
"chainId": 295,
|
|
"networkId": 295,
|
|
"slip44": 3030,
|
|
"explorers": [
|
|
{
|
|
"name": "HashScan",
|
|
"url": "https://hashscan.io/mainnet/dashboard",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "Arkhia Explorer",
|
|
"url": "https://explorer.arkhia.io",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "DragonGlass",
|
|
"url": "https://app.dragonglass.me",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "Hedera Explorer",
|
|
"url": "https://hederaexplorer.io",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "Ledger Works Explore",
|
|
"url": "https://explore.lworks.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|