From 69ac3cc07c3b9a7256eb706cde76cda8f74633bb Mon Sep 17 00:00:00 2001 From: Evan Gray Date: Mon, 11 Apr 2022 11:49:13 -0400 Subject: [PATCH] bridge_ui: update acala relayer url --- bridge_ui/src/utils/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" "";