-
Notifications
You must be signed in to change notification settings - Fork 371
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
[SDK] Feature: Export prepareMethod #5439
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
Merge activity
|
CNCT-2381 <!-- start pr-codex --> --- ## PR-Codex overview This PR adds a new export to the `contract.ts` file, enhancing the functionality related to method preparation. ### Detailed summary - Added export of `prepareMethod` from `../utils/abi/prepare-method.js` to `packages/thirdweb/src/exports/contract.ts`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
6054194
to
7b7be4b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5439 +/- ##
==========================================
- Coverage 45.53% 45.49% -0.04%
==========================================
Files 1070 1071 +1
Lines 55690 55718 +28
Branches 4033 4031 -2
==========================================
- Hits 25356 25351 -5
- Misses 29647 29680 +33
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more. |
CNCT-2381
PR-Codex overview
This PR adds a new export to the
contract.ts
file, enhancing the available utilities for contract interactions.Detailed summary
prepareMethod
from../utils/abi/prepare-method.js
.