We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40d2be commit a35e1acCopy full SHA for a35e1ac
test.sh
@@ -4,4 +4,4 @@ set -e
4
[[ "$ETH_RPC_URL" && "$(seth chain)" == "ethlive" ]] || { echo "Please set a mainnet ETH_RPC_URL"; exit 1; }
5
6
# SOLC_FLAGS="--optimize --optimize-runs 1" dapp --use solc:0.6.11 build
7
-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 commit comments