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@0307521f9e 🚀
This commit is contained in:
parent
e224d091aa
commit
dc96a8d0f2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1532,6 +1532,19 @@
|
|||
"rpc": ["https://rpc-testnet.kcc.network", "wss://rpc-ws-testnet.kcc.network"],
|
||||
"faucets": ["https://faucet-testnet.kcc.network"],
|
||||
"infoURL": "https://scan-testnet.kcc.network"
|
||||
}, {
|
||||
"name": "Web3Q Mainnet",
|
||||
"chainId": 333,
|
||||
"shortName": "w3q",
|
||||
"networkId": 333,
|
||||
"nativeCurrency": {
|
||||
"name": "Web3Q",
|
||||
"symbol": "W3Q",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://mainnet.web3q.io:8545"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://web3q.io/home.w3q/"
|
||||
}, {
|
||||
"name": "Shiden",
|
||||
"chainId": 336,
|
||||
|
@ -2429,6 +2442,19 @@
|
|||
"rpc": ["https://rpc-testnet.zcore.cash"],
|
||||
"faucets": ["https://faucet.zcore.cash"],
|
||||
"infoURL": "https://zcore.cash"
|
||||
}, {
|
||||
"name": "Web3Q Testnet",
|
||||
"chainId": 3333,
|
||||
"shortName": "w3q-t",
|
||||
"networkId": 3333,
|
||||
"nativeCurrency": {
|
||||
"name": "Web3Q",
|
||||
"symbol": "W3Q",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet.web3q.io:8545"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://web3q.io/home.w3q/"
|
||||
}, {
|
||||
"name": "Bittex Mainnet",
|
||||
"chainId": 3690,
|
||||
|
|
|
@ -2093,6 +2093,25 @@
|
|||
"url": "https://scan-testnet.kcc.network",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Web3Q Mainnet",
|
||||
"chain": "Web3Q",
|
||||
"rpc": ["https://mainnet.web3q.io:8545"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Web3Q",
|
||||
"symbol": "W3Q",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://web3q.io/home.w3q/",
|
||||
"shortName": "w3q",
|
||||
"chainId": 333,
|
||||
"networkId": 333,
|
||||
"explorers": [{
|
||||
"name": "w3q-mainnet",
|
||||
"url": "https://explorer.mainnet.web3q.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Shiden",
|
||||
"chain": "SDN",
|
||||
|
@ -3271,6 +3290,25 @@
|
|||
"shortName": "zcrbeach",
|
||||
"chainId": 3331,
|
||||
"networkId": 3331
|
||||
}, {
|
||||
"name": "Web3Q Testnet",
|
||||
"chain": "Web3Q",
|
||||
"rpc": ["https://testnet.web3q.io:8545"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Web3Q",
|
||||
"symbol": "W3Q",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://web3q.io/home.w3q/",
|
||||
"shortName": "w3q-t",
|
||||
"chainId": 3333,
|
||||
"networkId": 3333,
|
||||
"explorers": [{
|
||||
"name": "w3q-testnet",
|
||||
"url": "https://explorer.testnet.web3q.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Bittex Mainnet",
|
||||
"chain": "BTX",
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
"Boba": "eip155:288",
|
||||
"kcs": "eip155:321",
|
||||
"kcst": "eip155:322",
|
||||
"w3q": "eip155:333",
|
||||
"sdn": "eip155:336",
|
||||
"tcro": "eip155:338",
|
||||
"theta-mainnet": "eip155:361",
|
||||
|
@ -186,6 +187,7 @@
|
|||
"esp": "eip155:2101",
|
||||
"ktoc": "eip155:2559",
|
||||
"zcrbeach": "eip155:3331",
|
||||
"w3q-t": "eip155:3333",
|
||||
"btx": "eip155:3690",
|
||||
"tftm": "eip155:4002",
|
||||
"iotex-mainnet": "eip155:4689",
|
||||
|
|
Loading…
Reference in New Issue
Block a user