Deploying to gh-pages from @ ethereum-lists/chains@2572a2e829 🚀

This commit is contained in:
ligi 2022-11-23 00:26:27 +00:00
parent 00e11a8ff7
commit 9d90a98d4e
10 changed files with 141 additions and 3 deletions

View File

@ -926,6 +926,14 @@
"height": 256, "height": 256,
"format": "png" "format": "png"
}] }]
}, {
"name": "qom",
"icons": [{
"url": "ipfs://QmRc1kJ7AgcDL1BSoMYudatWHTrz27K6WNTwGifQb5V17D",
"width": 518,
"height": 518,
"format": "png"
}]
}, { }, {
"name": "songbird", "name": "songbird",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

25
chains/eip155-766.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "QL1",
"chain": "QOM",
"status": "incubating",
"rpc": ["https://mainnet.qom.one:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Shiba Predator",
"symbol": "QOM",
"decimals": 18
},
"infoURL": "https://qom.one",
"shortName": "qom",
"chainId": 766,
"networkId": 766,
"icon": "qom",
"explorers": [
{
"name": "QL1 Mainnet Explorer",
"url": "https://mainnet.qom.one",
"icon": "qom",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,25 @@
{
"name": "QL1 Testnet",
"chain": "QOM",
"status": "incubating",
"rpc": ["https://testnet.qom.one:8545"],
"faucets": ["https://faucet.qom.one"],
"nativeCurrency": {
"name": "Shiba Predator",
"symbol": "QOM",
"decimals": 18
},
"infoURL": "https://qom.one",
"shortName": "tqom",
"chainId": 7668378,
"networkId": 7668378,
"icon": "qom",
"explorers": [
{
"name": "QL1 Testnet Explorer",
"url": "https://testnet.qom.one",
"icon": "qom",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2416,6 +2416,19 @@
"rpc": ["https://rpc.lycanchain.com/"], "rpc": ["https://rpc.lycanchain.com/"],
"faucets": [], "faucets": [],
"infoURL": "https://lycanchain.com" "infoURL": "https://lycanchain.com"
}, {
"name": "QL1",
"chainId": 766,
"shortName": "qom",
"networkId": 766,
"nativeCurrency": {
"name": "Shiba Predator",
"symbol": "QOM",
"decimals": 18
},
"rpc": ["https://mainnet.qom.one:8545"],
"faucets": [],
"infoURL": "https://qom.one"
}, { }, {
"name": "OpenChain Testnet", "name": "OpenChain Testnet",
"chainId": 776, "chainId": 776,
@ -7122,6 +7135,19 @@
"rpc": ["https://jsonrpc-endpoint-test.imversed.com"], "rpc": ["https://jsonrpc-endpoint-test.imversed.com"],
"faucets": [], "faucets": [],
"infoURL": "https://imversed.com" "infoURL": "https://imversed.com"
}, {
"name": "QL1 Testnet",
"chainId": 7668378,
"shortName": "tqom",
"networkId": 7668378,
"nativeCurrency": {
"name": "Shiba Predator",
"symbol": "QOM",
"decimals": 18
},
"rpc": ["https://testnet.qom.one:8545"],
"faucets": ["https://faucet.qom.one"],
"infoURL": "https://qom.one"
}, { }, {
"name": "Musicoin", "name": "Musicoin",
"chainId": 7762959, "chainId": 7762959,

View File

@ -3437,6 +3437,28 @@
"url": "https://explorer.lycanchain.com", "url": "https://explorer.lycanchain.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "QL1",
"chain": "QOM",
"status": "incubating",
"rpc": ["https://mainnet.qom.one:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Shiba Predator",
"symbol": "QOM",
"decimals": 18
},
"infoURL": "https://qom.one",
"shortName": "qom",
"chainId": 766,
"networkId": 766,
"icon": "qom",
"explorers": [{
"name": "QL1 Mainnet Explorer",
"url": "https://mainnet.qom.one",
"icon": "qom",
"standard": "EIP3091"
}]
}, { }, {
"name": "OpenChain Testnet", "name": "OpenChain Testnet",
"chain": "OpenChain Testnet", "chain": "OpenChain Testnet",
@ -10390,6 +10412,28 @@
"icon": "imversed", "icon": "imversed",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "QL1 Testnet",
"chain": "QOM",
"status": "incubating",
"rpc": ["https://testnet.qom.one:8545"],
"faucets": ["https://faucet.qom.one"],
"nativeCurrency": {
"name": "Shiba Predator",
"symbol": "QOM",
"decimals": 18
},
"infoURL": "https://qom.one",
"shortName": "tqom",
"chainId": 7668378,
"networkId": 7668378,
"icon": "qom",
"explorers": [{
"name": "QL1 Testnet Explorer",
"url": "https://testnet.qom.one",
"icon": "qom",
"standard": "EIP3091"
}]
}, { }, {
"name": "Musicoin", "name": "Musicoin",
"chain": "MUSIC", "chain": "MUSIC",

8
icons/qom.json Normal file
View File

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

View File

@ -185,6 +185,7 @@
"bcs": "eip155:707", "bcs": "eip155:707",
"tbcs": "eip155:708", "tbcs": "eip155:708",
"LYC": "eip155:721", "LYC": "eip155:721",
"qom": "eip155:766",
"opc": "eip155:776", "opc": "eip155:776",
"cth": "eip155:777", "cth": "eip155:777",
"aca": "eip155:787", "aca": "eip155:787",
@ -547,6 +548,7 @@
"filecoin-butterfly": "eip155:3141592", "filecoin-butterfly": "eip155:3141592",
"imversed": "eip155:5555555", "imversed": "eip155:5555555",
"imversed-testnet": "eip155:5555558", "imversed-testnet": "eip155:5555558",
"tqom": "eip155:7668378",
"music": "eip155:7762959", "music": "eip155:7762959",
"plian-mainnet-l2": "eip155:8007736", "plian-mainnet-l2": "eip155:8007736",
"plian-testnet-l2": "eip155:10067275", "plian-testnet-l2": "eip155:10067275",