bridge_ui: update acala relayer url
This commit is contained in:
parent
4227dde53b
commit
69ac3cc07c
|
@ -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"
|
||||
"";
|
||||
|
||||
|
|
Loading…
Reference in New Issue