Use @cosmjs/crypto in this project

This commit is contained in:
Simon Warta
2020-06-09 17:39:36 +02:00
parent 3bf3f45677
commit 92417373cd
26 changed files with 41 additions and 41 deletions
+16 -16
View File
@@ -59,6 +59,22 @@ export function main(originalArgs: readonly string[]): void {
"UploadResult",
],
],
[
"@cosmjs/crypto",
[
"Bip39",
"Ed25519",
"Ed25519Keypair",
"EnglishMnemonic",
"Random",
"Secp256k1",
"Sha256",
"Sha512",
"Slip10",
"Slip10Curve",
"Slip10RawIndex",
],
],
[
"@cosmjs/sdk38",
[
@@ -82,22 +98,6 @@ export function main(originalArgs: readonly string[]): void {
"StdTx",
],
],
[
"@iov/crypto",
[
"Bip39",
"Ed25519",
"Ed25519Keypair",
"EnglishMnemonic",
"Random",
"Secp256k1",
"Sha256",
"Sha512",
"Slip10",
"Slip10Curve",
"Slip10RawIndex",
],
],
[
"@iov/encoding",
[