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

Fix: EthereumWalletRegistry initialization typo #727

Closed

Conversation

kpyszkowski
Copy link
Contributor

Fixed error while declaring EthereumWalletRegistry instance. Error caused using Mainnet contracts on Goerli chain resulting with error when SDK is consumed with an entrypoint.

Fixed error while declaring EthereumWalletRegistry instance. Error
caused using Mainnet contracts on Goerli chain resulting with
error when SDK is consumed with an entrypoint.
@kpyszkowski kpyszkowski force-pushed the fix/ethereum-wallet-registry-initialization-typo branch from a301af0 to 79abf70 Compare October 31, 2023 16:41
The SDK uses a Node implementation of the URL API which is not
complementary to the native browser implementation. I have added
a conditional that if you have window.URL available then use it,
and if you don't have it then fallback to the Node implementation
@kpyszkowski kpyszkowski closed this Nov 1, 2023
@kpyszkowski kpyszkowski deleted the fix/ethereum-wallet-registry-initialization-typo branch November 1, 2023 01:19
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.

1 participant