@evaafi/sdk 0.9.2-b → 0.9.3

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.
@@ -79,7 +79,7 @@ exports.FEES = {
79
79
  // Supply
80
80
  SUPPLY: (0, core_1.toNano)('0.25'),
81
81
  // Supply & Withdraw
82
- SUPPLY_WITHDRAW: (0, core_1.toNano)('0.45'),
82
+ SUPPLY_WITHDRAW: (0, core_1.toNano)('0.48'),
83
83
  // Liquidation
84
84
  LIQUIDATION: (0, core_1.toNano)('0.8'),
85
85
  LIQUIDATION_JETTON: (0, core_1.toNano)('1'),
@@ -3,11 +3,11 @@ import { ExtendedEvaaOracle } from '../../types/Master';
3
3
  export declare const EVAA_MASTER_MAINNET: Address;
4
4
  export declare const MAINNET_VERSION = 9;
5
5
  export declare const EVAA_LP_MAINNET: Address;
6
- export declare const EVAA_LP_MAINNET_VERSION = 5;
6
+ export declare const EVAA_LP_MAINNET_VERSION = 6;
7
7
  export declare const EVAA_ALTS_MAINNET: Address;
8
- export declare const EVAA_ALTS_MAINNET_VERSION = 3;
8
+ export declare const EVAA_ALTS_MAINNET_VERSION = 4;
9
9
  export declare const EVAA_STABLE_MAINNET: Address;
10
- export declare const STABLE_VERSION = 2;
10
+ export declare const STABLE_VERSION = 3;
11
11
  export declare const EVAA_TOB_MAINNET: Address;
12
12
  export declare const EVAA_TOB_VERSION = 0;
13
13
  export declare const EVAA_PYTH_TOB_MAINNET: Address;
@@ -7,13 +7,13 @@ exports.EVAA_MASTER_MAINNET = core_1.Address.parse('EQC8rUZqR_pWV1BylWUlPNBzyiTY
7
7
  exports.MAINNET_VERSION = 9;
8
8
  /* LP POOL */
9
9
  exports.EVAA_LP_MAINNET = core_1.Address.parse('EQBIlZX2URWkXCSg3QF2MJZU-wC5XkBoLww-hdWk2G37Jc6N');
10
- exports.EVAA_LP_MAINNET_VERSION = 5;
10
+ exports.EVAA_LP_MAINNET_VERSION = 6;
11
11
  /* ALTS POOL */
12
12
  exports.EVAA_ALTS_MAINNET = core_1.Address.parse('EQANURVS3fhBO9bivig34iyJQi97FhMbpivo1aUEAS2GYSu-');
13
- exports.EVAA_ALTS_MAINNET_VERSION = 3;
13
+ exports.EVAA_ALTS_MAINNET_VERSION = 4;
14
14
  /* STABLE POOL */
15
15
  exports.EVAA_STABLE_MAINNET = core_1.Address.parse('EQCdIdXf1kA_2Hd9mbGzSFDEPA-Px-et8qTWHEXgRGo0K3zd');
16
- exports.STABLE_VERSION = 2;
16
+ exports.STABLE_VERSION = 3;
17
17
  /* EVAA V8 Trail of Bits Audited Pool */
18
18
  exports.EVAA_TOB_MAINNET = core_1.Address.parse('EQDrSGBBunrWNmIdHgdaA7Weu4yUr8Ckw3C9wNWobq7osn3H');
19
19
  exports.EVAA_TOB_VERSION = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evaafi/sdk",
3
- "version": "0.9.2-b",
3
+ "version": "0.9.3",
4
4
  "description": "The EVAA SDK is designed to easily integrate with the EVAA lending protocol on TON blockchain.",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -75,7 +75,7 @@ export const FEES = {
75
75
  SUPPLY: toNano('0.25'),
76
76
 
77
77
  // Supply & Withdraw
78
- SUPPLY_WITHDRAW: toNano('0.45'),
78
+ SUPPLY_WITHDRAW: toNano('0.48'),
79
79
 
80
80
  // Liquidation
81
81
  LIQUIDATION: toNano('0.8'),
@@ -7,15 +7,15 @@ export const MAINNET_VERSION = 9;
7
7
 
8
8
  /* LP POOL */
9
9
  export const EVAA_LP_MAINNET = Address.parse('EQBIlZX2URWkXCSg3QF2MJZU-wC5XkBoLww-hdWk2G37Jc6N');
10
- export const EVAA_LP_MAINNET_VERSION = 5;
10
+ export const EVAA_LP_MAINNET_VERSION = 6;
11
11
 
12
12
  /* ALTS POOL */
13
13
  export const EVAA_ALTS_MAINNET = Address.parse('EQANURVS3fhBO9bivig34iyJQi97FhMbpivo1aUEAS2GYSu-');
14
- export const EVAA_ALTS_MAINNET_VERSION = 3;
14
+ export const EVAA_ALTS_MAINNET_VERSION = 4;
15
15
 
16
16
  /* STABLE POOL */
17
17
  export const EVAA_STABLE_MAINNET = Address.parse('EQCdIdXf1kA_2Hd9mbGzSFDEPA-Px-et8qTWHEXgRGo0K3zd');
18
- export const STABLE_VERSION = 2;
18
+ export const STABLE_VERSION = 3;
19
19
 
20
20
  /* EVAA V8 Trail of Bits Audited Pool */
21
21
  export const EVAA_TOB_MAINNET = Address.parse('EQDrSGBBunrWNmIdHgdaA7Weu4yUr8Ckw3C9wNWobq7osn3H');