Skip to content

Commit

Permalink
Merge pull request #37 from kefengxu/patch-7
Browse files Browse the repository at this point in the history
Update gate.js
  • Loading branch information
gateio authored Aug 28, 2019
2 parents 09e3cb7 + 636330f commit a9103cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs/lib/gate.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ var querystring = require('querystring');
const KEY = 'your key';
const SECRET = 'your secret';

const API_QUERY_URL = 'https://data.gateio.io/';
const API_TRADE_URL = 'https://api.gateio.io/';
const API_QUERY_URL = 'https://data.gateio.co/';
const API_TRADE_URL = 'https://api.gateio.co/';
const PAIRS_URL = 'api2/1/pairs';
const MARKETINFO_URL = 'api2/1/marketinfo';
const MARKETLIST_URL = 'api2/1/marketlist';
Expand Down

0 comments on commit a9103cb

Please sign in to comment.