Skip to content

Commit

Permalink
register notify
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Sep 13, 2023
1 parent 00b93c5 commit e9e71b1
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 e9e71b1

Please sign in to comment.