Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist committed Dec 11, 2024
1 parent 7e8c84c commit 5329a34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tooling-e2e-tests/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ mtzero() {
####################################################################################################
#### CONTRACTS #####################################################################################
####################################################################################################
# we don't care about owner, so we use ${ALICE_PUBLIC_KEY} as owner placeholder
deploy_contracts() {
SHIELDER_CONTRACT_ADDRESS=$(
PRIVATE_KEY="${DEPLOYER_PRIVATE_KEY}" \
OWNER_ADDRESS="${ALICE_PUBLIC_KEY}" \
OWNER_ADDRESS="$(cast wallet address ${DEPLOYER_PRIVATE_KEY})" \
forge script DeployShielderScript \
--rpc-url "${NODE_RPC_URL}" \
--broadcast \
Expand Down

0 comments on commit 5329a34

Please sign in to comment.