Update cosmwasm-launchpad dependencies

This commit is contained in:
willclarktech
2020-12-15 16:50:07 +00:00
parent ea03958398
commit cc9d7b29d7
9 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
"!**/testdata/"
],
"dependencies": {
"@cosmjs/cosmwasm": "^0.24.0-alpha.10",
"@cosmjs/cosmwasm-launchpad": "^0.24.0-alpha.10",
"@cosmjs/crypto": "^0.24.0-alpha.10",
"@cosmjs/encoding": "^0.24.0-alpha.10",
"@cosmjs/faucet-client": "^0.24.0-alpha.10",
+1 -1
View File
@@ -37,7 +37,7 @@ export async function main(originalArgs: readonly string[]): Promise<void> {
const imports = new Map<string, readonly string[]>([
[
"@cosmjs/cosmwasm",
"@cosmjs/cosmwasm-launchpad",
[
// cosmwasmclient
"Account",