Skip to content

Commit

Permalink
Update src/tests/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Adler <[email protected]>
  • Loading branch information
Dudleyneedham and arty-name authored Sep 6, 2023
1 parent b20e4bf commit 9dcba1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export async function fundAccount(address: KiltKeyringPair['address'], amount: B
}

export async function keypairs(mnemonic: string) {
const authentication = Utils.Crypto.makeKeypairFromUri(mnemonic, 'ed25519')
const authentication = Utils.Crypto.makeKeypairFromUri(mnemonic)

const assertionMethod = Utils.Crypto.makeKeypairFromUri(mnemonic, 'ed25519')
const assertionMethod = Utils.Crypto.makeKeypairFromUri(mnemonic)

const keyAgreement = Utils.Crypto.makeEncryptionKeypairFromSeed(Utils.Crypto.mnemonicToMiniSecret(mnemonic))

Expand Down

0 comments on commit 9dcba1a

Please sign in to comment.