diff --git a/scripts/smoke_test.sh b/scripts/smoke_test.sh index e786b17551..edf935356b 100755 --- a/scripts/smoke_test.sh +++ b/scripts/smoke_test.sh @@ -17,7 +17,8 @@ popd || exit # Check cast -if ! $SNCAST_PATH --url "$RPC_URL" call \ +if ! $SNCAST_PATH call \ + --url "$RPC_URL" \ --contract-address 0x06b248bde9ce00d69099304a527640bc9515a08f0b49e5168e2096656f207e1d \ --function "get" --calldata 0x1 | grep -q $'command: call\nresponse: [0x0]'; then exit 1