Skip to content

Commit

Permalink
Merge pull request beastlybeast#5 from dmitry-ee/patch-1
Browse files Browse the repository at this point in the history
feature: bitmex eth perpetual contract support
  • Loading branch information
Tucsky authored Aug 9, 2018
2 parents c91577f + 2f89e66 commit 0733adf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src/exchanges/bitmex.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Bitmex extends Exchange {
this.id = 'bitmex';

this.mapping = {
ETHUSD: 'ETHUSD',
BTCUSD: 'XBTUSD',
ADABTC: 'ADAM18',
BCHBTC: 'BCHM18',
Expand Down Expand Up @@ -78,4 +79,4 @@ class Bitmex extends Exchange {

}

module.exports = Bitmex;
module.exports = Bitmex;

0 comments on commit 0733adf

Please sign in to comment.