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

config base url includes the port #164

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Conversation

LiranCohen
Copy link
Member

@LiranCohen LiranCohen commented Sep 5, 2024

Currently the WalletConnect flow returns a fully qualified URL back to the caller, however it is returning it as a concatenation of baseUril and port. In most production systems the URL does not also include a port and so just a baseURL should be sufficient.

The environment variable is now: DWN_BASE_URL: 'http://localhost:3000'

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.08%. Comparing base (bcc5101) to head (46f5954).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #164   +/-   ##
=======================================
  Coverage   95.08%   95.08%           
=======================================
  Files          28       28           
  Lines        2951     2951           
  Branches      395      395           
=======================================
  Hits         2806     2806           
  Misses        144      144           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@thehenrytsai thehenrytsai left a comment

Choose a reason for hiding this comment

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

🐐

@LiranCohen LiranCohen merged commit 3f4ce1d into main Sep 5, 2024
8 checks passed
@LiranCohen LiranCohen deleted the lirancohen/config-base-url branch September 5, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants