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@7c83beda57 🚀
This commit is contained in:
parent
49e923925f
commit
c3bee6b84a
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,19 @@
|
||||||
"rpc": [],
|
"rpc": [],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://elaeth.io/"
|
"infoURL": "https://elaeth.io/"
|
||||||
|
}, {
|
||||||
|
"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",
|
"name": "Boba Network Rinkeby Testnet",
|
||||||
"chainId": 28,
|
"chainId": 28,
|
||||||
|
|
|
@ -390,6 +390,26 @@
|
||||||
"shortName": "eladidt",
|
"shortName": "eladidt",
|
||||||
"chainId": 23,
|
"chainId": 23,
|
||||||
"networkId": 23
|
"networkId": 23
|
||||||
|
}, {
|
||||||
|
"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",
|
"name": "Boba Network Rinkeby Testnet",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
"elaetht": "eip155:21",
|
"elaetht": "eip155:21",
|
||||||
"eladid": "eip155:22",
|
"eladid": "eip155:22",
|
||||||
"eladidt": "eip155:23",
|
"eladidt": "eip155:23",
|
||||||
|
"shib": "eip155:27",
|
||||||
"Boba Rinkeby": "eip155:28",
|
"Boba Rinkeby": "eip155:28",
|
||||||
"rsk": "eip155:30",
|
"rsk": "eip155:30",
|
||||||
"trsk": "eip155:31",
|
"trsk": "eip155:31",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user