Skip to content

Commit

Permalink
Merge pull request KomodoPlatform#1685 from KomodoPlatform/add_coins
Browse files Browse the repository at this point in the history
coin changes/additions
  • Loading branch information
Milerius authored Mar 27, 2022
2 parents 51bb996 + db9721d commit bd0343c
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 10 deletions.
74 changes: 65 additions & 9 deletions assets/config/0.5.5-coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@
"active": false,
"currently_enabled": false
},
"ABY": {
"coin": "ABY",
"name": "ArtByte",
"ABY-OLD": {
"coin": "ABY-OLD",
"name": "ArtByte (OLD)",
"coinpaprika_id": "aby-artbyte",
"coingecko_id": "artbyte",
"electrum": [
Expand All @@ -257,6 +257,34 @@
"active": false,
"currently_enabled": false
},
"ABY": {
"coin": "ABY",
"name": "ArtByte",
"coinpaprika_id": "aby-artbyte",
"coingecko_id": "artbyte",
"electrum": [
{
"url": "elec-seeder-one.artbytecoin.org:50012",
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "elec-seeder-one.artbytecoin.org:50013"
},
{
"url": "elec-seeder-two.artbytecoin.org:50012",
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "elec-seeder-two.artbytecoin.org:50013"
}
],
"explorer_url": [
"https://chainz.cryptoid.info/aby/"
],
"explorer_tx_url": "tx.dws?",
"explorer_address_url": "address.dws?",
"type": "UTXO",
"active": false,
"currently_enabled": false
},
"ADA-BEP20": {
"coin": "ADA-BEP20",
"name": "Cardano",
Expand Down Expand Up @@ -3526,12 +3554,6 @@
{
"url": "spv1.lbry.com:50001"
},
{
"url": "spv13.lbry.com:50001"
},
{
"url": "spv15.lbry.com:50001"
},
{
"url": "spv17.lbry.com:50001"
},
Expand Down Expand Up @@ -5466,6 +5488,40 @@
"active": false,
"currently_enabled": false
},
"PPC-ERC20": {
"coin": "PPC-ERC20",
"name": "Peercoin",
"coinpaprika_id": "ppc-peercoin",
"coingecko_id": "peercoin",
"nomics_id": "PPC",
"nodes": [
"http://eth1.cipig.net:8555",
"http://eth2.cipig.net:8555",
"http://eth3.cipig.net:8555"
],
"explorer_url": [
"https://etherscan.io/"
],
"type": "ERC-20",
"active": false,
"currently_enabled": false
},
"PPC-PLG20": {
"coin": "PPC-PLG20",
"name": "Peercoin",
"coinpaprika_id": "ppc-peercoin",
"coingecko_id": "peercoin",
"nomics_id": "PPC",
"nodes": [
"https://polygon-rpc.com"
],
"explorer_url": [
"https://polygonscan.com/"
],
"type": "Matic",
"active": false,
"currently_enabled": false
},
"PRUX": {
"coin": "PRUX",
"name": "PRUX",
Expand Down
2 changes: 1 addition & 1 deletion atomic_defi_design/Dex/Constants/General.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ QtObject {
"FIL/EURS": "COINBASE:FILEUR",
"FIL/JEUR": "COINBASE:FILEUR",
"FIRO/BTC": "BINANCE:FIROBTC",
"FIRO/ETH": "BINANCE:FIROETH",
"FIRO/ETH": "HUOBI:FIROETH",
"FIRO/USDT": "BITTREX:FIROUSD",
"FIRO/BUSD": "BITTREX:FIROUSD",
"FIRO/USDC": "BITTREX:FIROUSD",
Expand Down

0 comments on commit bd0343c

Please sign in to comment.