From f7594112a6a70e54190377183cf9a5931e04865c Mon Sep 17 00:00:00 2001 From: cor Date: Tue, 24 Oct 2023 13:28:21 +0200 Subject: [PATCH] fix(site): swap rpc --- site/src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/lib/constants.ts b/site/src/lib/constants.ts index 720cf681d0..ce0cc184d0 100644 --- a/site/src/lib/constants.ts +++ b/site/src/lib/constants.ts @@ -13,4 +13,4 @@ export const UCS01_UNION_SOURCE_CHANNEL = "channel-17"; export const UCS01_SEPOLIA_SOURCE_CHANNEL = "channel-0"; export const UCS01_SEPOLIA_PORT_ID = "ucs01-relay"; -export const UNION_RPC_URL = "wss://rpc.wearehome.io"; +export const UNION_RPC_URL = "wss://rpc.wakey.uno";