Skip to content

Commit

Permalink
type issues
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jun 4, 2024
1 parent d71a591 commit 86f6217
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions snippets/current/src/set-up-cheqd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ const ed25519PublicKeyBase58 = key.publicKeyBase58
await agent.dids.create<CheqdDidCreateOptions>({
method: 'cheqd',
secret: {},
options: {
network: 'testnet',
},
options: {},
didDocument: new DidDocument({
id: 'did:cheqd:testnet:92874297-d824-40ea-8ae5-364a1ec9237d',
controller: ['did:cheqd:testnet:92874297-d824-40ea-8ae5-364a1ec9237d'],
Expand Down

0 comments on commit 86f6217

Please sign in to comment.