mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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>
This commit is contained in:
parent
6305adbcce
commit
f56322fab0
25
_data/chains/eip155-26600.json
Normal file
25
_data/chains/eip155-26600.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/hertz-network.json
Normal file
8
_data/icons/hertz-network.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qmf3GYbPXmTDpSP6t7Ug2j5HjEwrY5oGhBDP7d4TQHvGnG",
|
||||
"width": 162,
|
||||
"height": 129,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Loading…
Reference in New Issue
Block a user