@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interest-protocol/vortex-sdk",
3
- "version": "11.0.0",
3
+ "version": "11.1.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "./dist/index.mjs",
@@ -37,8 +37,8 @@
37
37
  "rimraf": "^6.0.1",
38
38
  "ts-jest": "^29.1.1",
39
39
  "tsup": "^8.3.5",
40
- "@interest-protocol/prettier-config": "1.0.0",
41
- "@interest-protocol/typescript-config": "1.0.0"
40
+ "@interest-protocol/typescript-config": "1.0.0",
41
+ "@interest-protocol/prettier-config": "1.0.0"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public",
package/src/constants.ts CHANGED
@@ -96,7 +96,8 @@ export const LSK_FETCH_OFFSET = 'fetch_offset';
96
96
 
97
97
  export const LSK_ENCRYPTED_OUTPUTS = 'encrypted_outputs';
98
98
 
99
- export const VORTEX_SIGNATURE_DOMAIN = 'https://vortexfi.xyz/'.toUpperCase();
99
+ export const VORTEX_SIGNATURE_DOMAIN =
100
+ 'https://vortexfi.xyz/ | https://vtx.cash/ | https://vtx.money/'.toUpperCase();
100
101
 
101
102
  export const TREASURY_ADDRESS =
102
103
  '0x894261575b948c035d002adc3ca4d73c683c01a1bfafac183870940bf9afef1a';