impermax-sdk 1.1.54 → 1.1.56

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.
@@ -37,6 +37,7 @@ export declare const hrAmms: {
37
37
  uniswap: string;
38
38
  quickswap: string;
39
39
  satin: string;
40
+ pearl: string;
40
41
  pearlStable: string;
41
42
  sushiswap: string;
42
43
  swapr: string;
@@ -41,6 +41,7 @@ exports.hrAmms = {
41
41
  [Amms.uniswap]: 'Uniswap',
42
42
  [Amms.quickswap]: 'QuickSwap',
43
43
  [Amms.satin]: 'Satin',
44
+ [Amms.pearl]: 'Pearl',
44
45
  [Amms.pearlStable]: 'Pearl Stable',
45
46
  [Amms.sushiswap]: 'SushiSwap',
46
47
  [Amms.swapr]: 'Swapr',
@@ -81,7 +82,7 @@ exports.AMM_FACTORY = {
81
82
  [Amms.quickswap]: '0x5757371414417b8C6CAad45bAeF941aBc7d3Ab32',
82
83
  [Amms.satin]: '0xCaF3Fb1b03F1D71A110167327f5106bE82beE209',
83
84
  [Amms.pearl]: '0xb07c75e3db03eb69f047b92274019912014ba78e',
84
- [Amms.pearlStable]: '0x3a906745cd78fd40ee4d8217070a774fb6d9316a',
85
+ [Amms.pearlStable]: '0xFB8Bd40C0a13D141b26eE190Ca87991Ec54932E9',
85
86
  [Amms.sushiswap]: '0xc35dadb65012ec5796536bd9864ed8773abc74c4',
86
87
  [Amms.tetuswap]: '0x684d8c187be836171a1Af8D533e4724893031828',
87
88
  },
@@ -94,7 +94,7 @@ exports.STAKED_LP_FACTORY = {
94
94
  [Farms.quickswapDual]: '0xC4505Cc6125d61E2A352ce5cf2129f2fb19259a8',
95
95
  [Farms.satin]: '0xCaF3Fb1b03F1D71A110167327f5106bE82beE209',
96
96
  [Farms.pearl]: '0xb07c75e3db03eb69f047b92274019912014ba78e',
97
- [Farms.pearlStable]: '0x3a906745cd78fd40ee4d8217070a774fb6d9316a',
97
+ [Farms.pearlStable]: '0xFB8Bd40C0a13D141b26eE190Ca87991Ec54932E9',
98
98
  [Farms.sushiswap]: '0xcb30A66e72Ed90D1b34f78fc0655895FC28bB6CF',
99
99
  [Farms.tetuswap]: '0x8E45622663Bb01dc285B4F51Eb8F9FE4fa7b5899',
100
100
  },
@@ -22,6 +22,7 @@ class Onchain {
22
22
  this.contractsHelper = new onchainContractsHelper_1.default(this);
23
23
  this.factories = {};
24
24
  this.accounts = {};
25
+ this.lendingVaults = {};
25
26
  this.interactions = {};
26
27
  }
27
28
  cleanCache() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.1.54",
3
+ "version": "1.1.56",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",