Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: feat/pcsx jan 10 orbs #11135

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Loading