mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"name": "Hedera Localnet",
|
|
"chain": "Hedera",
|
|
"icon": "hedera",
|
|
"rpc": [],
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "hbar",
|
|
"symbol": "HBAR",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://hedera.com",
|
|
"shortName": "hedera-localnet",
|
|
"chainId": 298,
|
|
"networkId": 298,
|
|
"slip44": 3030,
|
|
"explorers": []
|
|
}
|