Skip to content

Commit

Permalink
change relay for dev in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Jan 13, 2022
1 parent 2cab116 commit 362239d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Example/ExampleApp/Proposer/ProposerViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ final class ProposerViewController: UIViewController {
icons: ["https://gblobscdn.gitbook.com/spaces%2F-LJJeCjcLrr53DcT1Ml7%2Favatar.png?alt=media"])
return WalletConnectClient(
metadata: metadata,
projectId: "",
isController: false,
relayHost: "relay.walletconnect.org",
projectId: "52af113ee0c1e1a20f4995730196c13e",
isController: true,
relayHost: "relay.dev.walletconnect.com",
clientName: "proposer"
)
}()
Expand Down
4 changes: 2 additions & 2 deletions Example/ExampleApp/Responder/ResponderViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ final class ResponderViewController: UIViewController {
icons: ["https://gblobscdn.gitbook.com/spaces%2F-LJJeCjcLrr53DcT1Ml7%2Favatar.png?alt=media"])
return WalletConnectClient(
metadata: metadata,
projectId: "8ba9ee138960775e5231b70cc5ef1c3a",
projectId: "52af113ee0c1e1a20f4995730196c13e",
isController: true,
relayHost: "relay.walletconnect.com",
relayHost: "relay.dev.walletconnect.com",
clientName: "responder"
)
}()
Expand Down

0 comments on commit 362239d

Please sign in to comment.