@sodax/sdk 1.0.0-rc.1 → 1.0.0-rc.2

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.d.cts CHANGED
@@ -9258,7 +9258,7 @@ declare const FEE_PERCENTAGE_SCALE = 10000n;
9258
9258
  declare const STELLAR_PRIORITY_FEE = "10000";
9259
9259
  declare const STELLAR_DEFAULT_TX_TIMEOUT_SECONDS = 100;
9260
9260
  declare const DEFAULT_DEADLINE_OFFSET = 300n;
9261
- declare const DEFAULT_BACKEND_API_ENDPOINT = "https://apiv1.coolify.iconblockchain.xyz";
9261
+ declare const DEFAULT_BACKEND_API_ENDPOINT = "https://api.sodax.com/v1/be";
9262
9262
  declare const DEFAULT_BACKEND_API_TIMEOUT = 30000;
9263
9263
  declare const DEFAULT_BACKEND_API_HEADERS: {
9264
9264
  'Content-Type': string;
package/dist/index.d.ts CHANGED
@@ -9258,7 +9258,7 @@ declare const FEE_PERCENTAGE_SCALE = 10000n;
9258
9258
  declare const STELLAR_PRIORITY_FEE = "10000";
9259
9259
  declare const STELLAR_DEFAULT_TX_TIMEOUT_SECONDS = 100;
9260
9260
  declare const DEFAULT_DEADLINE_OFFSET = 300n;
9261
- declare const DEFAULT_BACKEND_API_ENDPOINT = "https://apiv1.coolify.iconblockchain.xyz";
9261
+ declare const DEFAULT_BACKEND_API_ENDPOINT = "https://api.sodax.com/v1/be";
9262
9262
  declare const DEFAULT_BACKEND_API_TIMEOUT = 30000;
9263
9263
  declare const DEFAULT_BACKEND_API_HEADERS: {
9264
9264
  'Content-Type': string;
package/dist/index.mjs CHANGED
@@ -6744,7 +6744,7 @@ var FEE_PERCENTAGE_SCALE = 10000n;
6744
6744
  var STELLAR_PRIORITY_FEE = "10000";
6745
6745
  var STELLAR_DEFAULT_TX_TIMEOUT_SECONDS = 100;
6746
6746
  var DEFAULT_DEADLINE_OFFSET = 300n;
6747
- var DEFAULT_BACKEND_API_ENDPOINT = "https://apiv1.coolify.iconblockchain.xyz";
6747
+ var DEFAULT_BACKEND_API_ENDPOINT = "https://api.sodax.com/v1/be";
6748
6748
  var DEFAULT_BACKEND_API_TIMEOUT = 3e4;
6749
6749
  var DEFAULT_BACKEND_API_HEADERS = {
6750
6750
  "Content-Type": "application/json",