Merged
Conversation
Add the `./chains/zetachain` export entry to package.json so consumers can import zetachain-specific modules directly. Also add CLAUDE.md with project conventions for Claude Code. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
📝 WalkthroughWalkthroughThe PR introduces a new CLAUDE.md file documenting Claude Code workflow guidelines for pull requests and branch naming, and adds a new public export entry for the zetachain module in package.json following existing export patterns. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
hernan-clich
approved these changes
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add the
./chains/zetachainexport entry topackage.json, allowing consumers to import zetachain-specific modules via@zetachain/toolkit/chains/zetachain.Also adds
CLAUDE.mdwith project conventions.Integration
Import zetachain modules directly:
Breaking Changes
None.
Note
Low Risk
Low risk: adds a new
package.jsonexport path and a contributor guidelines doc, with no runtime logic changes. Main risk is packaging/build breakage if the referenceddist/.../chains/zetachainoutputs are missing or misnamed.Overview
Adds a new
package.jsonexportsentry for./chains/zetachain, enabling consumers to import@zetachain/toolkit/chains/zetachainwith proper ESM/CJS and type resolution.Also introduces
CLAUDE.mddocumenting project conventions for branch naming and PR creation.Written by Cursor Bugbot for commit fa3da5a. Configure here.
Summary by CodeRabbit