Skip to content

Commit

Permalink
Updated smoke_test.sh to use new url semantic (#2384)
Browse files Browse the repository at this point in the history
<!-- 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`
  • Loading branch information
integraledelebesgue authored Aug 22, 2024
1 parent f5b6d70 commit 4dfe39d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dfe39d

Please sign in to comment.