Update logo url

This commit is contained in:
Ivan Grachev 2021-07-06 21:29:54 +03:00
parent 5f4cae4407
commit 9b22f7281a

View File

@ -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)