Skip to content

Commit

Permalink
remove group identifier from notify configure
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Dec 7, 2023
1 parent be50792 commit dee1419
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ final class ConfigurationService {
Web3Wallet.configure(metadata: metadata, crypto: DefaultCryptoProvider(), environment: BuildConfiguration.shared.apnsEnvironment)

Notify.configure(
groupIdentifier: "group.com.walletconnect.sdk",
environment: BuildConfiguration.shared.apnsEnvironment,
crypto: DefaultCryptoProvider()
)
Expand Down
1 change: 0 additions & 1 deletion Sources/WalletConnectNotify/Notify.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public class Notify {
/// Wallet's configuration method
static public func configure(
pushHost: String = "echo.walletconnect.com",
groupIdentifier: String,
environment: APNSEnvironment,
crypto: CryptoProvider,
notifyHost: String = "notify.walletconnect.com",
Expand Down

0 comments on commit dee1419

Please sign in to comment.