• Mark Tyneway's avatar
    contracts-bedrock: add l1 deploy tag · 0236d9ed
    Mark Tyneway authored
    Prepares for adding in L2 deployment scripts by adding
    a `l1` tag to the deploy scripts that should run on L1.
    Also add the tag flag to the deployment that happens
    in CI. The L2 contract deployments will be added in
    another commit. It is not a problem if the L2 contracts
    are deployed to L1 in a testing environment but using
    tags to save time and gas should be done. Also lints
    a few lines of code where awaits are nested, nested
    awaits are difficult to read.
    0236d9ed
Name
Last commit
Last update
..
devnet Loading commit data...
README.md Loading commit data...
main.py Loading commit data...

bedrock-devnet

This is a utility for running a local Bedrock devnet. It is designed to replace the legacy Bash-based devnet runner as part of a progressive migration away from Bash automation.

The easiest way to invoke this script is to run make devnet-up-deploy from the root of this repository. Otherwise, to use this script run python3 main.py --monorepo-dir=<path to the monorepo>. You may need to set PYTHONPATH to this directory if you are invoking the script from somewhere other than bedrock-devnet.