chains/_data/chains/eip155-26600.json
htz-zendx f56322fab0
Add Hertz Network Chain. (#2059)
* Add Hertz Network Chain.

* Updated icon name references.

* Formated '/Users/xendiz/Developer/Work/chains/_data/chains/eip155-26600.json' with npx prettier and updated size in icon json to reflect correct icon resolution download size.

* Updated icon height.

Co-authored-by: Deniz Turgut <deniz@turgutek.com>
Co-authored-by: ligi <ligi@ligi.de>
2023-01-04 22:35:21 +01:00

26 lines
566 B
JSON

{
"name": "Hertz Network Mainnet",
"chain": "HTZ",
"rpc": ["https://mainnet-rpc.hertzscan.com"],
"faucets": [],
"nativeCurrency": {
"name": "Hertz",
"symbol": "HTZ",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://www.hertz-network.com",
"shortName": "HTZ",
"chainId": 26600,
"networkId": 26600,
"icon": "hertz-network",
"explorers": [
{
"name": "Hertz Scan",
"url": "https://hertzscan.com",
"icon": "hertz-network",
"standard": "EIP3091"
}
]
}