bridge_ui: update acala relayer url

This commit is contained in:
Evan Gray 2022-04-11 11:49:13 -04:00 committed by Evan Gray
parent 4227dde53b
commit 69ac3cc07c
1 changed files with 1 additions and 1 deletions

View File

@ -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"
"";