add shibachain (#541)

* add shibachain

* update exploror

* fix typo

* change standard to None

Co-authored-by: Akita Inu <shibainu@protonmail.com>
This commit is contained in:
shibachain 2021-11-08 00:24:11 +07:00 committed by GitHub
parent b85fcbf761
commit 7c83beda57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,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"
}]
}