Skip to content

Commit

Permalink
BCCX
Browse files Browse the repository at this point in the history
  • Loading branch information
gades committed Jun 24, 2019
1 parent f4cd26c commit eba2926
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
Binary file added app/assets/asset-symbols/bccx.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.bccx.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions app/assets/asset-symbols/symbols.js
Expand Up @@ -11,7 +11,9 @@ require("file-loader?name=asset-symbols/silver.png!./silver.png");

// PIRATE
require("file-loader?name=asset-symbols/[name].png!./pirate.png");
require("file-loader?name=asset-symbols/[name].png!./bccx.png");
require("file-loader?name=asset-symbols/[name].png!./pirate.btc.png");
require("file-loader?name=asset-symbols/[name].png!./pirate.bccx.png");
require("file-loader?name=asset-symbols/[name].png!./pirate.doge.png");
require("file-loader?name=asset-symbols/[name].png!./pirate.pirate.png");
// 3rd party assets
Expand Down
9 changes: 8 additions & 1 deletion app/branding.js
Expand Up @@ -112,7 +112,12 @@ export function getMyMarketsQuotes() {
rudexTokens: [],
sparkTokens: [],
xbtsxTokens: [],
otherTokens: ["PIRATE.PIRATE", "PIRATE.BTC", "PIRATE.DOGE"]
otherTokens: [
"PIRATE.PIRATE",
"PIRATE.BTC",
"PIRATE.BCCX",
"PIRATE.DOGE"
]
};

let allTokens = [];
Expand All @@ -132,8 +137,10 @@ export function getFeaturedMarkets(quotes = []) {
["PIRATE.PIRATE", "PIRATE.BTC"],
["PIRATE.PIRATE", "PIRATE.DOGE"],
["PIRATE.BTC", "PIRATE.DOGE"],
["PIRATE.BTC", "PIRATE.BCCX"],
["BTS", "PIRATE.PIRATE"],
["BTS", "PIRATE.BTC"],
["BTS", "PIRATE.BCCX"],
["BTS", "PIRATE.DOGE"]
].filter(a => {
if (!quotes.length) return true;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "PirateDEX",
"version": "3.1.190623",
"version": "3.1.190624",
"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 eba2926

Please sign in to comment.