Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
[TASK] Remove XAU from client (DC-3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrajvanshy committed Aug 19, 2015
1 parent ad407e9 commit 76685ef
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/js/data/pairs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
*/

var DEFAULT_PAIRS = [
{name: 'XAU (-0.5%pa)/XRP', last_used: 2},
{name: 'XAU (-0.5%pa)/USD', last_used: 2},
{name: 'BTC/XRP', last_used: 1},
{name: 'XRP/USD', last_used: 1},
{name: 'XRP/EUR', last_used: 1},
{name: 'XRP/JPY', last_used: 0},
{name: 'XRP/GBP', last_used: 0},
{name: 'BTC/XRP', last_used: 2},
{name: 'XRP/USD', last_used: 2},
{name: 'XRP/EUR', last_used: 2},
{name: 'XRP/JPY', last_used: 1},
{name: 'XRP/GBP', last_used: 1},
{name: 'XRP/AUD', last_used: 0},
{name: 'XRP/CHF', last_used: 0},
{name: 'XRP/CAD', last_used: 0},
Expand Down

0 comments on commit 76685ef

Please # to comment.