-
Notifications
You must be signed in to change notification settings - Fork 559
[React] expose useUpdateNFTMetadata hook #2382
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
🦋 Changeset detectedLatest commit: 415a01f The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
/release-pr |
/release-pr |
/release-pr |
/release-pr |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2382 +/- ##
==========================================
+ Coverage 66.92% 66.96% +0.03%
==========================================
Files 293 293
Lines 11250 11236 -14
Branches 1564 1557 -7
==========================================
- Hits 7529 7524 -5
+ Misses 3085 3079 -6
+ Partials 636 633 -3 ☔ View full report in Codecov by Sentry. |
* chore: copy changes * chore: update copy * Update components/pay/PayConfig.tsx Co-authored-by: Nacho Iacovino <50103937+nachoiacovino@users.noreply.github.com> Signed-off-by: Winston Yeo <44563205+ElasticBottle@users.noreply.github.com> --------- Signed-off-by: Winston Yeo <44563205+ElasticBottle@users.noreply.github.com> Co-authored-by: Nacho Iacovino <50103937+nachoiacovino@users.noreply.github.com>
Problem solved
Short description of the bug fixed or feature added
Changes made
How to test
Contributor NFT
Paste in your wallet address below and we will airdrop you a special NFT when your pull request is merged.
Address:
PR-Codex overview
The focus of this PR is to introduce a new hook
useUpdateNFTMetadata
in thereact-core
package for updating NFT metadata.Detailed summary
useUpdateNFTMetadata
hook inreact-core
update
method toupdateMetadata
inerc-721.ts
update
method for backward compatibilitynft.ts