-
Notifications
You must be signed in to change notification settings - Fork 327
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(lld): Track users creating or joining a Ledger keyring on LLD #8283
base: develop
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 5 Skipped Deployments
|
7d25c04
to
0201186
Compare
}); | ||
}); | ||
}); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would move this bloc to the top before using the variables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean the beforeEach ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no the variable declarations , mock setups starting from line 134
4f8732c
to
8869638
Compare
✅ Checklist
npx changeset
was attached.📝 Description
Track users creating and joining a Ledger keyring on LLD and test the
useAddMember
hook. The rest of the issue will be done in followup PRs.❓ Context
🧐 Checklist for the PR Reviewers