-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
fix: parse Abi with zod as readonly array #200
Conversation
🦋 Changeset detectedLatest commit: eb55b39 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Bug Fixes
Chore
ContributorsCommit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #200 +/- ##
=======================================
Coverage 99.83% 99.83%
=======================================
Files 26 26
Lines 6076 6082 +6
Branches 195 195
=======================================
+ Hits 6066 6072 +6
Misses 8 8
Partials 2 2
☔ View full report in Codecov by Sentry. |
Co-authored-by: awkweb <tom@meagher.co>
Description
Supersedes #197
This PR sets the
zod
Abi
schema fromabitype/zod
asreadonly []
to match theAbi
type declared inabitype
.Additional Information
Before submitting this issue, please make sure you do the following.
PR-Codex overview
Focus of the PR:
The focus of this PR is to mark the
Abi
Zod schema asreadonly
.Detailed summary:
Abi
Zod schema asreadonly
.