diff --git a/Encrypted Ink/WalletConnect.swift b/Encrypted Ink/WalletConnect.swift index 29a81d31..18c13e74 100644 --- a/Encrypted Ink/WalletConnect.swift +++ b/Encrypted Ink/WalletConnect.swift @@ -16,7 +16,7 @@ class WalletConnect { } func connect(session: WCSession, address: String, completion: @escaping ((Bool) -> Void)) { - let clientMeta = WCPeerMeta(name: "Encrypted Ink", url: "https://encrypted.ink", description: "Ethereum agent for macOS", icons: ["https://encrypted.ink/favicon.png"]) + let clientMeta = WCPeerMeta(name: "Encrypted Ink", url: "https://encrypted.ink", description: "Ethereum agent for macOS", icons: ["https://encrypted.ink/icon.png"]) let interactor = WCInteractor(session: session, meta: clientMeta, uuid: UUID()) let id = interactor.clientId configure(interactor: interactor, address: address)