-
Notifications
You must be signed in to change notification settings - Fork 0
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(sbtc): enroll contract call #212
Conversation
5388506
to
f3e151c
Compare
Deploying lockstacks with Cloudflare Pages
|
7c4deaa
to
2fb207c
Compare
src/hooks/use-enroll-transaction.ts
Outdated
return useMemo( | ||
() => ({ | ||
get enrollmentStatus() { | ||
// TODO: investigate how to find enrollment state, read contract? |
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.
Isn't that useEnrolledStatus
?
step={2} | ||
disabled={!isSignedIn} | ||
disabled={!isSignedIn || enrolledQuery?.isEnrolled} |
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.
If they are enrolled should we link out to bitcoinismore so they can see status etc?
@kyranjamie is this close to release for today? |
2fb207c
to
473ce3b
Compare
I need to investigate the address bug screetshot in pr body |
I can run and debug |
99bd2b9
to
cb8bd8c
Compare
cb8bd8c
to
6a67006
Compare
Running into same issue as we've seen with Ledger, though the tx does actually broadcast
Edit; this is fixed, though I still see NaN values on the final review screen. A slight improvement at least, PR coming extension side.