Fix import order

This commit is contained in:
Emmanuel Vilsbol 2021-04-25 23:06:18 +02:00
parent 798fb1f488
commit 8d5e60a567

View File

@ -1,4 +1,4 @@
import { StdFee, MultisigThresholdPubkey, pubkeyToAddress } from "@cosmjs/amino";
import { MultisigThresholdPubkey, pubkeyToAddress, StdFee } from "@cosmjs/amino";
import { Bech32 } from "@cosmjs/encoding";
import { encodePubkey } from "@cosmjs/proto-signing";
import Long from "long";