Add IRISHub Testnet (#2633)

* register irishub testnet

* update to latest format

* create nyancat.json demo

* fix eip155-16688.json

* fix nyancat.json
This commit is contained in:
Yksirod 2023-04-14 00:10:28 +08:00 committed by GitHub
parent 13c11eba4a
commit 1f06b425e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"name": "IRIShub Testnet",
"chain": "IRIShub",
"rpc": ["http://34.80.202.172:8545"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Eris",
"symbol": "ERIS",
"decimals": 18
},
"infoURL": "https://www.irisnet.org",
"shortName": "nyancat",
"chainId": 16688,
"networkId": 16688,
"icon": "nyancat",
"explorers": [
{
"name": "IRISHub Testnet Cosmos Explorer (IOBScan)",
"url": "https://nyancat.iobscan.io",
"standard": "none",
"icon": "nyancat"
}
]
}

8
_data/icons/nyancat.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRaSx7AX1VDgcqjwLgSDP4WZmKBHPdHhbjkcEEXPA2Fnc",
"width": 1062,
"height": 822,
"format": "png"
}
]