Skip to content

Conversation

@petar-omni
Copy link
Collaborator

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-hooks and @stakekit/common. The changes ensure Monad networks are recognized and properly configured in the codebase.

EVM chain support:

  • Added Monad and MonadTestnet to the list of supported EVM chains in supportedEVMChains, and updated the evmChainsMap to 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:

  • Updated @stakekit/api-hooks from 0.0.112 to 0.0.113 and @stakekit/common from 0.0.60 to 0.0.61 in package.json and pnpm-lock.yaml to ensure compatibility and access to the latest features and fixes. (packages/widget/package.json, pnpm-lock.yaml) [1] [2] [3] [4] [5]

Documentation:

  • Noted the addition of Monad support in the changeset for release tracking. (.changeset/fresh-heads-visit.md)

@changeset-bot
Copy link

changeset-bot bot commented Nov 22, 2025

🦋 Changeset detected

Latest commit: 348aeaf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@stakekit/widget Patch

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

@vercel
Copy link

vercel bot commented Nov 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
dashboard-finery Ready Ready Preview Comment Nov 22, 2025 11:23am
dashboard-utila Ready Ready Preview Comment Nov 22, 2025 11:23am
staging-widget Ready Ready Preview Comment Nov 22, 2025 11:23am
stakekit-widget Ready Ready Preview Comment Nov 22, 2025 11:23am

Copy link
Contributor

Copilot AI left a 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-hooks from v0.0.112 to v0.0.113 and @stakekit/common from 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.

@petar-omni petar-omni merged commit 0954aa7 into main Nov 22, 2025
15 checks passed
@petar-omni petar-omni deleted the feat/add-monad branch November 22, 2025 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants