chains/_data/chains/eip155-295.json
2023-03-31 01:05:15 +02:00

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"
}
]
}