Skip to content

Commit

Permalink
new coins Peony (PNY) and Prizm (PZN)
Browse files Browse the repository at this point in the history
  • Loading branch information
gades committed Sep 13, 2019
1 parent 16ab61a commit 09afe47
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
Binary file added app/assets/asset-symbols/pirate.pny.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/asset-symbols/pirate.pzm.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/asset-symbols/pny.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/asset-symbols/pzm.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/assets/asset-symbols/symbols.js
Expand Up @@ -15,6 +15,10 @@ require("file-loader?name=asset-symbols/[name].png!./bcc.png");
require("file-loader?name=asset-symbols/[name].png!./bccx.png");
require("file-loader?name=asset-symbols/[name].png!./dlx.png");
require("file-loader?name=asset-symbols/[name].png!./ltc.png");
require("file-loader?name=asset-symbols/[name].png!./pny.png");
require("file-loader?name=asset-symbols/[name].png!./pzm.png");
require("file-loader?name=asset-symbols/[name].png!./pirate.pzm.png");
require("file-loader?name=asset-symbols/[name].png!./pirate.pny.png");
require("file-loader?name=asset-symbols/[name].png!./pirate.ltc.png");
require("file-loader?name=asset-symbols/[name].png!./pirate.btc.png");
require("file-loader?name=asset-symbols/[name].png!./pirate.bcc.png");
Expand Down
20 changes: 16 additions & 4 deletions app/branding.js
Expand Up @@ -124,7 +124,10 @@ export function getMyMarketsQuotes() {
"PIRATE.BCC",
"PIRATE.BCCX",
"PIRATE.DOGE",
"PIRATE.DLX"
"PIRATE.DLX",
"PIRATE.PNY",
"PIRATE.PZM"

]
};

Expand All @@ -150,20 +153,29 @@ export function getFeaturedMarkets(quotes = []) {
["PIRATE.BCCX", "PIRATE.BTC"],
["PIRATE.BCCX", "PIRATE.LTC"],
["PIRATE.BCCX", "PIRATE.DOGE"],
["PIRATE.BCCX", "PIRATE.PIRATE"],
["PIRATE.DLX", "BTS"],
["PIRATE.DLX", "PIRATE.BTC"],
["PIRATE.DLX", "PIRATE.LTC"],
["PIRATE.DLX", "PIRATE.DOGE"],
["PIRATE.DLX", "PIRATE.PIRATE"],
["PIRATE.BCC", "BTS"],
["PIRATE.BCC", "PIRATE.BTC"],
["PIRATE.BCC", "PIRATE.LTC"],
["PIRATE.BCC", "PIRATE.DOGE"],
["PIRATE.BCC", "PIRATE.PIRATE"],
["PIRATE.PNY", "PIRATE.BTC"],
["PIRATE.PNY", "PIRATE.LTC"],
["PIRATE.PNY", "PIRATE.DOGE"],
["PIRATE.PNY", "PIRATE.PIRATE"],
["PIRATE.PZM", "PIRATE.BTC"],
["PIRATE.PZM", "PIRATE.LTC"],
["PIRATE.PZM", "PIRATE.DOGE"],
["PIRATE.PZM", "PIRATE.PIRATE"],
["PIRATE.DOGE", "BTS"],
["PIRATE.DOGE", "PIRATE.BTC"],
["PIRATE.DOGE", "PIRATE.LTC"],
["PIRATE.BTC", "PIRATE.LTC"][("PIRATE.BTC", "BTS")][
("PIRATE.BTC", "BTS")
]
["PIRATE.DOGE", "PIRATE.PIRATE"],
].filter(a => {
if (!quotes.length) return true;
return quotes.indexOf(a[0]) !== -1;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "PirateDEX",
"version": "3.1.020917",
"version": "3.1.130917",
"description": "Reference UI to showcase all features of the BitShares blockchain.",
"homepage": "https://github.com/piratecash/pirate-dex",
"author": "BitShares UI Worker <ui-dev@bitshares.org>",
Expand Down

0 comments on commit 09afe47

Please sign in to comment.