@interest-protocol/vortex-sdk 9.0.0 → 9.0.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/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 +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3377,7 +3377,7 @@ const VORTEX_SWAP_UPGRADE_CAP = '0xec0beaf1453b0e09d92f8addf25abcfb4bc6ce43ead82
|
|
|
3377
3377
|
const INITIAL_SHARED_VERSION = '692442863';
|
|
3378
3378
|
const LSK_FETCH_OFFSET = 'fetch_offset';
|
|
3379
3379
|
const LSK_ENCRYPTED_OUTPUTS = 'encrypted_outputs';
|
|
3380
|
-
const VORTEX_SIGNATURE_DOMAIN = 'https://
|
|
3380
|
+
const VORTEX_SIGNATURE_DOMAIN = 'https://vortexfi.xyz/'.toUpperCase();
|
|
3381
3381
|
const TREASURY_ADDRESS = '0x894261575b948c035d002adc3ca4d73c683c01a1bfafac183870940bf9afef1a';
|
|
3382
3382
|
// 0.5% deposit fee
|
|
3383
3383
|
const DEPOSIT_FEE_IN_BASIS_POINTS = 50n;
|