Skip to content

Commit

Permalink
chore: api instead of staging
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlilley committed Aug 2, 2024
1 parent 8aa8162 commit 32d346c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/test/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const baseURL = `http://localhost:${PORT}`
const config: PlaywrightTestConfig = {
quiet: !!process.env.CI,
testMatch: [
'pool.test.ts',
// 'pool.test.ts',
'simple.test.ts',
// 'smart.test.ts',
// 'cross-chain.test.ts',
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query/src/hooks/trade/useTrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { tradeValidator02 } from './validator02'
export const TRADE_API_BASE_URL =
process.env['API_BASE_URL'] ||
process.env['NEXT_PUBLIC_API_BASE_URL'] ||
'https://staging.sushi.com/swap'
'https://api.sushi.com/swap'

export function getTradeQueryApiVersion(chainId: ChainId) {
if (isRouteProcessor4ChainId(chainId)) {
Expand Down

0 comments on commit 32d346c

Please sign in to comment.