Skip to content

Commit

Permalink
update blackbox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Luu committed Feb 8, 2024
1 parent 5cf2ab4 commit 6cd8583
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/web3/scripts/black_box_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ BACKEND=${ORIGARGS[0]}
MODE=${ORIGARGS[1]}
PROVIDER_URL=${ORIGARGS[2]}

SUPPORTED_BACKENDS=("geth" "infura", "hardhat")
SUPPORTED_BACKENDS=("geth" "infura" "hardhat")
SUPPORTED_MODE=("http" "ws")

echo "BACKEND: $BACKEND"
echo "MODE: $MODE"
if [[ ! " ${SUPPORTED_BACKENDS[*]} " =~ " ${BACKEND} " ]]; then
helpFunction
fi
Expand Down

0 comments on commit 6cd8583

Please sign in to comment.