Adapt types imports
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { loadValidators } from "@/context/ChainsContext/helpers";
|
||||
import { toastError, toastSuccess } from "@/lib/utils";
|
||||
import { DbTransactionJsonObj } from "@/types/db";
|
||||
import { MsgTypeUrl, MsgTypeUrls } from "@/types/txMsg";
|
||||
import { EncodeObject } from "@cosmjs/proto-signing";
|
||||
import { Account, calculateFee } from "@cosmjs/stargate";
|
||||
import { assert, sleep } from "@cosmjs/utils";
|
||||
@@ -9,8 +11,6 @@ import { toast } from "sonner";
|
||||
import { useChains } from "../../../context/ChainsContext";
|
||||
import { requestJson } from "../../../lib/request";
|
||||
import { exportMsgToJson, gasOfTx } from "../../../lib/txMsgHelpers";
|
||||
import { DbTransactionJsonObj } from "../../../types";
|
||||
import { MsgTypeUrl, MsgTypeUrls } from "../../../types/txMsg";
|
||||
import Button from "../../inputs/Button";
|
||||
import Input from "../../inputs/Input";
|
||||
import StackableContainer from "../../layout/StackableContainer";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { toastError, toastSuccess } from "@/lib/utils";
|
||||
import { DbSignature, DbTransactionJsonObj } from "@/types/db";
|
||||
import { LoadingStates, SigningStatus } from "@/types/signing";
|
||||
import { MultisigThresholdPubkey, makeCosmoshubPath } from "@cosmjs/amino";
|
||||
import { createWasmAminoConverters, wasmTypes } from "@cosmjs/cosmwasm-stargate";
|
||||
|
||||
Reference in New Issue
Block a user