Use @cosmjs/utils in this project

This commit is contained in:
Simon Warta
2020-06-09 17:45:48 +02:00
parent e582313b17
commit 4cca97651b
18 changed files with 17 additions and 22 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ export function main(originalArgs: readonly string[]): void {
"Uint64",
],
],
["@iov/utils", ["assert", "sleep"]],
["@cosmjs/utils", ["assert", "sleep"]],
]);
console.info(colors.green("Initializing session for you. Have fun!"));