add rabbit testnet chain (#1536)

* add rabbit testnet chain

* json formated

* resolve prettier error

* Update _data/icons/rabbit.json

* Prettier formatted files

* added faucet url

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Aman Kumar 2022-09-07 01:59:23 +05:30 committed by GitHub
parent 88a2cbfec8
commit dd01fb3876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "Rabbit Analog Testnet Chain",
"chain": "rAna",
"icon": "rabbit",
"rpc": ["https://rabbit.analog-rpc.com"],
"faucets": ["https://analogfaucet.com"],
"nativeCurrency": {
"name": "Rabbit Analog Test Chain Native Token ",
"symbol": "rAna",
"decimals": 18
},
"infoURL": "https://rabbit.analogscan.com",
"shortName": "rAna",
"chainId": 1807,
"networkId": 1807,
"explorers": [
{
"name": "blockscout",
"url": "https://rabbit.analogscan.com",
"standard": "none"
}
]
}

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

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdfbjjF3ZzN2jTkH9REgrA8jDS6A6c21n7rbWSVbSnvQc",
"width": 313,
"height": 253,
"format": "svg"
}
]