Deploying to gh-pages from @ ethereum-lists/chains@6943b86816 🚀

This commit is contained in:
ligi 2023-03-26 09:51:21 +00:00
parent c1eb0cb351
commit 2e3bcb0e4e
11 changed files with 118 additions and 4 deletions

View File

@ -1134,6 +1134,14 @@
"height": 250, "height": 250,
"format": "png" "format": "png"
}] }]
}, {
"name": "quarix",
"icons": [{
"url": "ipfs://QmZmY6xVNzRAGwyT64PuyHaQ33BR84HEWvTVf6YHPW7kvQ",
"width": 1024,
"height": 1024,
"format": "png"
}]
}, { }, {
"name": "dxz", "name": "dxz",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,18 @@
{
"name": "Quarix Testnet",
"chain": "Quarix",
"status": "incubating",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Q",
"symbol": "Q",
"decimals": 18
},
"infoURL": "",
"shortName": "quarix-testnet",
"chainId": 8888881,
"networkId": 8888881,
"icon": "quarix",
"explorers": []
}

View File

@ -0,0 +1,18 @@
{
"name": "Quarix",
"chain": "Quarix",
"status": "incubating",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Q",
"symbol": "Q",
"decimals": 18
},
"infoURL": "",
"shortName": "quarix",
"chainId": 8888888,
"networkId": 8888888,
"icon": "quarix",
"explorers": []
}

File diff suppressed because one or more lines are too long

View File

@ -9774,6 +9774,32 @@
"rpc": ["https://jsonrpc.hap.land"], "rpc": ["https://jsonrpc.hap.land"],
"faucets": [], "faucets": [],
"infoURL": "https://hap.land" "infoURL": "https://hap.land"
}, {
"name": "Quarix Testnet",
"chainId": 8888881,
"shortName": "quarix-testnet",
"networkId": 8888881,
"nativeCurrency": {
"name": "Q",
"symbol": "Q",
"decimals": 18
},
"rpc": [],
"faucets": [],
"infoURL": ""
}, {
"name": "Quarix",
"chainId": 8888888,
"shortName": "quarix",
"networkId": 8888888,
"nativeCurrency": {
"name": "Q",
"symbol": "Q",
"decimals": 18
},
"rpc": [],
"faucets": [],
"infoURL": ""
}, { }, {
"name": "Plian Testnet Subchain 1", "name": "Plian Testnet Subchain 1",
"chainId": 10067275, "chainId": 10067275,

View File

@ -14739,6 +14739,40 @@
"standard": "none", "standard": "none",
"icon": "hap" "icon": "hap"
}] }]
}, {
"name": "Quarix Testnet",
"chain": "Quarix",
"status": "incubating",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Q",
"symbol": "Q",
"decimals": 18
},
"infoURL": "",
"shortName": "quarix-testnet",
"chainId": 8888881,
"networkId": 8888881,
"icon": "quarix",
"explorers": []
}, {
"name": "Quarix",
"chain": "Quarix",
"status": "incubating",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Q",
"symbol": "Q",
"decimals": 18
},
"infoURL": "",
"shortName": "quarix",
"chainId": 8888888,
"networkId": 8888888,
"icon": "quarix",
"explorers": []
}, { }, {
"name": "Plian Testnet Subchain 1", "name": "Plian Testnet Subchain 1",
"chain": "Plian", "chain": "Plian",

8
icons/quarix.json Normal file
View File

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

File diff suppressed because one or more lines are too long

View File

@ -751,6 +751,8 @@
"music": "eip155:7762959", "music": "eip155:7762959",
"plian-mainnet-l2": "eip155:8007736", "plian-mainnet-l2": "eip155:8007736",
"hap": "eip155:8794598", "hap": "eip155:8794598",
"quarix-testnet": "eip155:8888881",
"quarix": "eip155:8888888",
"plian-testnet-l2": "eip155:10067275", "plian-testnet-l2": "eip155:10067275",
"SVRNm": "eip155:10101010", "SVRNm": "eip155:10101010",
"sep": "eip155:11155111", "sep": "eip155:11155111",