mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add Hedera networks Signed-off-by: Giuseppe Bertone <giuseppe.bertone@swirldslabs.com> * fixed "standard" attribute for explorers Signed-off-by: Giuseppe Bertone <giuseppe.bertone@swirldslabs.com> * removed void ens fields; Signed-off-by: Giuseppe Bertone <giuseppe.bertone@swirldslabs.com> * using unique shortname across hedera networks; Signed-off-by: Giuseppe Bertone <giuseppe.bertone@swirldslabs.com> * fixed explorer URLs; Signed-off-by: Giuseppe Bertone <giuseppe.bertone@swirldslabs.com> --------- Signed-off-by: Giuseppe Bertone <giuseppe.bertone@swirldslabs.com>
26 lines
583 B
JSON
26 lines
583 B
JSON
{
|
|
"name": "Hedera Previewnet",
|
|
"chain": "Hedera",
|
|
"icon": "hedera",
|
|
"rpc": ["https://previewnet.hashio.io/api"],
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"faucets": ["https://portal.hedera.com"],
|
|
"nativeCurrency": {
|
|
"name": "hbar",
|
|
"symbol": "HBAR",
|
|
"decimals": 8
|
|
},
|
|
"infoURL": "https://hedera.com",
|
|
"shortName": "hedera-previewnet",
|
|
"chainId": 297,
|
|
"networkId": 297,
|
|
"slip44": 3030,
|
|
"explorers": [
|
|
{
|
|
"name": "HashScan",
|
|
"url": "https://hashscan.io/previewnet/dashboard",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|