From 872663a1c8f747561f21f1b61fc3ebcd53d149bd Mon Sep 17 00:00:00 2001 From: Livid Date: Wed, 16 Nov 2022 13:31:22 -0800 Subject: [PATCH] Update the bridge URL in the sample code --- ExampleApps/ClientApp/WalletConnect.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ExampleApps/ClientApp/WalletConnect.swift b/ExampleApps/ClientApp/WalletConnect.swift index 43941a4..5105fa1 100644 --- a/ExampleApps/ClientApp/WalletConnect.swift +++ b/ExampleApps/ClientApp/WalletConnect.swift @@ -23,10 +23,10 @@ class WalletConnect { } func connect() -> String { - // gnosis wc bridge: https://safe-walletconnect.gnosis.io/ + // gnosis wc bridge: https://safe-walletconnect.safe.global/ // test bridge with latest protocol version: https://bridge.walletconnect.org let wcUrl = WCURL(topic: UUID().uuidString, - bridgeURL: URL(string: "https://safe-walletconnect.gnosis.io/")!, + bridgeURL: URL(string: "https://safe-walletconnect.safe.global/")!, key: try! randomKey()) let clientMeta = Session.ClientMeta(name: "ExampleDApp", description: "WalletConnectSwift",