impermax-sdk 1.0.7 → 1.0.9
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.
|
@@ -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_ETH_USDC = '
|
|
290
|
+
const LIZ_ETH_USDC = '0x1229aac120ae75301ab1c3a2a04ec14183493584';
|
|
291
291
|
if (lendingPoolsData[types_1.Factory.V2V1_1][ETH_gGOHM]) {
|
|
292
292
|
//lendingPoolsData[Factory.V2V1_1][ETH_SPELL].pair.rewards[0].rewardRate = '8.44';
|
|
293
293
|
//lendingPoolsData[Factory.V2V1_1][ETH_MIM].pair.rewards[0].rewardRate = '30.64';
|
|
@@ -297,9 +297,9 @@ function initializeLendingPoolsData() {
|
|
|
297
297
|
if (lendingPoolsData[types_1.Factory.V2V2][ETH_RDNT]) {
|
|
298
298
|
lendingPoolsData[types_1.Factory.V2V2][ETH_RDNT].pair.rewards[0].rewardRate = (parseFloat(lendingPoolsData[types_1.Factory.V2V2][ETH_RDNT].pair.rewards[0].rewardRate) / 2).toString();
|
|
299
299
|
}
|
|
300
|
-
console.log("debug", lendingPoolsData[types_1.Factory.
|
|
300
|
+
console.log("debug", lendingPoolsData[types_1.Factory.SOLV2][LIZ_ETH_USDC].pair.rewards);
|
|
301
301
|
/*if (lendingPoolsData[Factory.SOLV2][LIZ_ETH_USDC]) {
|
|
302
|
-
lendingPoolsData[Factory.
|
|
302
|
+
lendingPoolsData[Factory.SOLV2][LIZ_ETH_USDC].pair.rewards = [{
|
|
303
303
|
id: '',
|
|
304
304
|
rewardsToken: LIZ,
|
|
305
305
|
rewardRate: '0.00608',
|