Skip to content

Commit

Permalink
rm deployer balance check before var exists
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Feb 29, 2024
1 parent 94de94f commit 84177a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions standard/bridge-v1/deploy_contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ check_chain_id "$SETTLEMENT_RPC_URL" "$SETTLEMENT_CHAIN_ID"
check_create2 "$L1_RPC_URL"
check_create2 "$SETTLEMENT_RPC_URL"

L1_DEPLOYER_ADDR=$("$CAST_BIN_PATH" wallet address "$L1_DEPLOYER_PRIVKEY")
check_balance "$L1_RPC_URL" "$L1_DEPLOYER_ADDR"

SETTLEMENT_DEPLOYER_ADDR=$("$CAST_BIN_PATH" wallet address "$SETTLEMENT_DEPLOYER_PRIVKEY")
check_balance "$SETTLEMENT_RPC_URL" "$SETTLEMENT_DEPLOYER_ADDR"

Expand Down

0 comments on commit 84177a5

Please sign in to comment.