-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add monad #493
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
feat: add monad #493
Conversation
🦋 Changeset detectedLatest commit: 348aeaf 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 GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds support for Monad and Monad Testnet EVM chains to the widget's supported networks. The changes include chain configuration entries, dependency updates to access the latest features from @stakekit/api-hooks and @stakekit/common, and a changeset for release tracking.
Key Changes:
- Added Monad and MonadTestnet to the supported EVM chains list with their respective configurations including chain IDs, RPC endpoints, and native currency details
- Updated
@stakekit/api-hooksfrom v0.0.112 to v0.0.113 and@stakekit/commonfrom v0.0.60 to v0.0.61 - Added changeset documentation for release tracking
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
packages/widget/src/domain/types/chains/evm.ts |
Added Monad and MonadTestnet chain configurations, including imports, supported chains array entries, chain mappings with RPC URLs and native currency, and chain ID enum entries |
packages/widget/package.json |
Updated dependency versions for @stakekit/api-hooks and @stakekit/common |
pnpm-lock.yaml |
Updated lock file entries to reflect new dependency versions and their integrity hashes |
.changeset/fresh-heads-visit.md |
Added changeset documenting the addition of Monad support |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request adds support for the Monad and Monad Testnet EVM chains to the widget, and updates dependencies to the latest versions of
@stakekit/api-hooksand@stakekit/common. The changes ensure Monad networks are recognized and properly configured in the codebase.EVM chain support:
MonadandMonadTestnetto the list of supported EVM chains insupportedEVMChains, and updated theevmChainsMapto include their configuration, including network IDs, RPC URLs, and native currency details. (packages/widget/src/domain/types/chains/evm.ts) [1] [2] [3] [4]Dependency updates:
@stakekit/api-hooksfrom0.0.112to0.0.113and@stakekit/commonfrom0.0.60to0.0.61inpackage.jsonandpnpm-lock.yamlto ensure compatibility and access to the latest features and fixes. (packages/widget/package.json,pnpm-lock.yaml) [1] [2] [3] [4] [5]Documentation:
.changeset/fresh-heads-visit.md)