Update packages/stargate/src/stargateclient.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
This commit is contained in:
Milan Steiner
2022-04-13 12:43:24 +02:00
committed by GitHub
co-authored by Simon Warta
parent f63ff26acd
commit 5d299476ba
+1 -2
View File
@@ -1,7 +1,6 @@
/* eslint-disable @typescript-eslint/naming-convention */
import { toHex } from "@cosmjs/encoding";
import { Uint53 } from "@cosmjs/math";
import { Decimal } from "@cosmjs/math";
import { Decimal, Uint53 } from "@cosmjs/math";
import { HttpEndpoint, Tendermint34Client, toRfc3339WithNanoseconds } from "@cosmjs/tendermint-rpc";
import { assert, sleep } from "@cosmjs/utils";
import { MsgData } from "cosmjs-types/cosmos/base/abci/v1beta1/abci";