Skip to content

Commit 3e2b57d

Browse files
committed
test: fix start script to use tap verifier address
1 parent f3b0f7d commit 3e2b57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/indexer-service/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stdbuf -oL echo "🔍 DEBUG: Extracting GraphTallyCollector address from horizon
1313
GRAPH_TALLY_VERIFIER=$(jq -r '."1337".GraphTallyCollector.address' /opt/horizon.json)
1414
stdbuf -oL echo "🔍 DEBUG: GraphTallyCollector address: $GRAPH_TALLY_VERIFIER"
1515

16-
TAP_VERIFIER=$(jq -r '."1337".TAPVerifier' /opt/contracts.json)
16+
TAP_VERIFIER=$(jq -r '."1337".TAPVerifier.address' /opt/contracts.json)
1717
stdbuf -oL echo "🔍 DEBUG: TAPVerifier address: $TAP_VERIFIER"
1818

1919
# Override with test values taken from test-assets/src/lib.rs

0 commit comments

Comments
 (0)