mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@f56322fab0 🚀
This commit is contained in:
parent
9f801fecc4
commit
660ffa4474
|
@ -374,6 +374,14 @@
|
||||||
"height": 1628,
|
"height": 1628,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "hertz-network",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://Qmf3GYbPXmTDpSP6t7Ug2j5HjEwrY5oGhBDP7d4TQHvGnG",
|
||||||
|
"width": 162,
|
||||||
|
"height": 129,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "resincoin",
|
"name": "resincoin",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
25
chains/eip155-26600.json
Normal file
25
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -6082,6 +6082,19 @@
|
||||||
"rpc": ["https://www.hammerchain.io/rpc"],
|
"rpc": ["https://www.hammerchain.io/rpc"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.hammerchain.io"
|
"infoURL": "https://www.hammerchain.io"
|
||||||
|
}, {
|
||||||
|
"name": "Hertz Network Mainnet",
|
||||||
|
"chainId": 26600,
|
||||||
|
"shortName": "HTZ",
|
||||||
|
"networkId": 26600,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Hertz",
|
||||||
|
"symbol": "HTZ",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://mainnet-rpc.hertzscan.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://www.hertz-network.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "OasisChain Mainnet",
|
"name": "OasisChain Mainnet",
|
||||||
"chainId": 26863,
|
"chainId": 26863,
|
||||||
|
|
|
@ -8858,6 +8858,32 @@
|
||||||
"url": "https://www.hammerchain.io",
|
"url": "https://www.hammerchain.io",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "OasisChain Mainnet",
|
"name": "OasisChain Mainnet",
|
||||||
"chain": "OasisChain",
|
"chain": "OasisChain",
|
||||||
|
|
8
icons/hertz-network.json
Normal file
8
icons/hertz-network.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://Qmf3GYbPXmTDpSP6t7Ug2j5HjEwrY5oGhBDP7d4TQHvGnG",
|
||||||
|
"width": 162,
|
||||||
|
"height": 129,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/Qmf3GYbPXmTDpSP6t7Ug2j5HjEwrY5oGhBDP7d4TQHvGnG
Normal file
BIN
iconsDownload/Qmf3GYbPXmTDpSP6t7Ug2j5HjEwrY5oGhBDP7d4TQHvGnG
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
|
@ -467,6 +467,7 @@
|
||||||
"web": "eip155:24484",
|
"web": "eip155:24484",
|
||||||
"mintme": "eip155:24734",
|
"mintme": "eip155:24734",
|
||||||
"GOLDT": "eip155:25888",
|
"GOLDT": "eip155:25888",
|
||||||
|
"HTZ": "eip155:26600",
|
||||||
"OAC": "eip155:26863",
|
"OAC": "eip155:26863",
|
||||||
"obgor": "eip155:28528",
|
"obgor": "eip155:28528",
|
||||||
"Piece": "eip155:30067",
|
"Piece": "eip155:30067",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user