Skip to content

Commit

Permalink
Merge pull request KomodoPlatform#1980 from KomodoPlatform/add_coins
Browse files Browse the repository at this point in the history
Add LNC & CHTA & AVN
  • Loading branch information
smk762 authored Sep 28, 2022
2 parents 4e8407c + 7b59f49 commit d0f82e8
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 0 deletions.
70 changes: 70 additions & 0 deletions assets/config/0.5.6-coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1760,6 +1760,30 @@
"currently_enabled": false,
"wallet_only": true
},
"CHTA": {
"coin": "CHTA",
"name": "Cheetahcoin",
"type": "UTXO",
"coingecko_id": "test-coin",
"coinpaprika_id": "chta-cheetahcoin",
"nomics_id": "CHTA",
"electrum": [
{
"url": "electrum.shorelinecrypto.com:10007"
},
{
"url": "electrum1.mooo.com:10007"
},
{
"url": "electrum2.mooo.com:10007"
}
],
"explorer_url": [
"http://chtaexplorer.mooo.com:3002/"
],
"active": false,
"currently_enabled": false
},
"CLC": {
"coin": "CLC",
"name": "Collider Coin",
Expand Down Expand Up @@ -3831,6 +3855,29 @@
"active": false,
"currently_enabled": false
},
"LNC": {
"coin": "LNC",
"name": "LightningCash",
"coinpaprika_id": "lnc-lightningcash",
"coingecko_id": "lightningcash",
"nomics_id": "LNC3",
"electrum": [
{
"url": "74.208.95.26:50001"
},
{
"url": "74.56.11.23:50001"
}
],
"explorer_url": [
"https://explorer.lightningcash-coin.com/"
],
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"type": "UTXO",
"active": false,
"currently_enabled": false
},
"LOOM-ERC20": {
"coin": "LOOM-ERC20",
"name": "Loom Network",
Expand Down Expand Up @@ -5230,6 +5277,29 @@
"active": false,
"currently_enabled": false
},
"AVN": {
"coin": "AVN",
"name": "Avian",
"coinpaprika_id": "avn-avian",
"coingecko_id": "avian-network",
"nomics_id": "AVN3",
"electrum": [
{
"url": "electrum-us.avn.network:50001",
"protocol": "TCP"
},
{
"url": "electrum-eu.avn.network:50001",
"protocol": "TCP"
}
],
"explorer_url": [
"https://explorer.avn.network/"
],
"type": "UTXO",
"active": false,
"currently_enabled": false
},
"AWC": {
"active": false,
"coin": "AWC",
Expand Down
3 changes: 3 additions & 0 deletions atomic_defi_design/Dex/Constants/Style.qml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ QtObject {
"AUR": "#0A6C5E",
"AVA": "#5B567F",
"AVAX": "#E84142",
"AVN": "#33E0CE",
"AXS": "#0055D5",
"BAL": "#4D4D4D",
"BNB": "#F9D987",
Expand Down Expand Up @@ -324,6 +325,7 @@ QtObject {
"CRYPTO": "#F58736",
"LABS": "#C1F6E1",
"LCC": "#068210",
"LNC": "#C3A635",
"MESH": "#0098DA",
"MGW": "#854F2F",
"MONA": "#DEC799",
Expand Down Expand Up @@ -384,6 +386,7 @@ QtObject {
"CEL": "#4055A6",
"CELR": "#595959",
"CENNZ": "#2E87F1",
"CHTA": "#C3A634",
"COMP": "#00DBA3",
"CRO": "#243565",
"CVC": "#3AB03E",
Expand Down
Binary file added atomic_defi_design/assets/images/coins/avn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added atomic_defi_design/assets/images/coins/chta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added atomic_defi_design/assets/images/coins/lnc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0f82e8

Please sign in to comment.