Skip to content

Commit

Permalink
Add Candy Prod as read-only to the ledger list (#211)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas <[email protected]>
  • Loading branch information
loneil authored May 8, 2024
1 parent 2dd53cd commit 4521385
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm-values/traction/values-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ acapy:
genesis_url: "http://test.bcovrin.vonx.io/genesis"
endorser_did: "DfQetNSm7gGEHuzfUvpfPn"
endorser_alias: "bcovrin-test-endorser"
- id: candy-prod
is_production: true
is_write: false
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/prod/pool_transactions_genesis"
plugin-config.yml:
traction_innkeeper:
innkeeper_wallet:
Expand Down
4 changes: 4 additions & 0 deletions helm-values/traction/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ acapy:
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/test/pool_transactions_genesis"
endorser_did: "8pcyugH47GpPocmz9AxxDF"
endorser_alias: "candy-test-endorser"
- id: candy-prod
is_production: true
is_write: false
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/prod/pool_transactions_genesis"
- id: sovrin-testnet
is_production: true
is_write: true
Expand Down

0 comments on commit 4521385

Please sign in to comment.