feat(abstracteth): add Abstract L2 contract deployment support#350
Merged
nvrakesh06 merged 1 commit intomasterfrom Apr 12, 2026
Merged
feat(abstracteth): add Abstract L2 contract deployment support#350nvrakesh06 merged 1 commit intomasterfrom
nvrakesh06 merged 1 commit intomasterfrom
Conversation
0a594b9 to
a8c5e92
Compare
Adds support for deploying BitGo V4 contracts on Abstract L2 (ZKsync Stack, chain IDs 2741 mainnet / 11124 testnet). ## Changes - Add chain IDs ABSTRACTETH / ABSTRACTETH_TESTNET to config/chainIds.ts - Add network entries abstracteth / tabstracteth in hardhat.config.ts (RPC: api.mainnet.abs.xyz / api.testnet.abs.xyz) - Use Etherscan v2 API for verification (api.etherscan.io/v2/api?chainid=) with ETHERSCAN_API_KEY (abscan is Etherscan-compatible; no separate key) - Set gasLimit to 30M in scripts/chainConfig.ts for ZKsync Stack first-time bytecode publication (~14M gas estimated) - Add abstracteth / tabstracteth to CI workflow tag regexes and network conditions (deploy_and_release.yml, deploy_batcher_contract.yml) ## Test Plan - [x] Deployed all 4 V4 contracts on Abstract testnet (chain 11124) with fresh wallet - [x] All contracts verified via Etherscan v2 API Tickets: WIN-ABSTRACTETH, WIN-8161 🤖 Generated with [Claude Code](https://claude.ai/claude-code)
a8c5e92 to
2978e9e
Compare
Contributor
Author
|
Linear comment for Testnet Deployment: https://linear.app/bitgo/issue/CECHO-665/abstract-l2-evm-erc20-token-standard-sandboxing#comment-c90c4a66 |
prithvishet2503
approved these changes
Apr 10, 2026
mohd-kashif
approved these changes
Apr 10, 2026
therealdwright
approved these changes
Apr 12, 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.
Adds support for deploying BitGo V4 contracts on Abstract L2 (ZKsync Stack, chain IDs 2741 mainnet / 11124 testnet).
Changes
ABSTRACTETH/ABSTRACTETH_TESTNETtoconfig/chainIds.tsabstracteth/tabstractethinhardhat.config.ts(RPC: api.mainnet.abs.xyz / api.testnet.abs.xyz)api.etherscan.io/v2/api?chainid=) withETHERSCAN_API_KEYgasLimitto 30M inscripts/chainConfig.ts(ZKsync Stack first-time bytecode publication requires ~14M gas)abstracteth/tabstractethto CI workflow tag regexes and network conditionsTest Plan
Tickets: WIN-ABSTRACTETH, WIN-8161
🤖 Generated with Claude Code