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@6fc206c769 🚀
This commit is contained in:
parent
e2e70df178
commit
d8d1e1ba86
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -804,6 +804,19 @@
|
|||
"rpc": ["https://kovan.optimism.io/"],
|
||||
"faucets": ["http://fauceth.komputing.org?chain=69&address=${ADDRESS}"],
|
||||
"infoURL": "https://optimism.io"
|
||||
}, {
|
||||
"name": "Hoo Smart Chain",
|
||||
"chainId": 70,
|
||||
"shortName": "hsc",
|
||||
"networkId": 70,
|
||||
"nativeCurrency": {
|
||||
"name": "Hoo Smart Chain Native Token",
|
||||
"symbol": "HOO",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://http-mainnet.hoosmartchain.com", "https://http-mainnet2.hoosmartchain.com", "wss://ws-mainnet.hoosmartchain.com", "wss://ws-mainnet2.hoosmartchain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.hoosmartchain.com"
|
||||
}, {
|
||||
"name": "Conflux eSpace (Testnet)",
|
||||
"chainId": 71,
|
||||
|
|
|
@ -1081,6 +1081,26 @@
|
|||
"shortName": "okov",
|
||||
"chainId": 69,
|
||||
"networkId": 69
|
||||
}, {
|
||||
"name": "Hoo Smart Chain",
|
||||
"chain": "HSC",
|
||||
"rpc": ["https://http-mainnet.hoosmartchain.com", "https://http-mainnet2.hoosmartchain.com", "wss://ws-mainnet.hoosmartchain.com", "wss://ws-mainnet2.hoosmartchain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Hoo Smart Chain Native Token",
|
||||
"symbol": "HOO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.hoosmartchain.com",
|
||||
"shortName": "hsc",
|
||||
"chainId": 70,
|
||||
"networkId": 70,
|
||||
"slip44": 1170,
|
||||
"explorers": [{
|
||||
"name": "hooscan",
|
||||
"url": "https://www.hooscan.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Conflux eSpace (Testnet)",
|
||||
"chain": "Conflux",
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
"dbm": "eip155:67",
|
||||
"SO1": "eip155:68",
|
||||
"okov": "eip155:69",
|
||||
"hsc": "eip155:70",
|
||||
"cfxtest": "eip155:71",
|
||||
"idchain": "eip155:74",
|
||||
"mix": "eip155:76",
|
||||
|
|
Loading…
Reference in New Issue
Block a user