Skip to content

Commit

Permalink
IPOR Fusion: remove wrong apyReward and rewardTokens from ipor-fusion…
Browse files Browse the repository at this point in the history
… vaults (#1611)

* Add Base to IPOR Derivatives

* Revert code comments in IPOR Derivatives

* Fix blocksPerYear for base in IPOR Derivatives

* Make APY conditional from poolStartDate in IPOR Derivatives

* Add IPOR Fusion vaults

* Change url in IPOR Fusion vaults

* Change poolMeta in IPOR Fusion vaults

* Change symbol and poolMeta in ipor-fusion adaptor

* Remove wrong apyReward and rewardTokens from ipor-fusion vaults
  • Loading branch information
rav-ipor authored Nov 18, 2024
1 parent 8dea9eb commit a456270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adaptors/ipor-fusion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ async function buildPool(vault) {
symbol: `${vault.asset}`,
tvlUsd,
apyBase,
apyReward: vault.totalRewardsExpectedValue ? Number(vault.totalRewardsExpectedValue) : 0,
rewardTokens: [chainData.iporToken],
apyReward: 0,
rewardTokens: [],
underlyingTokens: [vault.assetAddress],
poolMeta: `${vault.name}`,
url
Expand Down

0 comments on commit a456270

Please sign in to comment.