Skip to content

Commit 4dfe39d

Browse files
Updated smoke_test.sh to use new url semantic (#2384)
<!-- Reference any GitHub issues resolved by this PR --> Closes # ## Introduced changes <!-- A brief description of the changes --> - ## Checklist <!-- Make sure all of these are complete --> - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md`
1 parent f5b6d70 commit 4dfe39d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/smoke_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ popd || exit
1717

1818
# Check cast
1919

20-
if ! $SNCAST_PATH --url "$RPC_URL" call \
20+
if ! $SNCAST_PATH call \
21+
--url "$RPC_URL" \
2122
--contract-address 0x06b248bde9ce00d69099304a527640bc9515a08f0b49e5168e2096656f207e1d \
2223
--function "get" --calldata 0x1 | grep -q $'command: call\nresponse: [0x0]'; then
2324
exit 1

0 commit comments

Comments
 (0)