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@197eeaa6d5 🚀
This commit is contained in:
parent
42868de478
commit
f1f94cc339
|
@ -870,6 +870,14 @@
|
|||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "unique",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmbJ7CGZ2GxWMp7s6jy71UGzRsMe4w3KANKXDAExYWdaFR",
|
||||
"width": 48,
|
||||
"height": 48,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "resincoin",
|
||||
"icons": [{
|
||||
|
@ -1038,6 +1046,14 @@
|
|||
"height": 200,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "opal",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmYJDpmWyjDa3H6BxweFmQXk4fU8b1GU7M9EqYcaUNvXzc",
|
||||
"width": 48,
|
||||
"height": 48,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "cicchain",
|
||||
"icons": [{
|
||||
|
@ -1166,6 +1182,14 @@
|
|||
"height": 382,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "sapphire",
|
||||
"icons": [{
|
||||
"url": "ipfs://Qmd1PGt4cDRjFbh4ihP5QKEd4XQVwN1MkebYKdF56V74pf",
|
||||
"width": 48,
|
||||
"height": 48,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "any",
|
||||
"icons": [{
|
||||
|
@ -1614,6 +1638,14 @@
|
|||
"height": 310,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "quartz",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmaGPdccULQEFcCGxzstnmE8THfac2kSiGwvWRAiaRq4dp",
|
||||
"width": 48,
|
||||
"height": 48,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "bty",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
28
chains/eip155-8880.json
Normal file
28
chains/eip155-8880.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "Unique",
|
||||
"icon": "unique",
|
||||
"chain": "UNQ",
|
||||
"rpc": [
|
||||
"https://rpc.unique.network",
|
||||
"https://eu-rpc.unique.network",
|
||||
"https://asia-rpc.unique.network",
|
||||
"https://us-rpc.unique.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Unique",
|
||||
"symbol": "UNQ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://unique.network",
|
||||
"shortName": "unq",
|
||||
"chainId": 8880,
|
||||
"networkId": 8880,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Unique Scan",
|
||||
"url": "https://uniquescan.io/unique",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
29
chains/eip155-8881.json
Normal file
29
chains/eip155-8881.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "Quartz by Unique",
|
||||
"icon": "quartz",
|
||||
"chain": "UNQ",
|
||||
"rpc": [
|
||||
"https://rpc-quartz.unique.network",
|
||||
"https://quartz.api.onfinality.io/public-ws",
|
||||
"https://eu-rpc-quartz.unique.network",
|
||||
"https://asia-rpc-quartz.unique.network",
|
||||
"https://us-rpc-quartz.unique.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Quartz",
|
||||
"symbol": "QTZ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://unique.network",
|
||||
"shortName": "qtz",
|
||||
"chainId": 8881,
|
||||
"networkId": 8881,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Unique Scan / Quartz",
|
||||
"url": "https://uniquescan.io/quartz",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
28
chains/eip155-8882.json
Normal file
28
chains/eip155-8882.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "Opal testnet by Unique",
|
||||
"icon": "opal",
|
||||
"chain": "UNQ",
|
||||
"rpc": [
|
||||
"https://rpc-opal.unique.network",
|
||||
"https://us-rpc-opal.unique.network",
|
||||
"https://eu-rpc-opal.unique.network",
|
||||
"https://asia-rpc-opal.unique.network"
|
||||
],
|
||||
"faucets": ["https://t.me/unique2faucet_opal_bot"],
|
||||
"nativeCurrency": {
|
||||
"name": "Opal",
|
||||
"symbol": "UNQ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://unique.network",
|
||||
"shortName": "opl",
|
||||
"chainId": 8882,
|
||||
"networkId": 8882,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Unique Scan / Opal",
|
||||
"url": "https://uniquescan.io/opal",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
28
chains/eip155-8883.json
Normal file
28
chains/eip155-8883.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "Sapphire by Unique",
|
||||
"icon": "sapphire",
|
||||
"chain": "UNQ",
|
||||
"rpc": [
|
||||
"https://rpc-sapphire.unique.network",
|
||||
"https://us-rpc-sapphire.unique.network",
|
||||
"https://eu-rpc-sapphire.unique.network",
|
||||
"https://asia-rpc-sapphire.unique.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Quartz",
|
||||
"symbol": "QTZ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://unique.network",
|
||||
"shortName": "sph",
|
||||
"chainId": 8883,
|
||||
"networkId": 8883,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Unique Scan / Sapphire",
|
||||
"url": "https://uniquescan.io/sapphire",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5471,6 +5471,58 @@
|
|||
"rpc": ["https://rpc.alph.network", "wss://rpc.alph.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://alph.network"
|
||||
}, {
|
||||
"name": "Unique",
|
||||
"chainId": 8880,
|
||||
"shortName": "unq",
|
||||
"networkId": 8880,
|
||||
"nativeCurrency": {
|
||||
"name": "Unique",
|
||||
"symbol": "UNQ",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.unique.network", "https://eu-rpc.unique.network", "https://asia-rpc.unique.network", "https://us-rpc.unique.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://unique.network"
|
||||
}, {
|
||||
"name": "Quartz by Unique",
|
||||
"chainId": 8881,
|
||||
"shortName": "qtz",
|
||||
"networkId": 8881,
|
||||
"nativeCurrency": {
|
||||
"name": "Quartz",
|
||||
"symbol": "QTZ",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc-quartz.unique.network", "https://quartz.api.onfinality.io/public-ws", "https://eu-rpc-quartz.unique.network", "https://asia-rpc-quartz.unique.network", "https://us-rpc-quartz.unique.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://unique.network"
|
||||
}, {
|
||||
"name": "Opal testnet by Unique",
|
||||
"chainId": 8882,
|
||||
"shortName": "opl",
|
||||
"networkId": 8882,
|
||||
"nativeCurrency": {
|
||||
"name": "Opal",
|
||||
"symbol": "UNQ",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc-opal.unique.network", "https://us-rpc-opal.unique.network", "https://eu-rpc-opal.unique.network", "https://asia-rpc-opal.unique.network"],
|
||||
"faucets": ["https://t.me/unique2faucet_opal_bot"],
|
||||
"infoURL": "https://unique.network"
|
||||
}, {
|
||||
"name": "Sapphire by Unique",
|
||||
"chainId": 8883,
|
||||
"shortName": "sph",
|
||||
"networkId": 8883,
|
||||
"nativeCurrency": {
|
||||
"name": "Quartz",
|
||||
"symbol": "QTZ",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc-sapphire.unique.network", "https://us-rpc-sapphire.unique.network", "https://eu-rpc-sapphire.unique.network", "https://asia-rpc-sapphire.unique.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://unique.network"
|
||||
}, {
|
||||
"name": "XANAChain",
|
||||
"chainId": 8888,
|
||||
|
|
|
@ -7964,6 +7964,86 @@
|
|||
"icon": "alphscan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Unique",
|
||||
"icon": "unique",
|
||||
"chain": "UNQ",
|
||||
"rpc": ["https://rpc.unique.network", "https://eu-rpc.unique.network", "https://asia-rpc.unique.network", "https://us-rpc.unique.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Unique",
|
||||
"symbol": "UNQ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://unique.network",
|
||||
"shortName": "unq",
|
||||
"chainId": 8880,
|
||||
"networkId": 8880,
|
||||
"explorers": [{
|
||||
"name": "Unique Scan",
|
||||
"url": "https://uniquescan.io/unique",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Quartz by Unique",
|
||||
"icon": "quartz",
|
||||
"chain": "UNQ",
|
||||
"rpc": ["https://rpc-quartz.unique.network", "https://quartz.api.onfinality.io/public-ws", "https://eu-rpc-quartz.unique.network", "https://asia-rpc-quartz.unique.network", "https://us-rpc-quartz.unique.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Quartz",
|
||||
"symbol": "QTZ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://unique.network",
|
||||
"shortName": "qtz",
|
||||
"chainId": 8881,
|
||||
"networkId": 8881,
|
||||
"explorers": [{
|
||||
"name": "Unique Scan / Quartz",
|
||||
"url": "https://uniquescan.io/quartz",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Opal testnet by Unique",
|
||||
"icon": "opal",
|
||||
"chain": "UNQ",
|
||||
"rpc": ["https://rpc-opal.unique.network", "https://us-rpc-opal.unique.network", "https://eu-rpc-opal.unique.network", "https://asia-rpc-opal.unique.network"],
|
||||
"faucets": ["https://t.me/unique2faucet_opal_bot"],
|
||||
"nativeCurrency": {
|
||||
"name": "Opal",
|
||||
"symbol": "UNQ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://unique.network",
|
||||
"shortName": "opl",
|
||||
"chainId": 8882,
|
||||
"networkId": 8882,
|
||||
"explorers": [{
|
||||
"name": "Unique Scan / Opal",
|
||||
"url": "https://uniquescan.io/opal",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Sapphire by Unique",
|
||||
"icon": "sapphire",
|
||||
"chain": "UNQ",
|
||||
"rpc": ["https://rpc-sapphire.unique.network", "https://us-rpc-sapphire.unique.network", "https://eu-rpc-sapphire.unique.network", "https://asia-rpc-sapphire.unique.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Quartz",
|
||||
"symbol": "QTZ",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://unique.network",
|
||||
"shortName": "sph",
|
||||
"chainId": 8883,
|
||||
"networkId": 8883,
|
||||
"explorers": [{
|
||||
"name": "Unique Scan / Sapphire",
|
||||
"url": "https://uniquescan.io/sapphire",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "XANAChain",
|
||||
"chain": "XANAChain",
|
||||
|
|
8
icons/opal.json
Normal file
8
icons/opal.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmYJDpmWyjDa3H6BxweFmQXk4fU8b1GU7M9EqYcaUNvXzc",
|
||||
"width": 48,
|
||||
"height": 48,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
8
icons/quartz.json
Normal file
8
icons/quartz.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmaGPdccULQEFcCGxzstnmE8THfac2kSiGwvWRAiaRq4dp",
|
||||
"width": 48,
|
||||
"height": 48,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
8
icons/sapphire.json
Normal file
8
icons/sapphire.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qmd1PGt4cDRjFbh4ihP5QKEd4XQVwN1MkebYKdF56V74pf",
|
||||
"width": 48,
|
||||
"height": 48,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
8
icons/unique.json
Normal file
8
icons/unique.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmbJ7CGZ2GxWMp7s6jy71UGzRsMe4w3KANKXDAExYWdaFR",
|
||||
"width": 48,
|
||||
"height": 48,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
|
@ -0,0 +1 @@
|
|||
<svg width="48" height="48" color="#0CB6B8" fill="none" xmlns="http://www.w3.org/2000/svg"><g fill="#0CB6B8"><path d="M24 15a3.5 3.5 0 0 0-3.5 3.5v11a3.5 3.5 0 1 0 7 0v-11A3.5 3.5 0 0 0 24 15Z"/><path d="M27.5 1.44v5.14a1 1 0 0 0 .77 1 17 17 0 0 1 0 32.9 1 1 0 0 0-.77 1v5.14a1 1 0 0 0 1.17 1 24 24 0 0 0 0-47.08 1 1 0 0 0-1.17.9ZM20.5 41.42a1 1 0 0 0-.77-1 17 17 0 0 1 0-32.9 1 1 0 0 0 .77-1V1.44a1 1 0 0 0-1.17-1 24 24 0 0 0 0 47.08.999.999 0 0 0 1.17-1v-5.1Z"/></g></svg>
|
After Width: | Height: | Size: 474 B |
|
@ -0,0 +1 @@
|
|||
<svg width="48" height="48" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M26.259 40.25a1.092 1.092 0 0 0-.906-.349c-.425 0-.862.055-1.298.055a15.992 15.992 0 1 1 15.153-11.008 1.091 1.091 0 0 0 0 .786l3.622 7.789a.546.546 0 0 0 .938.087 24 24 0 1 0-12.6 9.295.546.546 0 0 0 .24-.884l-5.15-5.77Z" fill="#FF4D6A"/><path fill-rule="evenodd" clip-rule="evenodd" d="m33.742 26.756-3.371 4.287a.96.96 0 0 1-.502.327L24.6 32.723h-.131a.224.224 0 0 1 0-.065.142.142 0 0 1 0-.066l1.691-6.414a.742.742 0 0 1 .338-.47.774.774 0 0 1 .557-.12l6.6.96h.065a.107.107 0 0 1 0 .055.142.142 0 0 1 0 .066.097.097 0 0 1 .022.087Zm-8.727 7.702 5.89-1.55a.905.905 0 0 0 .502-.327l3.753-4.756h.131l6.982 15.01c.076.18.106.375.087.568a1.09 1.09 0 0 1-.218.535l-1.702 2.389a.862.862 0 0 1-.425.283l-2.902.775c-.19.052-.39.052-.578 0a1.09 1.09 0 0 1-.491-.317L24.927 34.665v-.055a.066.066 0 0 1 0-.065.055.055 0 0 1 0-.055l.088-.032Z" fill="#FF4D6A"/></svg>
|
After Width: | Height: | Size: 981 B |
|
@ -0,0 +1 @@
|
|||
<svg width="48" height="48" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M28.871 46.815c0 .657.603 1.15 1.236.981C40.404 45.062 48 35.576 48 24.295 48 10.877 37.255 0 24 0S0 10.877 0 24.295c0 11.54 7.95 21.202 18.608 23.68.625.145 1.206-.345 1.206-.99v-5.756c0-.465-.309-.87-.749-1.014-3.375-1.1-6.106-3.05-8.19-5.848-2.221-3.002-3.332-6.481-3.332-10.437 0-5.226 1.94-9.507 5.819-12.843 3.222-2.764 6.89-4.146 11.004-4.146 5.303 0 9.581 1.946 12.835 5.838 2.628 3.145 3.942 6.775 3.942 10.89 0 4.034-1.165 7.648-3.496 10.84-1.955 2.697-4.63 4.599-8.028 5.706-.44.143-.748.548-.748 1.013v5.587Zm-.305-19.227c0-.572-.462-1.037-1.032-1.037h-6.359c-.57 0-1.032.465-1.032 1.037v.394c0 .88-.992 1.315-1.488.59-.885-1.296-1.328-2.827-1.328-4.594 0-2.017.696-3.765 2.089-5.242 1.392-1.477 3.042-2.216 4.95-2.216 1.893 0 3.536.739 4.928 2.216 1.392 1.477 2.088 3.225 2.088 5.242 0 1.713-.437 3.223-1.312 4.53-.494.737-1.504.305-1.504-.584v-.336Z" fill="#00BFFF"/></svg>
|
After Width: | Height: | Size: 1011 B |
|
@ -0,0 +1 @@
|
|||
<svg width="48" height="48" color="#5D59FF" fill="none" xmlns="http://www.w3.org/2000/svg"><g fill="#5D59FF"><path d="m46.39 19.57-4.82 1.76a1 1 0 0 0-.65 1.05A17 17 0 0 1 10 33.64a1 1 0 0 0-1.17-.39L4 35a1.001 1.001 0 0 0-.52 1.44 24 24 0 0 0 44.24-16.1 1 1 0 0 0-1.33-.77ZM6.43 26.67a1 1 0 0 0 .65-1.05A17 17 0 0 1 38 14.36a1 1 0 0 0 1.17.39L44 13a1.001 1.001 0 0 0 .52-1.44A24 24 0 0 0 .28 27.66a1 1 0 0 0 1.33.77l4.82-1.76Z"/><path d="M30 18H18l-3 4 9 8 9-8-3-4Z"/></g></svg>
|
After Width: | Height: | Size: 479 B |
|
@ -420,6 +420,10 @@
|
|||
"olo": "eip155:8723",
|
||||
"tolo": "eip155:8724",
|
||||
"alph": "eip155:8738",
|
||||
"unq": "eip155:8880",
|
||||
"qtz": "eip155:8881",
|
||||
"opl": "eip155:8882",
|
||||
"sph": "eip155:8883",
|
||||
"XANAChain": "eip155:8888",
|
||||
"vsc": "eip155:8889",
|
||||
"mmt": "eip155:8898",
|
||||
|
|
Loading…
Reference in New Issue
Block a user