Skip to content

Commit

Permalink
Merge pull request #590 from esune/feat/add-candy-prod
Browse files Browse the repository at this point in the history
Add CANdy prod ledger to local Docker environment
  • Loading branch information
esune authored Jul 26, 2024
2 parents a6a4936 + b87e525 commit eb7dfc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/agent/config/ledgers.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- id: BCovrinTest
is_production: true
is_write: true
genesis_url: "http://test.bcovrin.vonx.io/genesis"
# - id: SovrinStagingNet
# is_production: true
Expand All @@ -9,5 +10,7 @@
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/dev/pool_transactions_genesis"
- id: CANdyTest
is_production: true
is_write: true
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/test/pool_transactions_genesis"
- id: CANdyProd
is_production: true
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/prod/pool_transactions_genesis"

0 comments on commit eb7dfc3

Please sign in to comment.