mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
88a2cbfec8
commit
dd01fb3876
23
_data/chains/eip155-1807.json
Normal file
23
_data/chains/eip155-1807.json
Normal 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
8
_data/icons/rabbit.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmdfbjjF3ZzN2jTkH9REgrA8jDS6A6c21n7rbWSVbSnvQc",
|
||||||
|
"width": 313,
|
||||||
|
"height": 253,
|
||||||
|
"format": "svg"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user