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

Deploying MACI using the CLI fails on Arbitrum testnet #551

Closed
ctrlc03 opened this issue Nov 26, 2022 · 0 comments
Closed

Deploying MACI using the CLI fails on Arbitrum testnet #551

ctrlc03 opened this issue Nov 26, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ctrlc03
Copy link
Collaborator

ctrlc03 commented Nov 26, 2022

Error: max fee per gas less than block base fee

Potential solution:

const gasFees = await signer.provider.getFeeData()
...
contract.deploy({
    maxFeePerGas: gasFees['maxFeePerGas']
})
@ctrlc03 ctrlc03 added bug Something isn't working 2 labels Nov 26, 2022
@ctrlc03 ctrlc03 self-assigned this Nov 26, 2022
@baumstern baumstern changed the title Deploying MAIC using the CLI fails on Arbitrum testnet Deploying MACI using the CLI fails on Arbitrum testnet Nov 26, 2022
ctrlc03 added a commit to ctrlc03/maci that referenced this issue Nov 30, 2022
Added maxFeePerGas parameter to the deployment of MACI's contracts; Bumped minor version to 1.1.1

fix privacy-scaling-explorations#551 and fix privacy-scaling-explorations#552
ctrlc03 added a commit that referenced this issue Dec 2, 2022
Fix/deployment error (fix #551) and bump version (fix #552)
@ctrlc03 ctrlc03 closed this as completed Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant