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
@@ -41,8 +41,8 @@
"@cosmjs/cosmwasm": "^0.8.0",
"@cosmjs/crypto": "^0.8.0",
"@cosmjs/sdk38": "^0.8.0",
"@cosmjs/utils": "^0.8.0",
"@iov/encoding": "^2.3.2",
"@iov/utils": "^2.3.2",
"axios": "^0.19.2",
"babylon": "^6.18.0",
"colors": "^1.3.3",
+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!"));