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

Check address value before setting it in SemaphoreEthers class #359

Merged
merged 2 commits into from
Sep 12, 2023

Conversation

cedoor
Copy link
Member

@cedoor cedoor commented Sep 12, 2023

Description

The code of this PR uses a nullish coalescing operator to check if the address already exists. If not, it sets the address based on the network.

Related Issue

Closes #358

Does this introduce a breaking change?

  • Yes
  • No

@cedoor cedoor added the bug 🐛 Something isn't working label Sep 12, 2023
@cedoor cedoor linked an issue Sep 12, 2023 that may be closed by this pull request
@cedoor cedoor merged commit 91429e0 into dev Sep 12, 2023
2 checks passed
@cedoor cedoor deleted the fix/semaphore-ethers branch September 12, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SemaphoreEthers always uses the default address
2 participants