Deploying to gh-pages from @ ethereum-lists/chains@07b8568d53 🚀

This commit is contained in:
ligi 2022-07-15 19:35:58 +00:00
parent 5c4be4b8d2
commit 45c875f761
9 changed files with 136 additions and 2 deletions

File diff suppressed because one or more lines are too long

27
chains/eip155-35441.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "Q Mainnet",
"chain": "Q",
"network": "mainnet",
"rpc": [
"https://rpc.q.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Q token",
"symbol": "Q",
"decimals": 18
},
"infoURL": "https://q.org",
"shortName": "q",
"chainId": 35441,
"networkId": 35441,
"icon": "q",
"explorers": [
{
"name": "Q explorer",
"url": "https://explorer.q.org",
"icon": "q",
"standard": "EIP3091"
}
]
}

27
chains/eip155-35443.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "Q Testnet",
"chain": "Q",
"network": "testnet",
"rpc": [
"https://rpc.qtestnet.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Q token",
"symbol": "Q",
"decimals": 18
},
"infoURL": "https://q.org/",
"shortName": "q-testnet",
"chainId": 35443,
"networkId": 35443,
"icon": "q",
"explorers": [
{
"name": "Q explorer",
"url": "https://explorer.qtestnet.org",
"icon": "q",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4197,6 +4197,32 @@
"rpc": ["https://mainnet.anyswap.exchange", "https://fsn.dev/api"], "rpc": ["https://mainnet.anyswap.exchange", "https://fsn.dev/api"],
"faucets": [], "faucets": [],
"infoURL": "https://www.fusion.org/" "infoURL": "https://www.fusion.org/"
}, {
"name": "Q Mainnet",
"chainId": 35441,
"shortName": "q",
"networkId": 35441,
"nativeCurrency": {
"name": "Q token",
"symbol": "Q",
"decimals": 18
},
"rpc": ["https://rpc.q.org"],
"faucets": [],
"infoURL": "https://q.org"
}, {
"name": "Q Testnet",
"chainId": 35443,
"shortName": "q-testnet",
"networkId": 35443,
"nativeCurrency": {
"name": "Q token",
"symbol": "Q",
"decimals": 18
},
"rpc": ["https://rpc.qtestnet.org"],
"faucets": [],
"infoURL": "https://q.org/"
}, { }, {
"name": "Energi Mainnet", "name": "Energi Mainnet",
"chainId": 39797, "chainId": 39797,

View File

@ -5933,6 +5933,50 @@
"shortName": "fsn", "shortName": "fsn",
"chainId": 32659, "chainId": 32659,
"networkId": 32659 "networkId": 32659
}, {
"name": "Q Mainnet",
"chain": "Q",
"network": "mainnet",
"rpc": ["https://rpc.q.org"],
"faucets": [],
"nativeCurrency": {
"name": "Q token",
"symbol": "Q",
"decimals": 18
},
"infoURL": "https://q.org",
"shortName": "q",
"chainId": 35441,
"networkId": 35441,
"icon": "q",
"explorers": [{
"name": "Q explorer",
"url": "https://explorer.q.org",
"icon": "q",
"standard": "EIP3091"
}]
}, {
"name": "Q Testnet",
"chain": "Q",
"network": "testnet",
"rpc": ["https://rpc.qtestnet.org"],
"faucets": [],
"nativeCurrency": {
"name": "Q token",
"symbol": "Q",
"decimals": 18
},
"infoURL": "https://q.org/",
"shortName": "q-testnet",
"chainId": 35443,
"networkId": 35443,
"icon": "q",
"explorers": [{
"name": "Q explorer",
"url": "https://explorer.qtestnet.org",
"icon": "q",
"standard": "EIP3091"
}]
}, { }, {
"name": "Energi Mainnet", "name": "Energi Mainnet",
"chain": "NRG", "chain": "NRG",

8
icons/q.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -322,6 +322,8 @@
"got": "eip155:31337", "got": "eip155:31337",
"Brise": "eip155:32520", "Brise": "eip155:32520",
"fsn": "eip155:32659", "fsn": "eip155:32659",
"q": "eip155:35441",
"q-testnet": "eip155:35443",
"nrg": "eip155:39797", "nrg": "eip155:39797",
"PC": "eip155:42069", "PC": "eip155:42069",
"arb1": "eip155:42161", "arb1": "eip155:42161",