Socket
Socket
Sign inDemoInstall

jsmex-trader-sdk

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.33 to 1.1.34

6

example/LogCloseStrategy.js

@@ -55,7 +55,7 @@ global.log = global.log || console.log

...this.defaultOptions,
defaultSymbol: 'BTC/USDT',
defaultSymbol: 'JMX/USDT',
exchanges: {
jsmex: {
wwwDomain: 'dev.jsmex.io',
apiDomain: 'devapi.jsmex.io'
wwwDomain: 'jsmex.io',
apiDomain: 'api.jsmex.io'
}

@@ -62,0 +62,0 @@ },

@@ -54,7 +54,7 @@ // file strategy.js

...this.defaultOptions,
defaultSymbol: 'BTC/USDT',
defaultSymbol: 'JMX/USDT',
exchanges: {
jsmex: {
wwwDomain: 'dev.jsmex.io',
apiDomain: 'devapi.jsmex.io'
wwwDomain: 'jsmex.io',
apiDomain: 'api.jsmex.io'
}

@@ -61,0 +61,0 @@ },

@@ -63,7 +63,7 @@ // file strategy.js

...this.defaultOptions,
defaultSymbol: 'BTC/USDT',
defaultSymbol: 'JMX/USDT',
exchanges: {
jsmex: {
wwwDomain: 'dev.jsmex.io',
apiDomain: 'devapi.jsmex.io'
wwwDomain: 'jsmex.io',
apiDomain: 'api.jsmex.io'
}

@@ -70,0 +70,0 @@ },

@@ -474,3 +474,3 @@ const IExchange = global.IExchange || require('./IExchange')

}
return CCXTExchange.orderToDTO(orderDataLean)
return CCXTExchange.orderToDTO(orderDataLean.info)
}

@@ -477,0 +477,0 @@ )

{
"name": "jsmex-trader-sdk",
"version": "1.1.33",
"version": "1.1.34",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc