@scallop-io/sui-scallop-sdk 1.5.1 → 1.5.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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/constants/common.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -49,7 +49,7 @@ declare const API_BASE_URL: "https://sui.apis.scallop.io";
|
|
|
49
49
|
declare const SDK_API_BASE_URL: "https://sdk.api.scallop.io";
|
|
50
50
|
declare const IS_VE_SCA_TEST: boolean;
|
|
51
51
|
declare const USE_TEST_ADDRESS: boolean;
|
|
52
|
-
declare const ADDRESSES_ID: "65fb07c39c845425d71d7b18" | "
|
|
52
|
+
declare const ADDRESSES_ID: "65fb07c39c845425d71d7b18" | "675c65cd301dd817ea262e76";
|
|
53
53
|
declare const PROTOCOL_OBJECT_ID: "0xc9f859f98ca352a11b97a038c4b4162bee437b8df8caa047990fe9cb03d4f778" | "0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf";
|
|
54
54
|
declare const BORROW_FEE_PROTOCOL_ID: "0xc9f859f98ca352a11b97a038c4b4162bee437b8df8caa047990fe9cb03d4f778" | "0xc38f849e81cfe46d4e4320f508ea7dda42934a329d5a6571bb4c3cb6ea63f5da";
|
|
55
55
|
declare const SCA_COIN_TYPE: "0x6cd813061a3adf3602b76545f076205f0c8e7ec1d3b1eab9a1da7992c18c0524::sca::SCA" | "0x7016aae72cfc67f2fadf55769c0a7dd54291a583b63051a5ed71081cce836ac6::sca::SCA";
|
package/dist/index.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ declare const API_BASE_URL: "https://sui.apis.scallop.io";
|
|
|
49
49
|
declare const SDK_API_BASE_URL: "https://sdk.api.scallop.io";
|
|
50
50
|
declare const IS_VE_SCA_TEST: boolean;
|
|
51
51
|
declare const USE_TEST_ADDRESS: boolean;
|
|
52
|
-
declare const ADDRESSES_ID: "65fb07c39c845425d71d7b18" | "
|
|
52
|
+
declare const ADDRESSES_ID: "65fb07c39c845425d71d7b18" | "675c65cd301dd817ea262e76";
|
|
53
53
|
declare const PROTOCOL_OBJECT_ID: "0xc9f859f98ca352a11b97a038c4b4162bee437b8df8caa047990fe9cb03d4f778" | "0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf";
|
|
54
54
|
declare const BORROW_FEE_PROTOCOL_ID: "0xc9f859f98ca352a11b97a038c4b4162bee437b8df8caa047990fe9cb03d4f778" | "0xc38f849e81cfe46d4e4320f508ea7dda42934a329d5a6571bb4c3cb6ea63f5da";
|
|
55
55
|
declare const SCA_COIN_TYPE: "0x6cd813061a3adf3602b76545f076205f0c8e7ec1d3b1eab9a1da7992c18c0524::sca::SCA" | "0x7016aae72cfc67f2fadf55769c0a7dd54291a583b63051a5ed71081cce836ac6::sca::SCA";
|