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@810488bdf6 🚀
This commit is contained in:
parent
ebc4036e5e
commit
4a307a8531
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3651,6 +3651,32 @@
|
|||
"rpc": ["http://node106.cryptocoinpay.info:8545", "ws://node106.cryptocoinpay.info:8546"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.cryptocoinpay.co"
|
||||
}, {
|
||||
"name": "Quadrans Blockchain",
|
||||
"chainId": 10946,
|
||||
"shortName": "quadrans",
|
||||
"networkId": 10946,
|
||||
"nativeCurrency": {
|
||||
"name": "Quadrans Coin",
|
||||
"symbol": "QDC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.quadrans.io", "https://rpcna.quadrans.io", "https://explorer.quadrans.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://quadrans.io"
|
||||
}, {
|
||||
"name": "Quadrans Blockchain Testnet",
|
||||
"chainId": 10947,
|
||||
"shortName": "quadranstestnet",
|
||||
"networkId": 10947,
|
||||
"nativeCurrency": {
|
||||
"name": "Quadrans Testnet Coin",
|
||||
"symbol": "tQDC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpctest.quadrans.io", "https://explorer.testnet.quadrans.io"],
|
||||
"faucets": ["https://faucetpage.quadrans.io"],
|
||||
"infoURL": "https://quadrans.io"
|
||||
}, {
|
||||
"name": "WAGMI",
|
||||
"chainId": 11111,
|
||||
|
|
|
@ -5104,6 +5104,50 @@
|
|||
"url": "https://cryptocoinpay.info",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Quadrans Blockchain",
|
||||
"chain": "QDC",
|
||||
"network": "mainnet",
|
||||
"icon": "quadrans",
|
||||
"rpc": ["https://rpc.quadrans.io", "https://rpcna.quadrans.io", "https://explorer.quadrans.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Quadrans Coin",
|
||||
"symbol": "QDC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://quadrans.io",
|
||||
"shortName": "quadrans",
|
||||
"chainId": 10946,
|
||||
"networkId": 10946,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer.quadrans.io",
|
||||
"icon": "quadrans",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Quadrans Blockchain Testnet",
|
||||
"chain": "tQDC",
|
||||
"network": "testnet",
|
||||
"icon": "quadrans",
|
||||
"rpc": ["https://rpctest.quadrans.io", "https://explorer.testnet.quadrans.io"],
|
||||
"faucets": ["https://faucetpage.quadrans.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "Quadrans Testnet Coin",
|
||||
"symbol": "tQDC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://quadrans.io",
|
||||
"shortName": "quadranstestnet",
|
||||
"chainId": 10947,
|
||||
"networkId": 10947,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer.testnet.quadrans.io",
|
||||
"icon": "quadrans",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "WAGMI",
|
||||
"chain": "WAGMI",
|
||||
|
|
|
@ -280,6 +280,8 @@
|
|||
"smartbchtest": "eip155:10001",
|
||||
"GEN": "eip155:10101",
|
||||
"CCP": "eip155:10823",
|
||||
"quadrans": "eip155:10946",
|
||||
"quadranstestnet": "eip155:10947",
|
||||
"WAGMI": "eip155:11111",
|
||||
"shyftt": "eip155:11437",
|
||||
"tZERO": "eip155:12051",
|
||||
|
|
Loading…
Reference in New Issue
Block a user