mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add 10823 * Update _data/chains/eip155-10823.json Co-authored-by: mbp13 <mbp13@gamil.com> Co-authored-by: ligi <ligi@ligi.de>
27 lines
579 B
JSON
27 lines
579 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
|