@cryptorubic/sdk
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@cryptorubic/sdk", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "tslib": "^2.3.0" |
@@ -9,8 +9,8 @@ "use strict"; | ||
if (env === 'local') { | ||
return 'http://localhost:3000/api/'; | ||
return 'http://localhost:3000/'; | ||
} | ||
if (env === 'dev') { | ||
return 'https://dev-api-v2.rubic.exchange/api/'; | ||
return 'https://dev-api-v2.rubic.exchange/'; | ||
} | ||
return 'https://api-v2.rubic.exchange/api/'; | ||
return 'https://api-v2.rubic.exchange/'; | ||
} | ||
@@ -17,0 +17,0 @@ ; |
@@ -16,3 +16,3 @@ "use strict"; | ||
reconnectionDelayMax: 10000, | ||
path: '/routes/ws/' | ||
path: 'api/routes/ws/' | ||
}); | ||
@@ -19,0 +19,0 @@ } |
40868