impermax-sdk 1.0.13 → 1.0.15
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.
|
@@ -16,7 +16,7 @@ const coingecko_ids = {
|
|
|
16
16
|
// Arbitrum
|
|
17
17
|
"0xb348b87b23d5977e2948e6f36ca07e1ec94d7328": "swapfish",
|
|
18
18
|
"0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f": "wrapped-bitcoin",
|
|
19
|
-
|
|
19
|
+
"0x463913d3a3d3d291667d53b8325c598eb88d3b0e": "solidlizard",
|
|
20
20
|
};
|
|
21
21
|
class PriceHelper {
|
|
22
22
|
constructor(subgraph) {
|
|
@@ -287,7 +287,7 @@ function initializeLendingPoolsData() {
|
|
|
287
287
|
const ETH_gGOHM = '0x6d94f7e67c6ae0b0257c35754e059fdfb249d998';
|
|
288
288
|
const ETH_MAGIC = '0x88a0b00bbe918ee00e3482f71962070dc052984b';
|
|
289
289
|
const ETH_RDNT = '0xfb468ad210d427d65c9a765a480649d5754ca325';
|
|
290
|
-
const LIZ_LIZ_ETH = '
|
|
290
|
+
const LIZ_LIZ_ETH = '0x699c5e23357ab1bf658bd0b38070d746e37671f3';
|
|
291
291
|
const LIZ_ETH_USDC = '0x1229aac120ae75301ab1c3a2a04ec14183493584';
|
|
292
292
|
const LIZ_ETH_BTC = '0xce009c44e1645bc6d19c90ba440c618a42ae581d';
|
|
293
293
|
const LIZ_LIZ_USDC = '0x463ec151258370a07431068bb3bdc98b5a6ba18f';
|