From 9fa7cd6ffc93980fcc72fb54dd0d2236c586fadb Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 24 Mar 2021 17:32:48 +0100 Subject: [PATCH] cosmwasm-stargate: Use CosmosFeeTable from stargate --- packages/cosmwasm-stargate/src/signingcosmwasmclient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cosmwasm-stargate/src/signingcosmwasmclient.ts b/packages/cosmwasm-stargate/src/signingcosmwasmclient.ts index 16da8341..dcb84e5b 100644 --- a/packages/cosmwasm-stargate/src/signingcosmwasmclient.ts +++ b/packages/cosmwasm-stargate/src/signingcosmwasmclient.ts @@ -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,