@ape.swap/bonds-sdk 4.1.0-test.0 → 4.1.0-test.1

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.
Files changed (2) hide show
  1. package/dist/main.js +2 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -63200,14 +63200,14 @@ const defaultUrls = {
63200
63200
  apiV2: 'https://api.ape.bond',
63201
63201
  realTimeApi: 'https://realtime-api.ape.bond',
63202
63202
  mainUrl: 'https://ape.bond',
63203
- priceApi: 'https://price-getter-api-staging-6de31092552d.herokuapp.com/realtime/prices',
63203
+ priceApi: 'https://price-api.ape.bond/realtime/prices',
63204
63204
  };
63205
63205
  // Staging URLS.
63206
63206
  const stagingUrls = {
63207
63207
  apiV2: 'https://staging-api.ape.bond',
63208
63208
  realTimeApi: 'https://realtime-api-staging.ape.bond',
63209
63209
  mainUrl: 'https://staging.ape.bond',
63210
- priceApi: 'https://price-getter-api-staging-6de31092552d.herokuapp.com/realtime/prices',
63210
+ priceApi: 'https://price-api.ape.bond/realtime/prices',
63211
63211
  };
63212
63212
  const useSDKConfig = (config) => {
63213
63213
  const urls = process.env.NODE_ENV === 'production' ? defaultUrls : stagingUrls;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "4.1.0-test.0",
6
+ "version": "4.1.0-test.1",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",