Skip to content

Commit

Permalink
Add dipProvider pallet for DID extrinsic signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Jun 15, 2023
1 parent 569b078 commit 7827ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/did/src/DidDetails/FullDidDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const methodMapping: Record<string, VerificationKeyRelationship | undefined> = {
'did.submitDidCall': undefined,
didLookup: 'authentication',
publicCredentials: 'assertionMethod',
dipProvider: 'authentication',
web3Names: 'authentication',
}

Expand Down

0 comments on commit 7827ec9

Please sign in to comment.