Skip to content

Commit

Permalink
fix: trackCCTX
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jul 12, 2023
1 parent 31ba89b commit 77e38c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ora from "ora";
import WebSocket from "ws";

export const trackCCTX = (inboundTxHash: string): Promise<void> => {
const API = getEndpoints("cosmos-http", "zeta_testnet")[2]?.url;
const API = getEndpoints("cosmos-http", "zeta_testnet")[0]?.url;
if (API === undefined) {
throw new Error("getEndpoints: API endpoint not found");
}
Expand Down

0 comments on commit 77e38c3

Please sign in to comment.