chains/_data/chains/eip155-297.json
Giuseppe Bertone 68771d2285
Add Hedera networks (#2279)
* 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>
2023-02-17 01:48:13 +01:00

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