@interest-protocol/vortex-sdk 4.3.0 → 5.0.0
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/constants.d.ts +4 -4
- package/dist/constants.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/constants.ts +5 -5
- package/src/vortex.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3370,10 +3370,10 @@ const ERROR_CODES = {
|
|
|
3370
3370
|
13: 'Invalid relayer',
|
|
3371
3371
|
14: 'Invalid output flag',
|
|
3372
3372
|
};
|
|
3373
|
-
const VORTEX_PACKAGE_ID = '
|
|
3374
|
-
const UPGRADE_CAP = '
|
|
3375
|
-
const REGISTRY_OBJECT_ID = '
|
|
3376
|
-
const INITIAL_SHARED_VERSION = '
|
|
3373
|
+
const VORTEX_PACKAGE_ID = '0x083c6d01af7707749d6c93e54deae4ef582ef71306f8faade671e9255ad4494c';
|
|
3374
|
+
const UPGRADE_CAP = '0xc51649a7ecd42fff5bdf56ff6f7c9f0cad9cdb15c0c0ed4ce464314df821dfb4';
|
|
3375
|
+
const REGISTRY_OBJECT_ID = '0x4189526def3e9af0a5cd5f24c3a1d736fff7792bbc6f320d02db6f15e47577ba';
|
|
3376
|
+
const INITIAL_SHARED_VERSION = '395367340';
|
|
3377
3377
|
const LSK_FETCH_OFFSET = 'fetch_offset';
|
|
3378
3378
|
const LSK_ENCRYPTED_OUTPUTS = 'encrypted_outputs';
|
|
3379
3379
|
const VORTEX_SIGNATURE_DOMAIN = 'VORTEXFI.XYZ';
|
|
@@ -3382,7 +3382,7 @@ const TREASURY_ADDRESS = '0x894261575b948c035d002adc3ca4d73c683c01a1bfafac183870
|
|
|
3382
3382
|
const DEPOSIT_FEE_IN_BASIS_POINTS = 50n;
|
|
3383
3383
|
const BASIS_POINTS = 10000n;
|
|
3384
3384
|
const VORTEX_POOL_IDS = {
|
|
3385
|
-
[SUI_TYPE_ARG]: '
|
|
3385
|
+
[SUI_TYPE_ARG]: '0x31d848dbd5a19cbfa99f880023cab2533766cca30267e9f45665acf9cfc9cc8c',
|
|
3386
3386
|
};
|
|
3387
3387
|
|
|
3388
3388
|
/******************************************************************************
|
|
@@ -39597,7 +39597,7 @@ const vortexSDK = new Vortex({
|
|
|
39597
39597
|
objectId: REGISTRY_OBJECT_ID,
|
|
39598
39598
|
initialSharedVersion: INITIAL_SHARED_VERSION,
|
|
39599
39599
|
},
|
|
39600
|
-
fullNodeUrl: getFullnodeUrl('
|
|
39600
|
+
fullNodeUrl: getFullnodeUrl('testnet'),
|
|
39601
39601
|
});
|
|
39602
39602
|
|
|
39603
39603
|
// packages/vortex/src/entities/merkle-tree.ts
|