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
22
22
23
23
A scrolly can be placed in the corner of the page to remind the user to mint a badge.
24
24
![ 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 )
26
26
27
27
After clicking the button, there are two ways to show the badge introduction:
28
28
@@ -31,7 +31,7 @@ After clicking the button, there are two ways to show the badge introduction:
31
31
[ Reference code] ( https://github.com/scroll-tech/frontends/blob/mainnet/src/pages/canvas/badgeContract/index.tsx )
32
32
- Show a mint pop-up displaying badge introduction
33
33
![ 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 )
35
35
36
36
##### Main actions:
37
37
@@ -67,7 +67,7 @@ After minting successfully,
67
67
[ Reference code] ( https://github.com/scroll-tech/frontends/blob/mainnet/src/pages/canvas/badge/index.tsx )
68
68
69
69
- 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 )
71
71
72
72
## Conclusion
73
73
You can’t perform that action at this time.
0 commit comments