Skip to content

Commit

Permalink
Use public jupiter API
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0cache committed Apr 2, 2024
1 parent 6620ea0 commit 845da52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solana/jupiter-bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dotenv.config({

const defaultConfig = {
solanaEndpoint: clusterApiUrl("mainnet-beta"),
jupiter: "https://quote-api.jup.ag/v6",
jupiter: "https://public.jupiterapi.com",
};

async function main() {
Expand Down

0 comments on commit 845da52

Please sign in to comment.