Skip to content

Commit

Permalink
disable deltaprime (got hacked)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Sep 17, 2024
1 parent c44dcf0 commit 37fe0d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adaptors/deltaprime/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ const getUsdtPoolTVL = async() => {
}

const getPoolsAPYs = async () => {
return [];
let rewardAPRs = await fetch('https://2t8c1g5jra.execute-api.us-east-1.amazonaws.com/ltip-pool-boost-apy');
rewardAPRs = await rewardAPRs.json();

Expand Down

0 comments on commit 37fe0d3

Please sign in to comment.