impermax-sdk 1.2.113 → 1.2.115

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.
@@ -164,7 +164,7 @@ exports.AMM_FACTORY = {
164
164
  [types_1.Networks.Blast]: {
165
165
  [Amms.thruster]: '',
166
166
  [Amms.fenix]: '0xa19C51D91891D3DF7C13Ed22a2f89d328A82950f',
167
- [Amms.fenixStable]: '0xa19c51d91891d3df7c13ed22a2f89d328a82950f',
167
+ [Amms.fenixStable]: '0x77AB0B61E2994Dd5c62E578E23E409681E3bA42f',
168
168
  },
169
169
  [types_1.Networks.Harmony]: {},
170
170
  [types_1.Networks.Moonbeam]: {},
@@ -258,7 +258,7 @@ exports.AMM_SUBGRAPH_URLS = {
258
258
  [types_1.Networks.Sxnetwork]: {},
259
259
  [types_1.Networks.Base]: {
260
260
  [Amms.aerodrome]: '',
261
- [Amms.uniswap]: 'https://api.studio.thegraph.com/query/46041/uniswap-v2-base/v0.0.1',
261
+ [Amms.uniswap]: '',
262
262
  },
263
263
  [types_1.Networks.Mantle]: {},
264
264
  [types_1.Networks.Scroll]: {},
@@ -93,6 +93,8 @@ export declare const hrFarms: {
93
93
  solidexUSDC: string;
94
94
  solidexUSDCB: string;
95
95
  oxdao: string;
96
+ fenix: string;
97
+ fenixStable: string;
96
98
  aerodrome: string;
97
99
  aeroStable: string;
98
100
  aeroStable1: string;
@@ -97,6 +97,8 @@ exports.hrFarms = {
97
97
  [Farms.solidexUSDC]: 'Solidex',
98
98
  [Farms.solidexUSDCB]: 'Solidex',
99
99
  [Farms.oxdao]: '0xDAO',
100
+ [Farms.fenix]: 'fenix',
101
+ [Farms.fenixStable]: 'Fenix Stable',
100
102
  [Farms.aerodrome]: 'Aerodrome',
101
103
  [Farms.aeroStable]: 'Aerodrome Stable',
102
104
  [Farms.aeroStable1]: 'Aerodrome Stable',
@@ -140,7 +140,7 @@ exports.BLOCKS_SUBGRAPH_URL = {
140
140
  [types_1.Networks.Harmony]: '',
141
141
  [types_1.Networks.Moonbeam]: '',
142
142
  [types_1.Networks.Sxnetwork]: '',
143
- [types_1.Networks.Base]: 'https://api.thegraph.com/subgraphs/name/blocklytics/base-blocks',
143
+ [types_1.Networks.Base]: '',
144
144
  [types_1.Networks.Mantle]: '',
145
145
  [types_1.Networks.Scroll]: '',
146
146
  [types_1.Networks.Real]: '',
@@ -283,6 +283,9 @@ class OffchainPriceHelper {
283
283
  if (tokenAddress.toLowerCase() === '0x5979d7b546e38e414f7e9822514be443a4800529') { // TEMPORARY fix for WSTETH
284
284
  return (yield this.getDebankTokenPrice('0x82af49447d8a07e3bd95bd0d56f35241523fbab1')) / 0.92;
285
285
  }
286
+ if (tokenAddress.toLowerCase() === '0x8e38179d361402f6a94767757e807146609e9b3d') { // TEMPORARY fix for DOLA on blast
287
+ return 1;
288
+ }
286
289
  if (tokenAddress.toLowerCase() === '0x3f56e0c36d275367b8c502090edf38289b3dea0d') { // TEMPORARY fix for MAI
287
290
  return 1;
288
291
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.113",
3
+ "version": "1.2.115",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",