Skip to content

Commit

Permalink
allcoin markets fix ccxt#451
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Nov 2, 2017
1 parent 6dd726b commit 748cc19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/js/symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ let printSymbols = async (id) => {

// instantiate the exchange by id
let exchange = new ccxt[id] ({
// 'verbose': true,
// 'proxy': 'https://cors-anywhere.herokuapp.com/',
// 'proxy': 'https://crossorigin.me/',
})
Expand Down
1 change: 1 addition & 0 deletions js/allcoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = class allcoin extends okcoinusd {
],
},
},
'markets': undefined,
});
}

Expand Down

0 comments on commit 748cc19

Please sign in to comment.