Skip to content

Commit

Permalink
feat: default to btc (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo authored Dec 17, 2024
1 parent 66ded40 commit dec9a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/markets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const MARKET_FILTER_OPTIONS: Record<
},
};

export const DEFAULT_MARKETID = 'ETH-USD';
export const DEFAULT_MARKETID = 'BTC-USD';
export const DEFAULT_QUOTE_ASSET = 'USD';

export enum FundingDirection {
Expand Down

0 comments on commit dec9a11

Please sign in to comment.