mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@36aedab5d9 🚀
This commit is contained in:
parent
5b97af376e
commit
38429e620a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user