File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ stdbuf -oL echo "🔍 DEBUG: Extracting GraphTallyCollector address from horizon
1313GRAPH_TALLY_VERIFIER=$( jq -r ' ."1337".GraphTallyCollector.address' /opt/horizon.json)
1414stdbuf -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)
1717stdbuf -oL echo " 🔍 DEBUG: TAPVerifier address: $TAP_VERIFIER "
1818
1919# Override with test values taken from test-assets/src/lib.rs
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ GRAPH_TALLY_VERIFIER=$(jq -r '."1337".GraphTallyCollector.address' /opt/horizon.
1616stdbuf -oL echo " 🔍 DEBUG: GraphTallyCollector address: $GRAPH_TALLY_VERIFIER "
1717
1818stdbuf -oL echo " 🔍 DEBUG: Extracting TAP address from contracts.json..."
19- TAP_VERIFIER=$( jq -r ' ."1337".TAPVerifier' /opt/contracts.json)
19+ TAP_VERIFIER=$( jq -r ' ."1337".TAPVerifier.address ' /opt/contracts.json)
2020stdbuf -oL echo " 🔍 DEBUG: TAPVerifier address: $TAP_VERIFIER "
2121
2222# Override with test values taken from test-assets/src/lib.rs
You can’t perform that action at this time.
0 commit comments