diff --git a/bridge_ui/src/utils/consts.ts b/bridge_ui/src/utils/consts.ts index aaf4c52ae..4939f6c29 100644 --- a/bridge_ui/src/utils/consts.ts +++ b/bridge_ui/src/utils/consts.ts @@ -1220,7 +1220,7 @@ export const ACALA_RELAYER_URL = CLUSTER === "mainnet" ? "" : CLUSTER === "testnet" - ? "https://karura-dev.aca-dev.network/eth/relayer" + ? "https://relayer.aca-dev.network" : // ? "http://localhost:3111" "";