Skip to content

Commit 15e77a4

Browse files
authored
Merge pull request #57 from evaafi/feat/v095
feat(v095): bump main pool version
2 parents 7f2c61c + 411fffe commit 15e77a4

3 files changed

Lines changed: 4 additions & 4 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.4",
3+
"version": "0.9.5",
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/mainnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ExtendedEvaaOracle } from '../../types/Master';
33

44
/* MAIN POOL */
55
export const EVAA_MASTER_MAINNET = Address.parse('EQC8rUZqR_pWV1BylWUlPNBzyiTYVoBEmQkMIQDZXICfnuRr');
6-
export const MAINNET_VERSION = 9;
6+
export const MAINNET_VERSION = 10;
77

88
/* LP POOL */
99
export const EVAA_LP_MAINNET = Address.parse('EQBIlZX2URWkXCSg3QF2MJZU-wC5XkBoLww-hdWk2G37Jc6N');

0 commit comments

Comments
 (0)