Deploying to gh-pages from @ ethereum-lists/chains@7c83beda57 🚀

This commit is contained in:
ligi 2021-11-07 17:26:16 +00:00
parent 49e923925f
commit c3bee6b84a
5 changed files with 36 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

@ -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,

View File

@ -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",

View File

@ -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",