From 5d800a05eae8b77118ee9a8a27e2943fd91dee5c Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Tue, 19 Mar 2024 22:23:54 -0500 Subject: [PATCH] test: verify swaparoo started on chain too --- .github/workflows/pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4e63b7fd..30e28741 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -63,4 +63,5 @@ jobs: - name: verify contracts started onchain run: | curl http://localhost:1317/agoric/vstorage/data/published.agoricNames.instance | grep sellConcertTickets + curl http://localhost:1317/agoric/vstorage/data/published.agoricNames.instance | grep swaparoo curl http://localhost:1317/agoric/vstorage/data/published.agoricNames.instance | grep postalService