mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Migrate demo-staking to @cosmwasm/cosmwasm and @cosmwasm/sdk38
This commit is contained in:
parent
ec9bae9028
commit
948d24aef7
@ -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",
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user