Skip to content

fix: extended handling of string input#1837

Open
PHOL-DA wants to merge 1 commit into
mainfrom
phol/fix-url-vs-string
Open

fix: extended handling of string input#1837
PHOL-DA wants to merge 1 commit into
mainfrom
phol/fix-url-vs-string

Conversation

@PHOL-DA

@PHOL-DA PHOL-DA commented May 21, 2026

Copy link
Copy Markdown
Contributor

fixes #1797

Signed-off-by: phillip olesen <phillip.olesen@digitalasset.com>
@PHOL-DA PHOL-DA enabled auto-merge (squash) May 21, 2026 11:44
const LOCALNET_REGISTRY_API_URL = new URL(
LOCALNET_APP_VALIDATOR_URL.href + '/v0/scan-proxy'
)
const LOCALNET_REGISTRY_API_URL = LOCALNET_APP_VALIDATOR_URL + '/v0/scan-proxy'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
const LOCALNET_REGISTRY_API_URL = LOCALNET_APP_VALIDATOR_URL + '/v0/scan-proxy'
const LOCALNET_REGISTRY_API_URL = new URL(LOCALNET_APP_VALIDATOR_URL + '/v0/scan-proxy')

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.

Wallet SDK V1 asserting registry data

2 participants