mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add KuCoin Community Chain(KCC) testnet (#233)
* add kcc testnet * fix explorers * add EIP3091 * Update _data/chains/eip155-322.json Co-authored-by: ligi <ligi@ligi.de> Co-authored-by: nly <nly@nlys-MacBook-Pro.local> Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
fd465f1092
commit
27d1a6b20a
25
_data/chains/eip155-322.json
Normal file
25
_data/chains/eip155-322.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "KuCoin Community Chain Testnet",
|
||||||
|
"chain": "KCC",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc-testnet.kucoin.one"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://faucet-testnet.kucoin.one"
|
||||||
|
],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "KuCoin Testnet Token",
|
||||||
|
"symbol": "KCS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://scan-testnet.kucoin.one",
|
||||||
|
"shortName": "kcc",
|
||||||
|
"chainId": 322,
|
||||||
|
"networkId": 322,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "kcc-scan",
|
||||||
|
"url": "https://scan-testnet.kucoin.one",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user