mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
change kcc domain name (#258)
Co-authored-by: lingyun92 <ly@MacBook-Pro.local>
This commit is contained in:
parent
6d69a5d96d
commit
9c328ab05e
|
@ -3,23 +3,23 @@
|
||||||
"chain": "KCC",
|
"chain": "KCC",
|
||||||
"network": "testnet",
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rpc-testnet.kucoin.one"
|
"https://rpc-testnet.kcc.network"
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
"https://faucet-testnet.kucoin.one"
|
"https://faucet-testnet.kcc.network"
|
||||||
],
|
],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "KuCoin Testnet Token",
|
"name": "KuCoin Testnet Token",
|
||||||
"symbol": "KCS",
|
"symbol": "KCS",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://scan-testnet.kucoin.one",
|
"infoURL": "https://scan-testnet.kcc.network",
|
||||||
"shortName": "kcc",
|
"shortName": "kcc",
|
||||||
"chainId": 322,
|
"chainId": 322,
|
||||||
"networkId": 322,
|
"networkId": 322,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "kcc-scan",
|
"name": "kcc-scan",
|
||||||
"url": "https://scan-testnet.kucoin.one",
|
"url": "https://scan-testnet.kcc.network",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user