diff --git a/docker/agent/config/ledgers.yaml b/docker/agent/config/ledgers.yaml index 3ca1f0d3..de607514 100644 --- a/docker/agent/config/ledgers.yaml +++ b/docker/agent/config/ledgers.yaml @@ -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 @@ -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"