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

✨ feat: Phantom support #1250

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from

Phantom support - Cypress tests and some refactoring

22d7fcb
Select commit
Loading
Failed to load commit list.
Draft

✨ feat: Phantom support #1250

Phantom support - Cypress tests and some refactoring
22d7fcb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Dec 28, 2024 in 2s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/dev was not found:

Actions workflow (codeql.yml)

  • ⌛  .github/workflows/codeql.yml:analyze

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 15 in wallets/phantom/src/type/PhantomAbstract.ts

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to property Warning

This write to property 'password' is useless, since
another property write
always overrides it.