@goodaofi/bonds-sdk 3.0.170 → 3.0.172
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/config/constants/variables.d.ts +1 -1
- package/dist/main.js +7392 -7486
- package/dist/state/useSDKConfig.d.ts +2 -0
- package/package.json +1 -1
|
@@ -3,4 +3,4 @@ export declare const supportedByLIFI: ChainId[];
|
|
|
3
3
|
export declare const STRAPI_URL = "https://strapi-api.ape.bond";
|
|
4
4
|
export declare const SOUL_ZAP_API = "https://zap-api.ape.bond/zap?batch=1";
|
|
5
5
|
export declare const APEBOND = "https://ape.bond";
|
|
6
|
-
export declare const APEBOND_REALTIME_API = "https://realtime-api
|
|
6
|
+
export declare const APEBOND_REALTIME_API = "https://realtime-api.ape.bond";
|