We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, taiko uses forge to deploy contracts, as we can see from here.
forge
When I try to deploy contracts using the following command
pnpm deploy:foundry
It became frozen at compiling.
base ❯ pnpm deploy:foundry > @taiko/[email protected] deploy:foundry /Users/tsiao/Desktop/windranger-labs/taiko-mono/packages/protocol > ./script/download_solc.sh && ./script/test_deploy_on_l1.sh [⠔] Compiling... [⠑] Compiling 165 files with 0.8.18
When I remove flag --via-ir, run the following command
--via-ir
base ❯ forge script script/DeployOnL1.s.sol:DeployOnL1 --fork-url http://localhost:8545 --broadcast --ffi -vvvv [⠃] Compiling... No files changed, compilation skipped Error: Failed to deploy script: Execution reverted: EvmError: Revert (gas: 1550653)
The text was updated successfully, but these errors were encountered:
This was an issue with the new plonk verifier, created a PR: #13740
thanks for reporting!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently, taiko uses
forge
to deploy contracts, as we can see from here.When I try to deploy contracts using the following command
It became frozen at compiling.
When I remove flag
--via-ir
, run the following commandThe text was updated successfully, but these errors were encountered: