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

e2e: use --broadcast with forge create #281

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

karlb
Copy link

@karlb karlb commented Dec 6, 2024

Forge started to require the --broadcast flag for actually deploying a contract. Otherwise it will only do a dry-run.

We should really pin our foundry version. But let's wait until we rebase to the latest upstream, since there have been changes to the overall setup.

Closes #278

Forge started to require the `--broadcast` flag for actually deploying a
contract. Otherwise it will only do a dry-run.

We should really pin our foundry version. But let's wait until we rebase
to the latest upstream, since there have been changes to the overall
setup.

Closes #278
@karlb karlb marked this pull request as ready for review December 6, 2024 14:31
@karlb karlb merged commit 4bd372a into celo10 Dec 9, 2024
54 of 56 checks passed
@karlb karlb deleted the karlb/fix-forge-create branch December 9, 2024 10:53
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.

e2e: Failure while deploying token
2 participants