Skip to content

Commit

Permalink
renaming...
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Aug 8, 2017
1 parent 3ce4ccf commit 61f5e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let exchange = new ccxt.bitfinex ({
secret: 'Rgxxw1BGnq6NLTLq1hn0oQ5FBDRLYFFVRzyEKYbz1io',
})

await exchange.loadProducts ()
await exchange.loadMarkets ()
console.log (exchange.symbols)

let symbol = exchange.symbols[0]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccxt",
"version": "1.2.95",
"version": "1.3.0",
"description": "A library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs",
"main": "ccxt.es5.js",
"repository": {
Expand Down

0 comments on commit 61f5e3f

Please sign in to comment.