Skip to content

Commit 7f2c61c

Browse files
authored
Merge pull request #56 from evaafi/chore/update-classic-pool-versions
chore: update classic pool versions
2 parents 0678e7c + e23bffa commit 7f2c61c

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evaafi/sdk",
3-
"version": "0.9.2-b",
3+
"version": "0.9.4",
44
"description": "The EVAA SDK is designed to easily integrate with the EVAA lending protocol on TON blockchain.",
55
"main": "dist/index.js",
66
"files": [

src/constants/general/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const FEES = {
7575
SUPPLY: toNano('0.25'),
7676

7777
// Supply & Withdraw
78-
SUPPLY_WITHDRAW: toNano('0.45'),
78+
SUPPLY_WITHDRAW: toNano('0.48'),
7979

8080
// Liquidation
8181
LIQUIDATION: toNano('0.8'),

src/constants/general/mainnet.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ export const MAINNET_VERSION = 9;
77

88
/* LP POOL */
99
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;
1111

1212
/* ALTS POOL */
1313
export const EVAA_ALTS_MAINNET = Address.parse('EQANURVS3fhBO9bivig34iyJQi97FhMbpivo1aUEAS2GYSu-');
14-
export const EVAA_ALTS_MAINNET_VERSION = 3;
14+
export const EVAA_ALTS_MAINNET_VERSION = 4;
1515

1616
/* STABLE POOL */
1717
export const EVAA_STABLE_MAINNET = Address.parse('EQCdIdXf1kA_2Hd9mbGzSFDEPA-Px-et8qTWHEXgRGo0K3zd');
18-
export const STABLE_VERSION = 2;
18+
export const STABLE_VERSION = 3;
1919

2020
/* EVAA V8 Trail of Bits Audited Pool */
2121
export const EVAA_TOB_MAINNET = Address.parse('EQDrSGBBunrWNmIdHgdaA7Weu4yUr8Ckw3C9wNWobq7osn3H');

0 commit comments

Comments
 (0)