Skip to content

Commit

Permalink
change endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-ryan committed Jan 17, 2025
1 parent 2280d9d commit 4b84c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/config/constants/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export const STABLESWAP_SUBGRAPHS_URLS = {

export const TRADING_REWARD_API = 'https://trading-reward.pancakeswap.com/api/v1'

export const X_API_ENDPOINT = process.env.NEXT_PUBLIC_QUOTING_API
export const X_API_ENDPOINT = 'https://sgp1.test.x.pancakeswap.com'
// export const X_API_ENDPOINT = process.env.NEXT_PUBLIC_QUOTING_API

export const QUOTING_API_PREFIX = `${X_API_ENDPOINT}/order-price`

Expand Down

0 comments on commit 4b84c90

Please sign in to comment.