Skip to content

Commit

Permalink
Merge pull request #1053 from WalletConnect/feature/notify-prod-url
Browse files Browse the repository at this point in the history
[Notify] Prod w3i url
  • Loading branch information
flypaper0 authored Aug 24, 2023
2 parents 60f552d + 8f1946b commit b34cace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Web3Inbox/Web3InboxClientFactory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ final class Web3InboxClientFactory {
}

private static func buildUrl(account: Account, config: [ConfigParam: Bool]) -> URL {
var urlComponents = URLComponents(string: "https://web3inbox-dev-hidden-git-chore-filter-by-notify-walletconnect1.vercel.app/")!
var urlComponents = URLComponents(string: "https://web3inbox-dev-hidden.vercel.app/")!
var queryItems = [URLQueryItem(name: "chatProvider", value: "ios"), URLQueryItem(name: "notifyProvider", value: "ios"), URLQueryItem(name: "account", value: account.address), URLQueryItem(name: "authProvider", value: "ios")]

for param in config.filter({ $0.value == false}) {
Expand Down
2 changes: 1 addition & 1 deletion Tests/Web3WalletTests/Web3WalletTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Combine

@testable import Auth
@testable import Web3Wallet
@testable import WalletConnectEcho
@testable import WalletConnectPush

final class Web3WalletTests: XCTestCase {
var web3WalletClient: Web3WalletClient!
Expand Down

0 comments on commit b34cace

Please sign in to comment.