Open
Conversation
chore(eth-multisig-v4): flr,sgb config
Ticket: WIN-4229
chore(eth-multisig-v4): add xdc config for contract deployment
…n-release Ticket: WIN-4391
Ticket: WIN-4388
chore: update the bera new testnet
feat: updating deploy batcher workflow to run on-demand rather than on-release
Ticket: WIN-4221
chore(eth-multisig-v4): add wemix config for contract deployment
Ticket: COIN-2782
chore(eth-multisig-v4): add bera config to deploy contract in prod
Ticket: WIN-4439
chore(eth-multisig-v4): get bera secrete key from git secrets
Ticket: WIN-4439
chore(eth-multisig-v4): get bera secrete key from git secrets
feat: modify batcher contract to support erc20 sendMany
Ticket: WIN-4587
chore(eth-multisig-v4): adding the new coredao testnet
Ticket: COIN-2782
chore: add test for token with blacklisted address
COIN-3132
fix: keys for batcher contract
Ticket: WIN-4222
fix: updating verify batcher contract arguments
fix: updating hardhat config to get correct key in deploy batcher script
… api & explorer endpoints Ticket: WIN-4909
fix: update fee for deploying batcher in coredao testnet. updated xdc api & explorer endpoints
Ticket: WIN-4909
- Network config with RPC URLs (mainnet, testnet) - Chain IDs 88888 / 88882, gas params in chainConfig - Explorer verification via ETHERSCAN_API_KEY (no CHILIZ_EXPLORER_API_KEY) - Remove CHILIZ_EXPLORER_API_KEY from workflows Refs: WIN-8547
…-deployment feat: add chiliz chain config for contract deployment
- deploy_and_release.yml: deploy-to-test (tchiliz), deploy-to-prod (chiliz) - deploy_batcher_contract.yml: deploy-batcher-contract-to-test (tchiliz), deploy-batcher-contract-to-prod (chiliz)
chore(workflow): add chiliz and tchiliz to deploy_and_release
Ticket: CECHO-168
Ticket: CGARD-454
feat: added config for unichain contract deployment
Ticket: CGARD-454
Ticket: DO-17966
chore: remove CodeQL workflow
feat: added config for hpp contract deployment
Ticket: CGARD-454
chore: migrate to new pharos testnet
feat: added config for hoodeth contract deployment
Ticket: CGARD-454
feat: added config for h contract deployment
Ticket: CECHO-369
feat: adding config for usdt0 contract deployment
TICKET: CHALO-356
chore: update gas limit for fluenteth
TICKET: CHALO-356
chore: update mainnet chain id for fluenteth
Ticket: CECHO-370
feat: adding config for xtzevm contract deployment
…t-deployment feat(xtzevm): add contract deployment config for Etherlink
…ct-deployment feat(hemieth): add contract deployment config for Hemi L2
Hardhat's ContractFactory.deploy() calls eth_estimateGas internally when no gasLimit is provided. On Hemi mainnet (43111) and testnet (743111) this RPC call hangs indefinitely, causing the batcher CI job to stall. The V4 deploy script works because chainConfig.ts hardcodes gasLimit: 3_000_000 for Hemi, so eth_estimateGas is never called. Fix: added a Hemi-specific block (mirroring the Somnia pattern) that manually estimates gas via a direct signer call and passes an explicit gasLimit into deploy(), bypassing Hardhat's internal estimation entirely. Tested: batcher deployed and verified on themieth (chainId 743111) Contract: 0xCec21E00B1a68F2452a14f13dF515cC5f38234B7 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix: refactor batcher gas config and fix Hemi deployment hang
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.
No description provided.