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

This commit is contained in:
ligi 2022-10-29 14:44:46 +00:00
parent 6610d9fe4b
commit a161173c26
9 changed files with 74 additions and 3 deletions

View File

@ -772,6 +772,14 @@
"height": 591, "height": 591,
"format": "svg" "format": "svg"
}] }]
}, {
"name": "condor",
"icons": [{
"url": "ipfs://QmPRDuEJSTqp2cDUvWCp71Wns6XV8nvdeAVKWH6srpk4xM",
"width": 752,
"height": 752,
"format": "png"
}]
}, { }, {
"name": "piecechain", "name": "piecechain",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

22
chains/eip155-188881.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "Condor Test Network",
"chain": "CONDOR",
"rpc": ["https://testnet.condor.systems/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Condor Native Token",
"symbol": "CONDOR",
"decimals": 18
},
"infoURL": "https://condor.systems",
"shortName": "condor",
"chainId": 188881,
"networkId": 188881,
"explorers": [
{
"name": "CondorScan",
"url": "https://explorer.condor.systems",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5926,6 +5926,19 @@
"rpc": ["https://rpc.node1.etnd.pro/"], "rpc": ["https://rpc.node1.etnd.pro/"],
"faucets": [], "faucets": [],
"infoURL": "https://www.etnd.pro" "infoURL": "https://www.etnd.pro"
}, {
"name": "Condor Test Network",
"chainId": 188881,
"shortName": "condor",
"networkId": 188881,
"nativeCurrency": {
"name": "Condor Native Token",
"symbol": "CONDOR",
"decimals": 18
},
"rpc": ["https://testnet.condor.systems/rpc"],
"faucets": [],
"infoURL": "https://condor.systems"
}, { }, {
"name": "Milkomeda C1 Testnet", "name": "Milkomeda C1 Testnet",
"chainId": 200101, "chainId": 200101,

View File

@ -8582,6 +8582,25 @@
"icon": "ETND", "icon": "ETND",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "Condor Test Network",
"chain": "CONDOR",
"rpc": ["https://testnet.condor.systems/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Condor Native Token",
"symbol": "CONDOR",
"decimals": 18
},
"infoURL": "https://condor.systems",
"shortName": "condor",
"chainId": 188881,
"networkId": 188881,
"explorers": [{
"name": "CondorScan",
"url": "https://explorer.condor.systems",
"standard": "none"
}]
}, { }, {
"name": "Milkomeda C1 Testnet", "name": "Milkomeda C1 Testnet",
"chain": "milkTAda", "chain": "milkTAda",

8
icons/condor.json Normal file
View File

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

View File

@ -455,6 +455,7 @@
"qkc-d-s6": "eip155:110007", "qkc-d-s6": "eip155:110007",
"qkc-d-s7": "eip155:110008", "qkc-d-s7": "eip155:110008",
"ETND": "eip155:131419", "ETND": "eip155:131419",
"condor": "eip155:188881",
"milkTAda": "eip155:200101", "milkTAda": "eip155:200101",
"milkTAlgo": "eip155:200202", "milkTAlgo": "eip155:200202",
"aka": "eip155:200625", "aka": "eip155:200625",