Skip to content

Commit

Permalink
Fix Nostra Money Market's pool URLs (new app URLs) (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvukasin authored Jun 4, 2024
1 parent 77eea49 commit b580e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/nostra-money-market/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async function apy() {
apyBaseBorrow: borrowApy,
totalSupplyUsd,
totalBorrowUsd,
url: `https://app.nostra.finance/asset/${name}`,
url: `https://app.nostra.finance/lend-borrow/${name}/deposit`,
};
}
)
Expand Down

0 comments on commit b580e66

Please sign in to comment.