@evaafi/sdk 0.9.4 → 0.9.5
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Address, Cell } from '@ton/core';
|
|
2
2
|
import { ExtendedEvaaOracle } from '../../types/Master';
|
|
3
3
|
export declare const EVAA_MASTER_MAINNET: Address;
|
|
4
|
-
export declare const MAINNET_VERSION =
|
|
4
|
+
export declare const MAINNET_VERSION = 10;
|
|
5
5
|
export declare const EVAA_LP_MAINNET: Address;
|
|
6
6
|
export declare const EVAA_LP_MAINNET_VERSION = 6;
|
|
7
7
|
export declare const EVAA_ALTS_MAINNET: Address;
|
|
@@ -4,7 +4,7 @@ exports.EVAA_REWARDS_USER_CODE_MAINNET = exports.EVAA_REWARDS_MASTER_CODE_MAINNE
|
|
|
4
4
|
const core_1 = require("@ton/core");
|
|
5
5
|
/* MAIN POOL */
|
|
6
6
|
exports.EVAA_MASTER_MAINNET = core_1.Address.parse('EQC8rUZqR_pWV1BylWUlPNBzyiTYVoBEmQkMIQDZXICfnuRr');
|
|
7
|
-
exports.MAINNET_VERSION =
|
|
7
|
+
exports.MAINNET_VERSION = 10;
|
|
8
8
|
/* LP POOL */
|
|
9
9
|
exports.EVAA_LP_MAINNET = core_1.Address.parse('EQBIlZX2URWkXCSg3QF2MJZU-wC5XkBoLww-hdWk2G37Jc6N');
|
|
10
10
|
exports.EVAA_LP_MAINNET_VERSION = 6;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@ import { ExtendedEvaaOracle } from '../../types/Master';
|
|
|
3
3
|
|
|
4
4
|
/* MAIN POOL */
|
|
5
5
|
export const EVAA_MASTER_MAINNET = Address.parse('EQC8rUZqR_pWV1BylWUlPNBzyiTYVoBEmQkMIQDZXICfnuRr');
|
|
6
|
-
export const MAINNET_VERSION =
|
|
6
|
+
export const MAINNET_VERSION = 10;
|
|
7
7
|
|
|
8
8
|
/* LP POOL */
|
|
9
9
|
export const EVAA_LP_MAINNET = Address.parse('EQBIlZX2URWkXCSg3QF2MJZU-wC5XkBoLww-hdWk2G37Jc6N');
|