Deploying to gh-pages from @ ethereum-lists/chains@00df4ebdf4 🚀

This commit is contained in:
ligi 2023-05-16 10:18:04 +00:00
parent 2cdcc748c3
commit 441da02bc5
12 changed files with 78 additions and 5 deletions

View File

@ -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
View 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

View File

@ -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,

View File

@ -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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUwqGWGjjQweTprn5LBirAwRjYnteTiFLCVpSNHrfMmSL",
"width": 150,
"height": 150,
"format": "png"
}
]

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

View File

@ -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",