From 948d24aef7c316e70c66c50d4b0fd7140f6d241e Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 2 Jun 2020 13:50:01 +0200 Subject: [PATCH] Migrate demo-staking to @cosmwasm/cosmwasm and @cosmwasm/sdk38 --- packages/demo-staking/package.json | 3 ++- packages/demo-staking/src/index.spec.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/demo-staking/package.json b/packages/demo-staking/package.json index 4ea57d572f..4d50ff0823 100644 --- a/packages/demo-staking/package.json +++ b/packages/demo-staking/package.json @@ -34,7 +34,8 @@ "pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js" }, "dependencies": { - "@cosmwasm/sdk": "^0.8.0", + "@cosmwasm/cosmwasm": "^0.8.0", + "@cosmwasm/sdk38": "^0.8.0", "@iov/crypto": "^2.1.0", "@iov/encoding": "^2.1.0", "@iov/stream": "^2.0.2", diff --git a/packages/demo-staking/src/index.spec.ts b/packages/demo-staking/src/index.spec.ts index 23a86ad3e7..1328918f83 100644 --- a/packages/demo-staking/src/index.spec.ts +++ b/packages/demo-staking/src/index.spec.ts @@ -1,5 +1,6 @@ /* eslint-disable @typescript-eslint/camelcase */ -import { Coin, coins, makeCosmoshubPath, Secp256k1Pen, SigningCosmWasmClient } from "@cosmwasm/sdk"; +import { SigningCosmWasmClient } from "@cosmwasm/cosmwasm"; +import { Coin, coins, makeCosmoshubPath, Secp256k1Pen } from "@cosmwasm/sdk38"; import { BalanceResponse,