mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-12 12:33:42 +03:00
Update logo url
This commit is contained in:
parent
5f4cae4407
commit
9b22f7281a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user