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@4314281773 🚀
This commit is contained in:
parent
fca5b7a6d8
commit
882c9e7f99
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3001,6 +3001,19 @@
|
|||
"rpc": ["https://eu.mainnet.xixoio.com", "https://us.mainnet.xixoio.com", "https://asia.mainnet.xixoio.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.xixoio.com/"
|
||||
}, {
|
||||
"name": "CryptoCoinPay",
|
||||
"chainId": 10823,
|
||||
"shortName": "CCP",
|
||||
"networkId": 10823,
|
||||
"nativeCurrency": {
|
||||
"name": "CryptoCoinPay",
|
||||
"symbol": "CCP",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["http://node106.cryptocoinpay.info:8545", "ws://node106.cryptocoinpay.info:8546"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.cryptocoinpay.co"
|
||||
}, {
|
||||
"name": "WAGMI",
|
||||
"chainId": 11111,
|
||||
|
|
|
@ -4095,6 +4095,26 @@
|
|||
"shortName": "GEN",
|
||||
"chainId": 10101,
|
||||
"networkId": 10101
|
||||
}, {
|
||||
"name": "CryptoCoinPay",
|
||||
"chain": "CCP",
|
||||
"rpc": ["http://node106.cryptocoinpay.info:8545", "ws://node106.cryptocoinpay.info:8546"],
|
||||
"faucets": [],
|
||||
"icon": "ccp",
|
||||
"nativeCurrency": {
|
||||
"name": "CryptoCoinPay",
|
||||
"symbol": "CCP",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.cryptocoinpay.co",
|
||||
"shortName": "CCP",
|
||||
"chainId": 10823,
|
||||
"networkId": 10823,
|
||||
"explorers": [{
|
||||
"name": "CCP Explorer",
|
||||
"url": "https://cryptocoinpay.info",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "WAGMI",
|
||||
"chain": "WAGMI",
|
||||
|
|
|
@ -230,6 +230,7 @@
|
|||
"smartbch": "eip155:10000",
|
||||
"smartbchtest": "eip155:10001",
|
||||
"GEN": "eip155:10101",
|
||||
"CCP": "eip155:10823",
|
||||
"WAGMI": "eip155:11111",
|
||||
"shyftt": "eip155:11437",
|
||||
"tZERO": "eip155:12051",
|
||||
|
|
Loading…
Reference in New Issue
Block a user