Skip to content

Commit

Permalink
fix(cli): update default CLI config to account for renamed class (#919)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: ProfileDiscoveryProvider has been renamed to DataStoreDiscoveryProvider in #597. Please update your config accordingly
  • Loading branch information
mirceanis authored Jun 7, 2022
1 parent 180af51 commit d66c366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/default/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ didDiscovery:
$args:
- providers:
- $require: '@veramo/did-manager#AliasDiscoveryProvider'
- $require: '@veramo/data-store#ProfileDiscoveryProvider'
- $require: '@veramo/data-store#DataStoreDiscoveryProvider'

# W3C credentialPlugin
credentialIssuerLD:
Expand Down

0 comments on commit d66c366

Please sign in to comment.