Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Update bridge url (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurovz authored Oct 25, 2022
1 parent f1202fe commit 7ef7181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Glaip/Infra/WalletConnect/WalletConnect.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class WalletConnect {
func connect(title: String, description: String, icons: [URL] = []) -> String {
// gnosis wc bridge: https://safe-walletconnect.gnosis.io/
// test bridge with latest protocol version: https://bridge.walletconnect.org
let bridgeURL = URL(string: "https://safe-walletconnect.gnosis.io/")!
let bridgeURL = URL(string: "https://safe-walletconnect.safe.global/")!
let clientURL = URL(string: "https://safe.gnosis.io")!

let wcUrl = WCURL(topic: UUID().uuidString,
Expand Down

0 comments on commit 7ef7181

Please sign in to comment.