From 5a8320a4f452b6b7ca0af71a6db79c9f3738eedf Mon Sep 17 00:00:00 2001 From: Ilias Trichopoulos Date: Wed, 4 Sep 2024 14:42:59 +0200 Subject: [PATCH] Replace WalletConnect relay URL from .com to .org Related: - https://github.com/WalletConnect/walletconnect-monorepo/pull/5151 - https://docs.walletconnect.com/advanced/faq#the-default-relay-endpoint-is-blocked-how-can-i-get-around-this --- packages/walletconnect/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/walletconnect/src/constants.ts b/packages/walletconnect/src/constants.ts index 42f8b6cbf..1d48d6039 100644 --- a/packages/walletconnect/src/constants.ts +++ b/packages/walletconnect/src/constants.ts @@ -33,6 +33,6 @@ export const RELAY_METHODS = [ export const LOGGER = 'error' -export const RELAY_URL = 'wss://relay.walletconnect.com' +export const RELAY_URL = 'wss://relay.walletconnect.org' export const ALEPHIUM_DEEP_LINK = 'alephium://'