Add EVM support to BitBadges chain registry entry#7557
Merged
CryptoAssassin1 merged 2 commits intocosmos:masterfrom Feb 27, 2026
Merged
Add EVM support to BitBadges chain registry entry#7557CryptoAssassin1 merged 2 commits intocosmos:masterfrom
CryptoAssassin1 merged 2 commits intocosmos:masterfrom
Conversation
Changes: - Updated slip44 to 60 (Ethereum coin type) to reflect EVM compatibility - Added EVM RPC endpoints to apis section - Added EVM chain ID information EVM Details: - Mainnet Chain ID: 50024 - Testnet Chain ID: 50025 - EVM RPC: https://evm-rpc.bitbadges.io (mainnet) - EVM RPC: https://evm-rpc-testnet.bitbadges.io (testnet) Documentation: https://docs.bitbadges.io
…ject The chain-registry schema does not support a root-level 'evm' object. Following the pattern used by other EVM-compatible Cosmos chains like Evmos, this adds extra_codecs and key_algos fields to indicate Ethermint/EVM support. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
CryptoAssassin1
approved these changes
Feb 27, 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.
This PR adds EVM support information to the existing BitBadges chain registry entry.
Changes
EVM Details
Links
BitBadges is now fully EVM-compatible, supporting both Cosmos SDK and Ethereum transactions on the same addresses.