Skip to content

Commit

Permalink
Fix demo/welcome-developer (#216)
Browse files Browse the repository at this point in the history
Signed-off-by: Adi Bhagavath <adibhagawath@gmail.com>
  • Loading branch information
adi-a11y authored Apr 30, 2024
1 parent 154cc52 commit b4a3392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/src/welcome-developer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function main() {

const authorIdentity = Cord.Utils.Crypto.makeKeypairFromUri(
authorAnchorUri,
"ed25519"
"sr25519"
);

await addNetworkMember(authorityAuthorIdentity, authorIdentity.address);
Expand All @@ -56,7 +56,7 @@ async function main() {
);
const issuerKeys = Cord.Utils.Keys.generateKeypairs(
issuerMnemonic,
"ed25519"
"sr25519"
);

const { mnemonic: delegateTwoMnemonic, document: delegateTwoDid } =
Expand Down

0 comments on commit b4a3392

Please sign in to comment.