Deploying to gh-pages from @ ethereum-lists/chains@498ad3e788 🚀

This commit is contained in:
ligi 2021-11-18 23:21:04 +00:00
parent 9e466c66de
commit c48093da21
5 changed files with 32 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1974,6 +1974,19 @@
"rpc": ["https://www.kortho-chain.com"],
"faucets": [],
"infoURL": "https://www.kortho.io/"
}, {
"name": "ZCore Testnet",
"chainId": 3331,
"shortName": "zcrbeach",
"networkId": 3331,
"nativeCurrency": {
"name": "ZCore",
"symbol": "ZCR",
"decimals": 18
},
"rpc": ["https://rpc-testnet.zcore.cash"],
"faucets": ["https://faucet.zcore.cash"],
"infoURL": "https://zcore.cash"
}, {
"name": "Fantom Testnet",
"chainId": 4002,

View File

@ -2636,6 +2636,22 @@
"shortName": "ktoc",
"chainId": 2559,
"networkId": 2559
}, {
"name": "ZCore Testnet",
"chain": "Beach",
"network": "testnet",
"icon": "zcore",
"rpc": ["https://rpc-testnet.zcore.cash"],
"faucets": ["https://faucet.zcore.cash"],
"nativeCurrency": {
"name": "ZCore",
"symbol": "ZCR",
"decimals": 18
},
"infoURL": "https://zcore.cash",
"shortName": "zcrbeach",
"chainId": 3331,
"networkId": 3331
}, {
"name": "Fantom Testnet",
"chain": "FTM",

View File

@ -151,6 +151,7 @@
"eco": "eip155:2100",
"esp": "eip155:2101",
"ktoc": "eip155:2559",
"zcrbeach": "eip155:3331",
"tftm": "eip155:4002",
"iotex-mainnet": "eip155:4689",
"iotex-testnet": "eip155:4690",