Skip to content

Commit

Permalink
devop: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Aug 5, 2024
1 parent 65927c8 commit 51a6559
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/extension/src/providers/solana/ui/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { ToTokenData } from "@/ui/action/types/token";
import { EnkryptAccount } from "@enkryptcom/types";
import { GasFeeInfo, GasPriceTypes } from "@/providers/common/types";
import { SolanaNetwork } from "../types/sol-network";
import { NFTItemWithCollectionName } from "@/types/nft";

export interface SendTransactionDataType {
Expand All @@ -20,4 +18,5 @@ export interface VerifyTransactionParams {
toToken: ToTokenData;
gasFee: GasFeeInfo;
gasPriceType: GasPriceTypes;
TxInfo: string;
}

0 comments on commit 51a6559

Please sign in to comment.