Deploying to gh-pages from @ ethereum-lists/chains@2a34b11e58 🚀

This commit is contained in:
ligi 2022-11-07 16:42:53 +00:00
parent 737d6202ae
commit f27c76e30f
6 changed files with 22 additions and 19 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,9 +3,13 @@
"chain": "KCC",
"rpc": [
"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": {
"name": "KuCoin Token",
"symbol": "KCS",
@ -14,7 +18,8 @@
"infoURL": "https://kcc.io",
"shortName": "kcs",
"chainId": 321,
"networkId": 1,
"networkId": 321,
"slip44": 641,
"explorers": [
{
"name": "KCC Explorer",

View File

@ -1,10 +1,7 @@
{
"name": "KCC Testnet",
"chain": "KCC",
"rpc": [
"https://rpc-testnet.kcc.network",
"wss://rpc-ws-testnet.kcc.network"
],
"rpc": ["https://rpc-testnet.kcc.network"],
"faucets": ["https://faucet-testnet.kcc.network"],
"nativeCurrency": {
"name": "KuCoin Testnet Token",
@ -17,7 +14,7 @@
"networkId": 322,
"explorers": [
{
"name": "kcc-scan",
"name": "kcc-scan-testnet",
"url": "https://scan-testnet.kcc.network",
"standard": "EIP3091"
}

File diff suppressed because one or more lines are too long

View File

@ -1848,14 +1848,14 @@
"name": "KCC Mainnet",
"chainId": 321,
"shortName": "kcs",
"networkId": 1,
"networkId": 321,
"nativeCurrency": {
"name": "KuCoin Token",
"symbol": "KCS",
"decimals": 18
},
"rpc": ["https://rpc-mainnet.kcc.network", "wss://rpc-ws-mainnet.kcc.network"],
"faucets": [],
"rpc": ["https://rpc-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/"],
"infoURL": "https://kcc.io"
}, {
"name": "KCC Testnet",
@ -1867,7 +1867,7 @@
"symbol": "tKCS",
"decimals": 18
},
"rpc": ["https://rpc-testnet.kcc.network", "wss://rpc-ws-testnet.kcc.network"],
"rpc": ["https://rpc-testnet.kcc.network"],
"faucets": ["https://faucet-testnet.kcc.network"],
"infoURL": "https://scan-testnet.kcc.network"
}, {

View File

@ -2624,8 +2624,8 @@
}, {
"name": "KCC Mainnet",
"chain": "KCC",
"rpc": ["https://rpc-mainnet.kcc.network", "wss://rpc-ws-mainnet.kcc.network"],
"faucets": [],
"rpc": ["https://rpc-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/"],
"nativeCurrency": {
"name": "KuCoin Token",
"symbol": "KCS",
@ -2634,7 +2634,8 @@
"infoURL": "https://kcc.io",
"shortName": "kcs",
"chainId": 321,
"networkId": 1,
"networkId": 321,
"slip44": 641,
"explorers": [{
"name": "KCC Explorer",
"url": "https://explorer.kcc.io/en",
@ -2643,7 +2644,7 @@
}, {
"name": "KCC Testnet",
"chain": "KCC",
"rpc": ["https://rpc-testnet.kcc.network", "wss://rpc-ws-testnet.kcc.network"],
"rpc": ["https://rpc-testnet.kcc.network"],
"faucets": ["https://faucet-testnet.kcc.network"],
"nativeCurrency": {
"name": "KuCoin Testnet Token",
@ -2655,7 +2656,7 @@
"chainId": 322,
"networkId": 322,
"explorers": [{
"name": "kcc-scan",
"name": "kcc-scan-testnet",
"url": "https://scan-testnet.kcc.network",
"standard": "EIP3091"
}]