update default

This commit is contained in:
tjs 2023-09-16 13:53:06 -04:00
parent 750984b713
commit 7693b06465
2 changed files with 2 additions and 2 deletions

View File

@ -377,7 +377,7 @@ const mangoStore = create<MangoStore>()(
priorityFee: DEFAULT_PRIORITY_FEE,
prependedGlobalAdditionalInstructions: [],
selectedMarket: {
name: 'SOL/USDC',
name: 'SOL-PERP',
current: undefined,
fills: [],
bidsAccount: undefined,

View File

@ -94,7 +94,7 @@ export const MANGO_DATA_API_URL = 'https://api.mngo.cloud/data/v4'
export const MANGO_DATA_OPENBOOK_URL = 'https://api.mngo.cloud/openbook/v1'
export const DEFAULT_MARKET_NAME = 'SOL/USDC'
export const DEFAULT_MARKET_NAME = 'SOL-PERP'
export const MIN_SOL_BALANCE = 0.001