Skip to content

Commit

Permalink
bfx remove hardcoded apyreward
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Aug 26, 2024
1 parent 336f219 commit 710b2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adaptors/bfx-(blast-futures)/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const getApy = async () => {
symbol: 'USDB',
tvlUsd: tvlValue * Number(p.share_price),
apyBase: Number(p.apy) * 100,
apyReward: Number('0.15') * 100,
rewardTokens: [USDB],
// apyReward: Number('0.15') * 100,
// rewardTokens: [USDB],
poolMeta: `Dynamic Market Maker`,
url: `https://bfx.trade/vaults/platformOverview?vault_wallet=0x2688c2bb0eeea0cd10de520699090a36469d788a`,
}));
Expand Down

0 comments on commit 710b2c0

Please sign in to comment.