Skip to content

Commit

Permalink
update testnet url
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Aug 2, 2024
1 parent 03d819d commit bcd3337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-test/testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function getSolanaSlot(comm: string): Promise<bigint> {
}

(async () => {
const QUERY_URL = "https://testnet.ccq.vaa.dev/v1/query";
const QUERY_URL = "https://testnet.query.wormhole.com/v1/query";
const API_KEY = process.env.API_KEY;
if (!API_KEY) {
throw new Error("API_KEY is required");
Expand Down

0 comments on commit bcd3337

Please sign in to comment.