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@513eadf74d 🚀
This commit is contained in:
parent
8c9033770f
commit
c6a0b69cd1
|
@ -2294,6 +2294,14 @@
|
|||
"height": 256,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "raba",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmatP9qMHEYoXqRDyHMTyjYRQa6j6Gk7pmv1QLxQkvpGRP",
|
||||
"width": 787,
|
||||
"height": 750,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "ganache",
|
||||
"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-7484.json
Normal file
23
chains/eip155-7484.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Raba Network Mainnet",
|
||||
"chain": "Raba",
|
||||
"icon": "raba",
|
||||
"rpc": ["https://rpc.x.raba.app/", "wss://rpc.x.raba.app/ws/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Raba",
|
||||
"symbol": "RABA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://x.raba.app/",
|
||||
"shortName": "raba",
|
||||
"chainId": 7484,
|
||||
"networkId": 7484,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "raba",
|
||||
"url": "https://x.raba.app/explorer",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -6537,6 +6537,19 @@
|
|||
"rpc": ["https://rpc.shyft.network/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://shyft.network"
|
||||
}, {
|
||||
"name": "Raba Network Mainnet",
|
||||
"chainId": 7484,
|
||||
"shortName": "raba",
|
||||
"networkId": 7484,
|
||||
"nativeCurrency": {
|
||||
"name": "Raba",
|
||||
"symbol": "RABA",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.x.raba.app/", "wss://rpc.x.raba.app/ws/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://x.raba.app/"
|
||||
}, {
|
||||
"name": "ADIL Testnet",
|
||||
"chainId": 7575,
|
||||
|
|
|
@ -9849,6 +9849,26 @@
|
|||
"url": "https://bx.shyft.network",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Raba Network Mainnet",
|
||||
"chain": "Raba",
|
||||
"icon": "raba",
|
||||
"rpc": ["https://rpc.x.raba.app/", "wss://rpc.x.raba.app/ws/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Raba",
|
||||
"symbol": "RABA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://x.raba.app/",
|
||||
"shortName": "raba",
|
||||
"chainId": 7484,
|
||||
"networkId": 7484,
|
||||
"explorers": [{
|
||||
"name": "raba",
|
||||
"url": "https://x.raba.app/explorer",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "ADIL Testnet",
|
||||
"chain": "ADIL",
|
||||
|
|
8
icons/raba.json
Normal file
8
icons/raba.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmatP9qMHEYoXqRDyHMTyjYRQa6j6Gk7pmv1QLxQkvpGRP",
|
||||
"width": 787,
|
||||
"height": 750,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -502,6 +502,7 @@
|
|||
"planq": "eip155:7070",
|
||||
"kly": "eip155:7331",
|
||||
"shyft": "eip155:7341",
|
||||
"raba": "eip155:7484",
|
||||
"tadil": "eip155:7575",
|
||||
"adil": "eip155:7576",
|
||||
"trn-mainnet": "eip155:7668",
|
||||
|
|
Loading…
Reference in New Issue
Block a user