cli: Update for amino/launchpad refactor

This commit is contained in:
willclarktech
2021-03-25 11:00:09 +01:00
parent 2e8016c81b
commit dda02bc80f
4 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export async function main(originalArgs: readonly string[]): Promise<void> {
Secp256k1HdWallet,
Secp256k1Wallet,
StdFee,
} from "@cosmjs/launchpad";
} from "@cosmjs/amino";
import { Decimal } from "@cosmjs/math";
import { assert, arrayContentEquals, sleep } from "@cosmjs/utils";