Skip to content

Commit

Permalink
fix sol price
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Aug 25, 2024
1 parent 9ab1fd0 commit 70a3e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/client/scripts/sb-on-demand-create-feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const maxStaleness =
LISTING_PRESETS[TIER].maxStalenessSlots === -1
? 10000
: LISTING_PRESETS[TIER].maxStalenessSlots;
const SOL_PRICE = 100;
const SOL_PRICE = 140;
// Constants
const JUPITER_PRICE_API_MAINNET = 'https://price.jup.ag/v4/';
const JUPITER_TOKEN_API_MAINNET = 'https://token.jup.ag/all';
Expand Down

0 comments on commit 70a3e0d

Please sign in to comment.