Rocky/monad#5585
Conversation
|
You have run out of free Bugbot PR reviews for this billing cycle. This will reset on March 24. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
🦋 Changeset detectedLatest commit: 91ed84f The changes in this PR will be included in the next version bump. This PR includes changesets to release 26 packages
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.
9 Skipped Deployments
|
Visual Regression Test Results ✅ PassedChromatic Build: https://www.chromatic.com/build?appId=6493191bf4b10fed8ca7353f&number=815 👉 Please review the visual changes in Chromatic and accept or reject them. |
There was a problem hiding this comment.
Pull request overview
This PR adds support for Monad Mainnet network imagery across shared presets and includes Monad Mainnet in the Laboratory app’s EVM network list, reusing the existing Monad Testnet image.
Changes:
- Add Monad Mainnet (chain id
143) toNetworkImageIdsin both@reown/appkit-commonand@reown/appkit-utilspresets. - Update the Laboratory app’s network constants to include
monadalongsidemonadTestnet. - Add a changeset to release patch versions of the affected packages.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/common/src/utils/PresetsUtil.ts | Adds Monad Mainnet chain id mapping to the network image id preset. |
| packages/appkit-utils/src/PresetsUtil.ts | Adds Monad Mainnet chain id mapping and updates the related comment. |
| apps/laboratory/src/utils/ConstantsUtil.ts | Adds monad to the imported networks and EVM networks list. |
| .changeset/tough-foxes-hunt.md | Publishes patch changes for common + utils to ship the new network image mapping. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -73,6 +73,7 @@ export const PresetsUtil = { | |||
| 130: '2257980a-3463-48c6-cbac-a42d2a956e00', | |||
| // Monad Testnet | |||
| 10_143: '0a728e83-bacb-46db-7844-948f05434900', | |||
There was a problem hiding this comment.
The comment says "Monad Testnet" but this block now includes both testnet (10143) and mainnet (143). Please update the comment (or split into separate comments) to avoid mislabeling the mainnet entry.
| 10_143: '0a728e83-bacb-46db-7844-948f05434900', | |
| 10_143: '0a728e83-bacb-46db-7844-948f05434900', | |
| // Monad Mainnet |
|
📦 Bundle Size Check✅ All bundles are within size limits 📊 View detailed bundle sizes> @reown/appkit-monorepo@1.7.1 size /home/runner/work/appkit/appkit > size-limit |
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||
Description
Type of change