Deploying to gh-pages from @ ethereum-lists/chains@6fc206c769 🚀

This commit is contained in:
ligi 2022-04-23 19:31:18 +00:00
parent e2e70df178
commit d8d1e1ba86
5 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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,

View File

@ -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",

View File

@ -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",