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",