Skip to content

Commit

Permalink
Merge c556486 into 58e15ed
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Mar 12, 2024
2 parents 58e15ed + c556486 commit 465f217
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion l1-contracts/scripts/ci_deploy_contracts.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -euo pipefail

export ETHEREUM_HOST=https://$DEPLOY_TAG-mainnet-fork.aztec.network:8545/$FORK_API_KEY

REPOSITORY="l1-contracts"
Expand Down Expand Up @@ -29,7 +31,7 @@ retry docker pull $CLI_IMAGE
PRIVATE_KEY=${CONTRACT_PUBLISHER_PRIVATE_KEY#0x}
docker run \
$CLI_IMAGE \
deploy-l1-contracts -u $ETHEREUM_HOST -p $PRIVATE_KEY >./serve/contract_addresses.json
deploy-l1-contracts -u $ETHEREUM_HOST -p $PRIVATE_KEY | tee ./serve/contract_addresses.json

## Result format is:
# Rollup Address: 0xe33d37702bb94e83ca09e7dc804c9f4c4ab8ee4a
Expand Down

0 comments on commit 465f217

Please sign in to comment.