diff --git a/helpers/tx.ts b/helpers/tx.ts index 301934c6..b736641e 100644 --- a/helpers/tx.ts +++ b/helpers/tx.ts @@ -5,7 +5,7 @@ import ora from "ora"; import WebSocket from "ws"; export const trackCCTX = (inboundTxHash: string): Promise => { - 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"); }