feat(statics): add sepolia testnet for ETH - #9377
Merged
Merged
Conversation
Contributor
rithwik-bitgo
marked this pull request as ready for review
July 29, 2026 05:57
mohd-kashif
approved these changes
Jul 29, 2026
ArunBala-Bitgo
approved these changes
Jul 29, 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.
Summary
11155111) as a testnet-only network under the existingCoinFamily.ETH, following thegteth/htethpattern. No mainnet counterpart is added since Sepolia is Ethereum's own test network.sepeth("Sepolia Testnet Ethereum") inallCoinsAndTokens.tswith the same feature set ashteth/gteth(TSS, MPCv2, multisig cold, custody, EIP-1559, bulk transaction features).ofctsepethinofcCoins.ts(kept theofct-prefixed name to satisfy the existing OFC testnet naming-convention test).expectedColdFeatures.tstest fixture to includesepethin the "both" (cold + MPC) list.Notes
batcherContractAddress/forwarderFactoryAddress/forwarderImplementationAddressare intentionally omitted (these are optional fields onEthereumNetwork) since BitGo's forwarder/batcher contracts have not yet been deployed on Sepolia. These will be added once contract deployment for Sepolia is complete.base.ts(reuses existingETHfamily/asset),networkFeatureMapForTokens.ts(already has anethentry), orenvironments.ts(its explorer config is a single shared endpoint per environment, not per-testnet, so left untouched to keep this change testnet-only).TICKET: CECHO-1721
Test plan
yarn workspace @bitgo/statics run unit-test— all 32k+ tests passingtsc --noEmittypecheck clean formodules/statics🤖 Generated with Claude Code