cosmwasm-stargate: Use CosmosFeeTable from stargate

This commit is contained in:
willclarktech 2021-03-24 17:32:48 +01:00
parent 386627138d
commit 9fa7cd6ffc
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -13,7 +13,6 @@ import {
} from "@cosmjs/cosmwasm-launchpad";
import { sha256 } from "@cosmjs/crypto";
import { fromBase64, toHex, toUtf8 } from "@cosmjs/encoding";
import { CosmosFeeTable } from "@cosmjs/launchpad";
import { Int53, Uint53 } from "@cosmjs/math";
import {
EncodeObject,
@ -30,6 +29,7 @@ import {
BroadcastTxResponse,
buildFeeTable,
Coin,
CosmosFeeTable,
defaultRegistryTypes,
GasLimits,
GasPrice,