impermax-sdk 1.0.11 → 1.0.12

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.
@@ -289,8 +289,8 @@ function initializeLendingPoolsData() {
289
289
  const ETH_RDNT = '0xfb468ad210d427d65c9a765a480649d5754ca325';
290
290
  const LIZ_LIZ_ETH = '0x699c5e23357aB1BF658bD0B38070d746E37671f3';
291
291
  const LIZ_ETH_USDC = '0x1229aac120ae75301ab1c3a2a04ec14183493584';
292
- const LIZ_ETH_BTC = '0xce009C44E1645BC6D19C90BA440C618a42AE581D';
293
- const LIZ_LIZ_USDC = '0x463Ec151258370a07431068BB3BdC98B5a6bA18f';
292
+ const LIZ_ETH_BTC = '0xce009c44e1645bc6d19c90ba440c618a42ae581d';
293
+ const LIZ_LIZ_USDC = '0x463ec151258370a07431068bb3bdc98b5a6ba18f';
294
294
  if (lendingPoolsData[types_1.Factory.V2V1_1][ETH_gGOHM]) {
295
295
  //lendingPoolsData[Factory.V2V1_1][ETH_SPELL].pair.rewards[0].rewardRate = '8.44';
296
296
  //lendingPoolsData[Factory.V2V1_1][ETH_MIM].pair.rewards[0].rewardRate = '30.64';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",