Skip to content

Commit

Permalink
Fix: SailingProtocol (#13238)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche authored Jan 27, 2025
1 parent 909dce2 commit 612ba5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/sailingprotocol/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function tvl(api) {
api.add(token.address, tokenTotalSupply);
} else {
const tickerPricing = await axios.post(
'https://sailingprotocol.org/api/sailingprotocol/market_data/historical_intraday',
'https://sailingprotocol.org/api/market_data/historical_intraday',
{
ticker: token.ticker
}
Expand Down

0 comments on commit 612ba5b

Please sign in to comment.