Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ExampleApps/ClientApp/WalletConnect.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down