diff --git a/Configuration.xcconfig b/Configuration.xcconfig index 98daaddd4..890889577 100644 --- a/Configuration.xcconfig +++ b/Configuration.xcconfig @@ -1,5 +1,9 @@ RELAY_HOST = relay.walletconnect.com +CAST_HOST = notify.walletconnect.com + +EXPLORER_HOST = explorer-api.walletconnect.com + // Uncomment next line and paste your project id. Get this on: https://cloud.walletconnect.com/sign-in // PROJECT_ID = YOUR_PROJECT_ID @@ -18,5 +22,3 @@ RELAY_HOST = relay.walletconnect.com // WALLETAPP_SENTRY_DSN = WALLETAPP_SENTRY_DSN // MIXPANEL_TOKEN = MIXPANEL_TOKEN - -CAST_HOST = notify.walletconnect.com diff --git a/Example/IntegrationTests/Push/NotifyTests.swift b/Example/IntegrationTests/Push/NotifyTests.swift index 889af4389..97edfdd0a 100644 --- a/Example/IntegrationTests/Push/NotifyTests.swift +++ b/Example/IntegrationTests/Push/NotifyTests.swift @@ -74,7 +74,8 @@ final class NotifyTests: XCTestCase { keychainStorage: keychain, environment: .sandbox) let keyserverURL = URL(string: "https://keys.walletconnect.com")! - let client = NotifyClientFactory.create(projectId: InputConfig.projectId, + // Note:- prod project_id do not exists on staging, we can use gmDappProjectId + let client = NotifyClientFactory.create(projectId: InputConfig.gmDappProjectId, keyserverURL: keyserverURL, logger: notifyLogger, keyValueStorage: keyValueStorage,