feat(statics): add MegaETH testnet ERC20 token support#7931
Merged
nvrakesh06 merged 1 commit intomasterfrom Jan 20, 2026
Merged
feat(statics): add MegaETH testnet ERC20 token support#7931nvrakesh06 merged 1 commit intomasterfrom
nvrakesh06 merged 1 commit intomasterfrom
Conversation
d1a9d62 to
9857354
Compare
Contributor
Author
|
The audit failure is a pre-existing tar vulnerability (GHSA-8qq5-rm4j-mr97) that also exists on master. This is unrelated to my changes which only modify static token configurations. Can this check be bypassed for this PR? |
Changes: - Fix MegaETH testnet chain ID from 6342 to 6343 (verified via RPC) - Fix mainnet explorer URL to megaeth.blockscout.com - Fix testnet explorer URL to megaexplorer.xyz - Add tmegaeth:tmt test token for integration testing - Add OFC support for MegaETH testnet token - Update chain ID mapping in map.ts Test Token Details: - Symbol: tmegaeth:tmt - Contract: 0x9abf1ca968783ba2ad3a75b6b7b2beece80a4fc2 - Decimals: 6 - Network: MegaETH Testnet (Chain ID: 6343) WIN-8346 TICKET: WIN-8346
d05bac2 to
1a92ef0
Compare
nvrakesh06
approved these changes
Jan 20, 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.
Description
Add MegaETH testnet ERC20 token support and fix network configuration issues.
The existing MegaETH network configuration had incorrect chain ID and swapped explorer URLs. This PR fixes those issues and adds a test token for integration testing.
Changes:
megaexplorer.xyztomegaeth.blockscout.commegaeth.blockscout.comtomegaexplorer.xyztmegaeth:tmttest token for integration testingmap.tsTest Token Details:
tmegaeth:tmt0x9abf1ca968783ba2ad3a75b6b7b2beece80a4fc2Issue Number
Ticket: WIN-8346
Type of change
How Has This Been Tested?
Chain ID Verification: Verified correct testnet chain ID via RPC - Response:
0x18c7= 6343 in decimalToken Deployment: Deployed test ERC20 token on MegaETH testnet using
coins-sandbox/eth/mint-testnet-erc20-tokensand verified minting functionality works.Local Build & Tests:
yarn workspace @bitgo/statics buildandyarn workspace @bitgo/statics testboth pass successfully.Checklist: