Deploying to gh-pages from @ ethereum-lists/chains@36aedab5d9 🚀

This commit is contained in:
ligi 2021-12-10 15:53:00 +00:00
parent 5b97af376e
commit 38429e620a
5 changed files with 38 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

@ -2078,6 +2078,19 @@
"rpc": ["https://rpc-testnet.zcore.cash"],
"faucets": ["https://faucet.zcore.cash"],
"infoURL": "https://zcore.cash"
}, {
"name": "Bittex Mainnet",
"chainId": 3690,
"shortName": "bttx",
"networkId": 3690,
"nativeCurrency": {
"name": "Bittex",
"symbol": "BTTX",
"decimals": 18
},
"rpc": ["https://rpc1.bittexscan.info", "https://rpc2.bittexscan.info"],
"faucets": [],
"infoURL": "https://bittexscan.com"
}, {
"name": "Fantom Testnet",
"chainId": 4002,

View File

@ -2816,6 +2816,28 @@
"shortName": "zcrbeach",
"chainId": 3331,
"networkId": 3331
}, {
"name": "Bittex Mainnet",
"chain": "BTTX",
"network": "mainnet",
"rpc": ["https://rpc1.bittexscan.info", "https://rpc2.bittexscan.info"],
"faucets": [],
"nativeCurrency": {
"name": "Bittex",
"symbol": "BTTX",
"decimals": 18
},
"infoURL": "https://bittexscan.com",
"shortName": "bttx",
"chainId": 3690,
"networkId": 3690,
"icon": "ethereum",
"explorers": [{
"name": "bittexscan",
"url": "https://bittexscan.com",
"icon": "etherscan",
"standard": "EIP3091"
}]
}, {
"name": "Fantom Testnet",
"chain": "FTM",

View File

@ -159,6 +159,7 @@
"esp": "eip155:2101",
"ktoc": "eip155:2559",
"zcrbeach": "eip155:3331",
"bttx": "eip155:3690",
"tftm": "eip155:4002",
"iotex-mainnet": "eip155:4689",
"iotex-testnet": "eip155:4690",