Migrate demo-staking to @cosmwasm/cosmwasm and @cosmwasm/sdk38

This commit is contained in:
Simon Warta 2020-06-02 13:50:01 +02:00
parent ec9bae9028
commit 948d24aef7
2 changed files with 4 additions and 2 deletions

View File

@ -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",

View File

@ -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,