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@00df4ebdf4 🚀
This commit is contained in:
parent
2cdcc748c3
commit
441da02bc5
|
@ -2510,4 +2510,12 @@
|
|||
"height": 512,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "arzio",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmUwqGWGjjQweTprn5LBirAwRjYnteTiFLCVpSNHrfMmSL",
|
||||
"width": 150,
|
||||
"height": 150,
|
||||
"format": "png"
|
||||
}]
|
||||
}]
|
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-456.json
Normal file
23
chains/eip155-456.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "ARZIO Chain",
|
||||
"chain": "ARZIO",
|
||||
"icon": "arzio",
|
||||
"rpc": ["https://chain-rpc.arzio.co"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "ARZIO",
|
||||
"symbol": "AZO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://chain.arzio.co",
|
||||
"shortName": "arzio",
|
||||
"chainId": 456,
|
||||
"networkId": 456,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "ARZIO Scan",
|
||||
"url": "https://scan.arzio.co",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -2663,6 +2663,19 @@
|
|||
"rpc": ["https://rpc-01tn.frenchain.app"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://frenchain.app"
|
||||
}, {
|
||||
"name": "ARZIO Chain",
|
||||
"chainId": 456,
|
||||
"shortName": "arzio",
|
||||
"networkId": 456,
|
||||
"nativeCurrency": {
|
||||
"name": "ARZIO",
|
||||
"symbol": "AZO",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://chain-rpc.arzio.co"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://chain.arzio.co"
|
||||
}, {
|
||||
"name": "Rupaya",
|
||||
"chainId": 499,
|
||||
|
|
|
@ -3982,6 +3982,26 @@
|
|||
"icon": "fren",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "ARZIO Chain",
|
||||
"chain": "ARZIO",
|
||||
"icon": "arzio",
|
||||
"rpc": ["https://chain-rpc.arzio.co"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "ARZIO",
|
||||
"symbol": "AZO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://chain.arzio.co",
|
||||
"shortName": "arzio",
|
||||
"chainId": 456,
|
||||
"networkId": 456,
|
||||
"explorers": [{
|
||||
"name": "ARZIO Scan",
|
||||
"url": "https://scan.arzio.co",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Rupaya",
|
||||
"chain": "RUPX",
|
||||
|
|
8
icons/arzio.json
Normal file
8
icons/arzio.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmUwqGWGjjQweTprn5LBirAwRjYnteTiFLCVpSNHrfMmSL",
|
||||
"width": 150,
|
||||
"height": 150,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmUwqGWGjjQweTprn5LBirAwRjYnteTiFLCVpSNHrfMmSL
Normal file
BIN
iconsDownload/QmUwqGWGjjQweTprn5LBirAwRjYnteTiFLCVpSNHrfMmSL
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -204,6 +204,7 @@
|
|||
"ogor": "eip155:420",
|
||||
"zeeth": "eip155:427",
|
||||
"tFREN": "eip155:444",
|
||||
"arzio": "eip155:456",
|
||||
"rupx": "eip155:499",
|
||||
"Camino": "eip155:500",
|
||||
"Columbus": "eip155:501",
|
||||
|
|
Loading…
Reference in New Issue
Block a user