mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Perfect KCC info (#1837)
* Perfect KCC info * Prettier eip155-322.json * Add slip44 for Chain 321
This commit is contained in:
parent
43335d6143
commit
2a34b11e58
|
@ -3,9 +3,13 @@
|
||||||
"chain": "KCC",
|
"chain": "KCC",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rpc-mainnet.kcc.network",
|
"https://rpc-mainnet.kcc.network",
|
||||||
"wss://rpc-ws-mainnet.kcc.network"
|
"https://kcc.mytokenpocket.vip",
|
||||||
|
"https://public-rpc.blockpi.io/http/kcc"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://faucet.kcc.io/",
|
||||||
|
"https://free-online-app.com/faucet-for-eth-evm-chains/"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "KuCoin Token",
|
"name": "KuCoin Token",
|
||||||
"symbol": "KCS",
|
"symbol": "KCS",
|
||||||
|
@ -14,7 +18,8 @@
|
||||||
"infoURL": "https://kcc.io",
|
"infoURL": "https://kcc.io",
|
||||||
"shortName": "kcs",
|
"shortName": "kcs",
|
||||||
"chainId": 321,
|
"chainId": 321,
|
||||||
"networkId": 1,
|
"networkId": 321,
|
||||||
|
"slip44": 641,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "KCC Explorer",
|
"name": "KCC Explorer",
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "KCC Testnet",
|
"name": "KCC Testnet",
|
||||||
"chain": "KCC",
|
"chain": "KCC",
|
||||||
"rpc": [
|
"rpc": ["https://rpc-testnet.kcc.network"],
|
||||||
"https://rpc-testnet.kcc.network",
|
|
||||||
"wss://rpc-ws-testnet.kcc.network"
|
|
||||||
],
|
|
||||||
"faucets": ["https://faucet-testnet.kcc.network"],
|
"faucets": ["https://faucet-testnet.kcc.network"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "KuCoin Testnet Token",
|
"name": "KuCoin Testnet Token",
|
||||||
|
@ -17,7 +14,7 @@
|
||||||
"networkId": 322,
|
"networkId": 322,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "kcc-scan",
|
"name": "kcc-scan-testnet",
|
||||||
"url": "https://scan-testnet.kcc.network",
|
"url": "https://scan-testnet.kcc.network",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user