diff --git a/packages/demo-staking/package.json b/packages/demo-staking/package.json index 4ea57d57..4d50ff08 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 23a86ad3..1328918f 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,