Skip to content

Commit

Permalink
feat: add dipProvider pallet for DID extrinsic signing (#764)
Browse files Browse the repository at this point in the history
Add dipProvider pallet for DID extrinsic signing
  • Loading branch information
ntn-x2 committed Dec 13, 2023
1 parent 647a3c3 commit b847fb1
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 b847fb1

Please sign in to comment.