Skip to content

Commit

Permalink
Merge pull request #58 from zer0cache/jc/update-url
Browse files Browse the repository at this point in the history
Use public jupiter API
  • Loading branch information
Sahilsen authored Apr 2, 2024
2 parents 6620ea0 + 845da52 commit ce66d67
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 ce66d67

Please sign in to comment.