Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Add --rpc-url="$ETH_RPC_URL"
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcmichael authored Feb 11, 2021
1 parent e40d2be commit a35e1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e
[[ "$ETH_RPC_URL" && "$(seth chain)" == "ethlive" ]] || { echo "Please set a mainnet ETH_RPC_URL"; exit 1; }

# SOLC_FLAGS="--optimize --optimize-runs 1" dapp --use solc:0.6.11 build
DAPP_SOLC_OPTIMIZE=true DAPP_SOLC_OPTIMIZE_RUNS=200 dapp --use solc:0.6.11 test -v --rpc
DAPP_SOLC_OPTIMIZE=true DAPP_SOLC_OPTIMIZE_RUNS=200 dapp --use solc:0.6.11 test -v --rpc-url="$ETH_RPC_URL"

0 comments on commit a35e1ac

Please sign in to comment.