diff --git a/src/client/src/context/TradingContext.tsx b/src/client/src/context/TradingContext.tsx index 00af099e..825cba0f 100644 --- a/src/client/src/context/TradingContext.tsx +++ b/src/client/src/context/TradingContext.tsx @@ -41,7 +41,7 @@ type TradingAction = const initialState: TradingState = { selectedAsset: null, - txType: TapTransactionType.Sale, + txType: TapTransactionType.Purchase, selectedOffer: null, };