Fix import order
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user