Skip to content

Commit

Permalink
remove findy as well
Browse files Browse the repository at this point in the history
Signed-off-by: Sheldon Regular <[email protected]>
  • Loading branch information
nodlesh committed Jun 25, 2024
1 parent 159032c commit 039ee18
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 6 deletions.
File renamed without changes.
11 changes: 5 additions & 6 deletions gen-interop.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#! /bin/bash

# Configuration Data -- order matters in these arrays. A new entry requires an entry in ALL "ta_" arrays
ta_tlas=("acapy" "javascript" "findy" "aries-vcx")
ta_names=("Aries Cloud Agent Python" "Aries Framework JavaScript" "Findy Agent" "AriesVCX")
ta_shortnames=("ACA-Py" "AFJ" "Findy" "VCX")
ta_scopes=("AIP 1, 2" "AIP 1" "AIP 1" "AIP 1")
ta_exceptions=("None" "Revocation" "Credential Exchange" "Revocation")
ta_tlas=("acapy" "javascript" "aries-vcx")
ta_names=("Aries Cloud Agent Python" "Aries Framework JavaScript" "AriesVCX")
ta_shortnames=("ACA-Py" "AFJ" "VCX")
ta_scopes=("AIP 1, 2" "AIP 1" "AIP 1")
ta_exceptions=("None" "Revocation" "Revocation")
ta_urls=(https://github.com/hyperledger/aries-cloudagent-python \
https://github.com/hyperledger/aries-framework-javascript \
https://github.com/findy-network/findy-agent \
https://github.com/hyperledger/aries-vcx)
workflows=".github/workflows/test-harness-*"

Expand Down

0 comments on commit 039ee18

Please sign in to comment.