Skip to content

Commit

Permalink
🩹Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Jun 19, 2024
1 parent 710ae96 commit 3742596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hooks/useSwapNetworkFees.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { calculateSwapFees } from 'functions/getNetworkFees';
import { InterfaceTrade } from 'state/routing/types';
import { InterfaceTrade, TransactionType } from 'state/routing/types';
import { SorobanContextType, useSorobanReact } from '@soroban-react/core';
import useSWRImmutable from 'swr/immutable';
import { useRouterSDK } from 'functions/generateRoute';
Expand Down Expand Up @@ -76,6 +76,7 @@ const useSwapNetworkFees = (trade: InterfaceTrade | undefined, currencies: Curre
},
path: result?.trade.path,
tradeType: TradeType.EXACT_INPUT,
transctionType: TransactionType.SOROBAN
};

return trade;
Expand Down

0 comments on commit 3742596

Please sign in to comment.