mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
430 B
JSON
23 lines
430 B
JSON
{
|
|
"name": "ShibaChain",
|
|
"chain": "SHIB",
|
|
"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"
|
|
}]
|
|
}
|