Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdUpdate 0.5.4-coins.json #1531

Merged
merged 11 commits into from
Dec 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 51 additions & 2 deletions assets/config/0.5.4-coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5038,6 +5038,43 @@
"active": false,
"currently_enabled": false
},
"NYAN": {
"coin": "NYAN",
"name": "Nyancoin",
"coinpaprika_id": "test-coin",
"coingecko_id": "test-coin",
"nomics_id": "NYAN",
"electrum": [
{
"url": "txserver.live:50022",
"protocol": "SSL"
},
{
"url": "txserver.live:50020",
"protocol": "TCP"
},
{
"url": "electrumx.live:50022",
"protocol": "SSL"
},
{
"url": "electrumx.live:50020",
"protocol": "TCP"
},
{
"url": "electrumxnyan01.ddns.net:50020",
"protocol": "TCP"
}
],
"explorer_url": [
"https://www.nyanchain.com/"
],
"explorer_tx_url": "tx.nyan?",
"explorer_address_url": "ad.nyan?",
"type": "UTXO",
"active": false,
"currently_enabled": false
},
"PANGEA": {
"coin": "PANGEA",
"name": "Pangea",
Expand Down Expand Up @@ -5120,13 +5157,25 @@
"nomics_id": "PRUX",
"electrum": [
{
"url": "electrumxprux01.ddns.net:50010",
"url": "txserver.live:50002",
"protocol": "SSL"
},
{
"url": "electrumx.live:50012",
"protocol": "SSL"
},
{
"url": "txserver.live:50001",
"protocol": "TCP"
},
{
"url": "electrumx.live:50010",
"protocol": "TCP"
},
{
"url": "electrumxprux02.sytes.net:50001",
"protocol": "TCP"
}
}
],
"explorer_url": [
"https://explorer.prux.info/"
Expand Down
1 change: 1 addition & 0 deletions atomic_defi_design/Dex/Constants/Style.qml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ QtObject {
"NEAR": "#595959",
"NEXO": "#A3B3D6",
"NVC": "#FCF96D",
"NYAN": "#008CE7",
"OCEAN": "#595959",
"OMG": "#595959",
"ONE": "#00BEEE",
Expand Down
Binary file added atomic_defi_design/assets/images/coins/nyan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions atomic_defi_design/qml.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
<file>assets/images/coins/nexo.png</file>
<file>assets/images/coins/nmc.png</file>
<file>assets/images/coins/nvc.png</file>
<file>assets/images/coins/nyan.png</file>
<file>assets/images/coins/nzds.png</file>
<file>assets/images/coins/oc.png</file>
<file>assets/images/coins/ocean.png</file>
Expand Down