Deploying to gh-pages from @ ethereum-lists/chains@513eadf74d 🚀

This commit is contained in:
ligi 2023-05-10 09:32:50 +00:00
parent 8c9033770f
commit c6a0b69cd1
11 changed files with 78 additions and 5 deletions

View File

@ -2294,6 +2294,14 @@
"height": 256, "height": 256,
"format": "png" "format": "png"
}] }]
}, {
"name": "raba",
"icons": [{
"url": "ipfs://QmatP9qMHEYoXqRDyHMTyjYRQa6j6Gk7pmv1QLxQkvpGRP",
"width": 787,
"height": 750,
"format": "png"
}]
}, { }, {
"name": "ganache", "name": "ganache",
"icons": [{ "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
View 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

View File

@ -6537,6 +6537,19 @@
"rpc": ["https://rpc.shyft.network/"], "rpc": ["https://rpc.shyft.network/"],
"faucets": [], "faucets": [],
"infoURL": "https://shyft.network" "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", "name": "ADIL Testnet",
"chainId": 7575, "chainId": 7575,

View File

@ -9849,6 +9849,26 @@
"url": "https://bx.shyft.network", "url": "https://bx.shyft.network",
"standard": "EIP3091" "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", "name": "ADIL Testnet",
"chain": "ADIL", "chain": "ADIL",

8
icons/raba.json Normal file
View 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

View File

@ -502,6 +502,7 @@
"planq": "eip155:7070", "planq": "eip155:7070",
"kly": "eip155:7331", "kly": "eip155:7331",
"shyft": "eip155:7341", "shyft": "eip155:7341",
"raba": "eip155:7484",
"tadil": "eip155:7575", "tadil": "eip155:7575",
"adil": "eip155:7576", "adil": "eip155:7576",
"trn-mainnet": "eip155:7668", "trn-mainnet": "eip155:7668",