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/connect to wallet #1136

Draft
wants to merge 11 commits into
base: new-dawn
Choose a base branch
from
Draft

Fix/connect to wallet #1136

wants to merge 11 commits into from

Conversation

matstyler
Copy link
Collaborator

Motivation and context

Clearly and concisely describe the feature added/isses being solved.

Does it fix any issue?

#(issue)

Other useful info

N/A

Quality checklist

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough e2e tests.

⚠️👆 Delete any section you see irrelevant before submitting the pull request 👆⚠️

Copy link

vercel bot commented May 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
synpress ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 26, 2024 0:02am

return
}

if (ethereumWalletMock) return ethereumWalletMock

Check warning

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'ethereumWalletMock' always evaluates to true.
@@ -9,8 +9,9 @@
seedPhrase = ''
wallet: WalletMock = 'metamask'

constructor(readonly page: Page) {
constructor(readonly page: Page, wallet: WalletMock = 'metamask') {

Check warning

Code scanning / CodeQL

Useless assignment to property Warning

This write to property 'page' is useless, since
another property write
always overrides it.
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