mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@dd01fb3876 🚀
This commit is contained in:
parent
fbbfd06a95
commit
281c31804a
|
@ -46,6 +46,14 @@
|
|||
"height": 2000,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "rabbit",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmdfbjjF3ZzN2jTkH9REgrA8jDS6A6c21n7rbWSVbSnvQc",
|
||||
"width": 313,
|
||||
"height": 253,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "gnosis",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
chains/eip155-1807.json
Normal file
23
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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3118,6 +3118,19 @@
|
|||
"rpc": ["https://rpc.ludan.org/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.ludan.org/"
|
||||
}, {
|
||||
"name": "Rabbit Analog Testnet Chain",
|
||||
"chainId": 1807,
|
||||
"shortName": "rAna",
|
||||
"networkId": 1807,
|
||||
"nativeCurrency": {
|
||||
"name": "Rabbit Analog Test Chain Native Token ",
|
||||
"symbol": "rAna",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rabbit.analog-rpc.com"],
|
||||
"faucets": ["https://analogfaucet.com"],
|
||||
"infoURL": "https://rabbit.analogscan.com"
|
||||
}, {
|
||||
"name": "Cube Chain Mainnet",
|
||||
"chainId": 1818,
|
||||
|
|
|
@ -4332,6 +4332,26 @@
|
|||
"icon": "ludan",
|
||||
"chainId": 1688,
|
||||
"networkId": 1688
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Cube Chain Mainnet",
|
||||
"chain": "Cube",
|
||||
|
|
8
icons/rabbit.json
Normal file
8
icons/rabbit.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmdfbjjF3ZzN2jTkH9REgrA8jDS6A6c21n7rbWSVbSnvQc",
|
||||
"width": 313,
|
||||
"height": 253,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
|
@ -239,6 +239,7 @@
|
|||
"ath": "eip155:1620",
|
||||
"bta": "eip155:1657",
|
||||
"LUDAN": "eip155:1688",
|
||||
"rAna": "eip155:1807",
|
||||
"cube": "eip155:1818",
|
||||
"cubet": "eip155:1819",
|
||||
"tsf": "eip155:1856",
|
||||
|
|
Loading…
Reference in New Issue
Block a user