-
Notifications
You must be signed in to change notification settings - Fork 27
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
[ENG-3314] feat: support repeat minter #687
[ENG-3314] feat: support repeat minter #687
Conversation
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'm not familiar enough with this repo and my nits might slow things down, feel free to ignore them.
I hope I can contribute with manual testing instead.
@@ -151,7 +154,8 @@ function ContentIcon({ type, content, contentType: inputContentType }: Props) { | |||
{t('BRC20.TITLE')} {t(`BRC20.${brc20Details.op.toUpperCase()}`)} | |||
</div> | |||
<Suffix> | |||
{brc20Details.tick} - {brc20Details.value} | |||
{formatNumber(new BigNumber(brc20Details.value).multipliedBy(repeat).toString())}{' '} |
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.
(nit)
Can we break this down?
…t-inscriptions-extension-review-sign-broadcast-repeat
|
border-radius: 40px; | ||
`; | ||
|
||
function FeeRow({ |
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.
nit: we should move this component to a separate file
🔘 PR Type
📜 Background
depends on: secretkeylabs/sats-connect#50
issue: https://linear.app/xverseapp/issue/ENG-3314
🔄 Changes
feat: support new sats-connect version
Impact:
🖼 Screenshot / 📹 Video
Include screenshots or a video demonstrating the changes. This is especially helpful for UI changes.
✅ Review checklist
Please ensure the following are true before merging: