Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(eth-multisig-v4): add wemix config for contract deployment #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

parasgarg-bitgo
Copy link
Contributor

@parasgarg-bitgo parasgarg-bitgo commented Jan 24, 2025

Ticket: WIN-4221

Deployed contracts locally on personal address:
https://testnet.wemixscan.com/address/0xbcb86416188235942990EA10c8D72e34170e7F18

case 1112:
case 1111:
if (
eip1559GasParams.maxPriorityFeePerGas?.lt(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For Wemix, we are not getting the correct gasFee for eip1559. As a workaround, we are updating the gasFee to be same as gasPrice.


let batcher = null;
if (gasParams != undefined) {
batcher = await Batcher.deploy(transferGasLimit, gasParams);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to pass gasParams for wemix, as without the gasParams the contract deployment txn is underpriced.

@parasgarg-bitgo parasgarg-bitgo marked this pull request as ready for review January 24, 2025 10:23
@parasgarg-bitgo parasgarg-bitgo requested a review from a team as a code owner January 24, 2025 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant