feat: add inketh (INK) EVM chain support and testnet contract deployment#352
Merged
manojkumar138 merged 1 commit intomasterfrom Apr 16, 2026
Merged
feat: add inketh (INK) EVM chain support and testnet contract deployment#352manojkumar138 merged 1 commit intomasterfrom
manojkumar138 merged 1 commit intomasterfrom
Conversation
…oyment - config/chainIds.ts: Added INKETH (57073) and INKETH_TESTNET (763373) - scripts/chainConfig.ts: Gas config for inketh/tinketh (default EIP-1559, gasLimit: 3_000_000) - hardhat.config.ts: Network entries, apiKey, and customChains for explorer verification - .github/workflows/deploy_and_release.yml: Added inketh/tinketh to tag regex and deploy conditions - .github/workflows/deploy_batcher_contract.yml: Added inketh/tinketh to tag regex and deploy conditions Deployed Addresses (Testnet: tinketh — INK Sepolia, Chain ID: 763373): - WalletSimple: 0x841c079aB5BCA5CdDF6009992205Eb4ed1E088A4 - WalletFactory: 0x563772a83867DBC4d04B7951B2149913494E5DAC - ForwarderV4: 0xA3C2ca16378D7e5087446DCfB8026c3D02D5263e - ForwarderFactoryV4: 0x61A21DB484AdA42c81C56C05822501D6342a5224 - Batcher: 0xD5E3Adaa7565D7ffa20Ad20f0316839D44705BB9 Linear: CECHO-756 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
af1a097 to
378fb8b
Compare
mohd-kashif
approved these changes
Apr 16, 2026
ShisheerBitgo
approved these changes
Apr 16, 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
inketh) EVM chain support toeth-multisig-v4Linear: CECHO-756
Changes
config/chainIds.ts— AddedINKETH(57073) andINKETH_TESTNET(763373)scripts/chainConfig.ts— Gas config forinketh/tinketh(default EIP-1559, gasLimit: 3_000_000)hardhat.config.ts— Network entries, apiKey, and customChains for explorer verification.github/workflows/deploy_and_release.yml— Addedinketh/tinkethto tag regex and deploy conditions.github/workflows/deploy_batcher_contract.yml— Addedinketh/tinkethto tag regex and deploy conditionsDeployed Addresses (Testnet: tinketh — INK Sepolia, Chain ID: 763373)
0x841c079aB5BCA5CdDF6009992205Eb4ed1E088A40x563772a83867DBC4d04B7951B2149913494E5DAC0xA3C2ca16378D7e5087446DCfB8026c3D02D52240x61A21DB484AdA42c81C56C05822501D6342a52240xD5E3Adaa7565D7ffa20Ad20f0316839D44705BB9Explorer
Testnet: https://explorer-sepolia.inkonchain.com
🤖 Generated with Claude Code