Skip to content

Commit

Permalink
fix(api): change url
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSacha committed Jul 15, 2024
1 parent 8212913 commit 98a5ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/nimbora-yield/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const totalAssetsAbi = {
}

async function fetcher() {
return get('https://backend.nimbora.io/yield-dex/strategies', {
return get('https://stats.nimbora.io/aggregator/strategies', {
headers: {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'
}
Expand Down

0 comments on commit 98a5ccc

Please sign in to comment.