Skip to content

Commit 0a2879d

Browse files
committed
feat: add TONUSDT_STONFI token in LP pool
1 parent b98270d commit 0a2879d

5 files changed

Lines changed: 1774 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## 0.7.0 — 2025-08-28
8+
### Added
9+
- ```TONUSDT_STONFI``` new token in LP ```PoolConfig```
10+
711
## 0.6.4-a — 2025-08-05
812
### Added
913
- *preparing* ```STON``` for listing in Alts ```PoolConfig```

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.6.4-b",
3+
"version": "0.7.0",
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/pools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const MAINNET_LP_POOL_CONFIG: PoolConfig = {
115115
masterConstants: MASTER_CONSTANTS,
116116
oracles: ORACLES_LP,
117117
minimalOracles: 3,
118-
poolAssetsConfig: [TON_MAINNET, USDT_MAINNET, TONUSDT_DEDUST_MAINNET, TON_STORM_MAINNET, USDT_STORM_MAINNET/*, TONUSDT_STONFI_MAINNET*/],
118+
poolAssetsConfig: [TON_MAINNET, USDT_MAINNET, TONUSDT_DEDUST_MAINNET, TON_STORM_MAINNET, USDT_STORM_MAINNET, TONUSDT_STONFI_MAINNET],
119119
lendingCode: LENDING_CODE,
120120
};
121121

0 commit comments

Comments
 (0)