impermax-sdk 1.2.113 → 1.2.114
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.
package/lib/config/amms.js
CHANGED
|
@@ -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]: '
|
|
167
|
+
[Amms.fenixStable]: '0x77AB0B61E2994Dd5c62E578E23E409681E3bA42f',
|
|
168
168
|
},
|
|
169
169
|
[types_1.Networks.Harmony]: {},
|
|
170
170
|
[types_1.Networks.Moonbeam]: {},
|
package/lib/config/farms.d.ts
CHANGED
package/lib/config/farms.js
CHANGED
|
@@ -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',
|
package/lib/config/subgraphs.js
CHANGED
|
@@ -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]: '
|
|
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
|
}
|