Skip to content

Commit

Permalink
Merge pull request #1105 from WalletConnect/register-notify
Browse files Browse the repository at this point in the history
register notify
  • Loading branch information
llbartekll authored Sep 14, 2023
2 parents 2ec1674 + e9e71b1 commit 6b1a647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Example/WalletApp/ApplicationLayer/ConfigurationService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ final class ConfigurationService {

Notify.instance.setLogging(level: .debug)

Task { try await Notify.instance.register(account: importAccount.account, domain: "com.walletconnect", onSign: importAccount.onSign) }

if let clientId = try? Networking.interactor.getClientId() {
LoggingService.instance.setUpUser(account: importAccount.account.absoluteString, clientId: clientId)
ProfilingService.instance.setUpProfiling(account: importAccount.account.absoluteString, clientId: clientId)
Expand Down

0 comments on commit 6b1a647

Please sign in to comment.