chore: use generated types from vega protos - fix after conflicts resolving

This commit is contained in:
maciek
2023-06-18 22:29:02 +02:00
parent 8ae9609022
commit a985bb4876
@@ -3,9 +3,7 @@ import type { DealTicketOrderSubmission } from '@vegaprotocol/wallet';
import { useEstimateFeesQuery } from './__generated__/EstimateOrder';
export const useEstimateFees = (
order?: DealTicketOrderSubmission
) => {
export const useEstimateFees = (order?: DealTicketOrderSubmission) => {
const { pubKey } = useVegaWallet();
const { data } = useEstimateFeesQuery({