Merge branch 'develop' into feat-rollup-relayer-add-zstd-compression

This commit is contained in:
colin
2024-05-09 04:19:02 +08:00
committed by GitHub
12 changed files with 2 additions and 2 deletions

View File

@@ -44,8 +44,8 @@ fmt: ## format the code
dev_docker: ## build docker images for development/testing usages
docker pull postgres
docker build -t scroll_l1geth ./common/docker/l1geth/
docker build -t scroll_l2geth ./common/docker/l2geth/
docker build -t scroll_l1geth ./common/testcontainers/docker/l1geth/
docker build -t scroll_l2geth ./common/testcontainers/docker/l2geth/
clean: ## Empty out the bin folder
@rm -rf build/bin