@interest-protocol/vortex-sdk 11.0.0 → 11.1.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.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/constants.ts +2 -1
package/dist/index.mjs
CHANGED
|
@@ -3378,7 +3378,7 @@ const SECRET_PACKAGE_ID = '0x2d57ed0dd0d5f44d91f865fee3bc33d13ef3ce97c7daf88ad5f
|
|
|
3378
3378
|
const INITIAL_SHARED_VERSION = '692442863';
|
|
3379
3379
|
const LSK_FETCH_OFFSET = 'fetch_offset';
|
|
3380
3380
|
const LSK_ENCRYPTED_OUTPUTS = 'encrypted_outputs';
|
|
3381
|
-
const VORTEX_SIGNATURE_DOMAIN = 'https://vortexfi.xyz/'.toUpperCase();
|
|
3381
|
+
const VORTEX_SIGNATURE_DOMAIN = 'https://vortexfi.xyz/ | https://vtx.cash/ | https://vtx.money/'.toUpperCase();
|
|
3382
3382
|
const TREASURY_ADDRESS = '0x894261575b948c035d002adc3ca4d73c683c01a1bfafac183870940bf9afef1a';
|
|
3383
3383
|
// 0.5% deposit fee
|
|
3384
3384
|
const DEPOSIT_FEE_IN_BASIS_POINTS = 50n;
|