-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Add gasless mint to zerion mint #5424
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
baa1309 to
2e68caa
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5424 +/- ##
==========================================
- Coverage 45.52% 45.50% -0.02%
==========================================
Files 1070 1071 +1
Lines 55665 55718 +53
Branches 4030 4032 +2
==========================================
+ Hits 25341 25357 +16
- Misses 29637 29674 +37
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
2e68caa to
34de2a3
Compare
| }, | ||
| gasless: { | ||
| provider: "engine", | ||
| relayerForwarderAddress: "", |
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.
The empty relayerForwarderAddress will prevent gasless transactions from working correctly. This field requires a valid contract address for the forwarder on the target network. Consider adding a network-specific forwarder address or removing the gasless configuration until the correct address is available.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR introduces support for gasless transactions in the NFT minting process by adding a
gaslessprop to relevant components and types.Detailed summary
gaslessprop toNftMintcomponent.Propstype inmint-ui.tsxto include optionalgasless.gaslessoption inDropPageDatatype.gaslessconfiguration inDROP_PAGES.