Merged
Conversation
feat: add comprehensive chain integration skill Add complete skill for integrating new blockchains as second-class citizens in ShapeShift Web and HDWallet. Features: - Deep research phase with automatic EVM detection - Interactive Claude UI for information gathering - Automatic RPC endpoint discovery (ChainList.org, GitHub, docs) - SLIP44 registry lookup - Split EVM (simple) vs non-EVM (complex) integration paths - Complete Verdaccio local testing workflow - 9 phases covering hdwallet → web integration - 40+ file checklist - 10 documented gotchas from recent integrations - Based on real examples: Monad (EVM), Tron (non-EVM), Sui (non-EVM) EVM chains: 2-4 hours, ~100 lines of code Non-EVM chains: 1-2 days, ~1000-2000 lines of code Includes patterns for: - HDWallet native wallet support - HDWallet Ledger support (optional) - Web poor man's chain adapter - Feature flags and config - Asset generation - Transaction status polling - Clean commit workflow with revertable verdaccio bumps 1343 lines of comprehensive documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ 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 |
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.
fix: ledger select chains handle flags (#11269)
feat: display current next nonce in WalletConnect transaction advanced parameters (#11258)
feat: wire up hdwallet-ledger with SUI support bits (#11250)
fix: add monad tokens to coingecko adapter (#11257)
feat: near intents handle amount too low (#11255)
feat: ledger add wc dApps support (#11192)
fix: dont show rating if incognito mode and show it even if user closed the toast (#11156)
feat: add chain integration skill (#11260)
feat: regenerate asset data 12/02/2025 (#11256)
feat: wire-up hdwallet-ledger with tron support bits (#11245)
feat: implement cetus for sui tokens swaps (#11240)