@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.
- package/dist/main.js +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-
|
|
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-
|
|
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;
|