@nightlylabs/dex-sdk 0.0.91 → 0.0.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1254,7 +1254,7 @@ var Client = class _Client {
1254
1254
  this._surf = (0, import_surf.createSurfClient)(this._aptos);
1255
1255
  this._apiKey = apiKey || generateApiKey();
1256
1256
  this._subscriptions = /* @__PURE__ */ new Map();
1257
- this._serverUrl = url || "https://api.dev.nightly.exchange";
1257
+ this._serverUrl = url || "https://api.dev.neony.exchange";
1258
1258
  this._sequenceNumberManager = new AccountSequenceNumber(this._aptos, this._apiKey);
1259
1259
  if (enableWs) {
1260
1260
  this.connectWebSocket();
package/dist/index.js CHANGED
@@ -1204,7 +1204,7 @@ var Client = class _Client {
1204
1204
  this._surf = createSurfClient(this._aptos);
1205
1205
  this._apiKey = apiKey || generateApiKey();
1206
1206
  this._subscriptions = /* @__PURE__ */ new Map();
1207
- this._serverUrl = url || "https://api.dev.nightly.exchange";
1207
+ this._serverUrl = url || "https://api.dev.neony.exchange";
1208
1208
  this._sequenceNumberManager = new AccountSequenceNumber(this._aptos, this._apiKey);
1209
1209
  if (enableWs) {
1210
1210
  this.connectWebSocket();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {