-
Notifications
You must be signed in to change notification settings - Fork 3
fix: preMint does not work wit meta-transactions #1156
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
|
@copilot |
|
@copilot |
|
@levalleux-ludo I've opened a new pull request, #1157, to work on those changes. Once the pull request is ready, I'll request review from you. |
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.
Pull Request Overview
This PR adds support for forwarder meta-transactions in the Boson Protocol interface, enabling the PreMintButton component to use meta-transactions via Biconomy.
- Added forwarder API ID handling in the meta-transaction configuration
- Updated environment configuration to include forwarder API IDs
- Upgraded
@bosonprotocol/commonand@bosonprotocol/react-kitpackages to alpha versions with forwarder support
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/lib/config.ts | Added logic to parse and store forwarder API IDs from environment configuration |
| src/components/modal/components/PremintVouchersModal/PremintVouchersModal.tsx | Added metaTxApiId prop to PreMintButton component to enable meta-transactions for preminting |
| package.json | Updated @bosonprotocol/common and @bosonprotocol/react-kit to newer alpha versions |
| package-lock.json | Updated dependency versions and integrity hashes for Boson Protocol packages |
| .env.example | Updated example configuration to include forwarder API IDs and changed network ID from 80001 to 80002 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying interface with
|
| Latest commit: |
e9023a2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3abf605c.interface-a9d.pages.dev |
| Branch Preview URL: | https://fix-premint-with-meta-tx.interface-a9d.pages.dev |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Deploying boson-dapp-testing with
|
| Latest commit: |
492524a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1ffdd06a.interface-a9d.pages.dev |
| Branch Preview URL: | https://fix-premint-with-meta-tx.interface-a9d.pages.dev |
No description provided.