Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Echo] allow to configure echo host #683

Merged
merged 3 commits into from
Jan 24, 2023
Merged

[Echo] allow to configure echo host #683

merged 3 commits into from
Jan 24, 2023

Conversation

llbartekll
Copy link
Contributor

Allows to configure echo server host for projects that want self hosted echo server

Echo.config = Echo.Config(clientId: clientId)
static public func configure(
clientId: String,
echoHost: String = "echo.walletconnect.com"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may be constant in Echo SDK? to reuse it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, I will fix it

@llbartekll llbartekll merged commit 0a66de3 into develop Jan 24, 2023
@llbartekll llbartekll deleted the echo-host-config branch January 24, 2023 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants