mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
f56322fab0
* 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>
26 lines
566 B
JSON
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"
|
|
}
|
|
]
|
|
}
|