chore: default to buy side order form

This commit is contained in:
Anthony Potdevin 2026-04-29 13:03:17 -06:00
parent 87d56852e4
commit 3b110fc77e
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457

View file

@ -41,7 +41,7 @@ type TradingAction =
const initialState: TradingState = {
selectedAsset: null,
txType: TapTransactionType.Sale,
txType: TapTransactionType.Purchase,
selectedOffer: null,
};