File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Check for compliance with predefined minting rules set by your platform. These r
2222
2323A scrolly can be placed in the corner of the page to remind the user to mint a badge.
2424![ Canvas on Bridge] ( https://github.com/user-attachments/assets/3b8445f5-8890-453f-b92c-4834dad5846c )
25- [ Reference code] ( https://github.com/scroll-tech/frontends/blob/mainnet /src/pages /bridge/components/MintBadge/index.tsx )
25+ [ Reference code] ( https://github.com/scroll-tech/frontends/blob/sepolia /src/app /bridge/components/MintBadge/index.tsx )
2626
2727After clicking the button, there are two ways to show the badge introduction:
2828
@@ -31,7 +31,7 @@ After clicking the button, there are two ways to show the badge introduction:
3131 [ Reference code] ( https://github.com/scroll-tech/frontends/blob/mainnet/src/pages/canvas/badgeContract/index.tsx )
3232- Show a mint pop-up displaying badge introduction
3333 ![ BadgeDetailDialog] ( https://github.com/user-attachments/assets/8a664aa2-9d17-4f38-a170-11bb0f413e20 )
34- [ Reference code] ( https://github.com/scroll-tech/frontends/blob/mainnet /src/pages/canvas /Dashboard/BadgeDetailDialog/index.tsx )
34+ [ Reference code] ( https://github.com/scroll-tech/frontends/blob/sepolia /src/app/_canvas /Dashboard/BadgeDetailDialog/index.tsx )
3535
3636##### Main actions:
3737
@@ -67,7 +67,7 @@ After minting successfully,
6767 [ Reference code] ( https://github.com/scroll-tech/frontends/blob/mainnet/src/pages/canvas/badge/index.tsx )
6868
6969- Only display a success notification.
70- [ Reference code] ( https://github.com/scroll-tech/frontends/blob/mainnet /src/pages/canvas /Dashboard/BadgeDetailDialog/index.tsx#L121 )
70+ [ Reference code] ( https://github.com/scroll-tech/frontends/blob/sepolia /src/app/_canvas /Dashboard/BadgeDetailDialog/index.tsx#L121 )
7171
7272## Conclusion
7373
You can’t perform that action at this time.
0 commit comments