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@c87ab28513 🚀
This commit is contained in:
parent
55c414dfbf
commit
650000a6c3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -297,6 +297,32 @@
|
|||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://elaeth.io/"
|
||||
}, {
|
||||
"name": "Cronos Mainnet Beta",
|
||||
"chainId": 25,
|
||||
"shortName": "cro",
|
||||
"networkId": 25,
|
||||
"nativeCurrency": {
|
||||
"name": "Crypto.org Coin",
|
||||
"symbol": "CRO",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://evm-cronos.crypto.org"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://cronos.crypto.org"
|
||||
}, {
|
||||
"name": "ShibaChain",
|
||||
"chainId": 27,
|
||||
"shortName": "shib",
|
||||
"networkId": 27,
|
||||
"nativeCurrency": {
|
||||
"name": "SHIBA INU COIN",
|
||||
"symbol": "SHIB",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.shibachain.net"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.shibachain.net"
|
||||
}, {
|
||||
"name": "Boba Network Rinkeby Testnet",
|
||||
"chainId": 28,
|
||||
|
|
|
@ -390,6 +390,46 @@
|
|||
"shortName": "eladidt",
|
||||
"chainId": 23,
|
||||
"networkId": 23
|
||||
}, {
|
||||
"name": "Cronos Mainnet Beta",
|
||||
"chain": "CRO",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://evm-cronos.crypto.org"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Crypto.org Coin",
|
||||
"symbol": "CRO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cronos.crypto.org",
|
||||
"shortName": "cro",
|
||||
"chainId": 25,
|
||||
"networkId": 25,
|
||||
"explorers": [{
|
||||
"name": "Cronos Explorer",
|
||||
"url": "https://cronos.crypto.org/explorer",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "ShibaChain",
|
||||
"chain": "SHIB",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://rpc.shibachain.net"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "SHIBA INU COIN",
|
||||
"symbol": "SHIB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.shibachain.net",
|
||||
"shortName": "shib",
|
||||
"chainId": 27,
|
||||
"networkId": 27,
|
||||
"explorers": [{
|
||||
"name": "Shiba Explorer",
|
||||
"url": "https://exp.shibachain.net/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Boba Network Rinkeby Testnet",
|
||||
"chain": "ETH",
|
||||
|
@ -1689,7 +1729,7 @@
|
|||
"networkId": 338,
|
||||
"explorers": [{
|
||||
"name": "Cronos Testnet Explorer",
|
||||
"url": "https://cronos.crypto.org/explorer",
|
||||
"url": "https://cronos.crypto.org/explorer/testnet3",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
|
@ -3115,7 +3155,12 @@
|
|||
"infoURL": "https://cchain.explorer.avax-test.network",
|
||||
"shortName": "Fuji",
|
||||
"chainId": 43113,
|
||||
"networkId": 1
|
||||
"networkId": 1,
|
||||
"explorers": [{
|
||||
"name": "snowtrace",
|
||||
"url": "https://testnet.snowtrace.io/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Avalanche Mainnet",
|
||||
"chain": "AVAX",
|
||||
|
@ -3133,9 +3178,9 @@
|
|||
"networkId": 43114,
|
||||
"slip44": 9000,
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://cchain.explorer.avax.network",
|
||||
"standard": "none"
|
||||
"name": "snowtrace",
|
||||
"url": "https://snowtrace.io/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Celo Alfajores Testnet",
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
"elaetht": "eip155:21",
|
||||
"eladid": "eip155:22",
|
||||
"eladidt": "eip155:23",
|
||||
"cro": "eip155:25",
|
||||
"shib": "eip155:27",
|
||||
"Boba Rinkeby": "eip155:28",
|
||||
"rsk": "eip155:30",
|
||||
"trsk": "eip155:31",
|
||||
|
|
Loading…
Reference in New Issue
Block a user