-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
base: new-dawn
Are you sure you want to change the base?
Fix/connect to wallet #1136
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
return | ||
} | ||
|
||
if (ethereumWalletMock) return ethereumWalletMock |
Check warning
Code scanning / CodeQL
Useless conditional Warning
@@ -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
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