diff --git a/src/@context/MarketMetadata/index.tsx b/src/@context/MarketMetadata/index.tsx index b0d84c952..0d612e127 100644 --- a/src/@context/MarketMetadata/index.tsx +++ b/src/@context/MarketMetadata/index.tsx @@ -42,7 +42,7 @@ function MarketMetadataProvider({ ), swapApprovedFee: response.data?.opc.swapOceanFee, swapNotApprovedFee: response.data?.opc.swapNonOceanFee - } as unknown as OpcFee) + } as OpcFee) } LoggerInstance.log('[MarketMetadata] Got new data.', { opcFees: opcData,