Skip to content

Commit

Permalink
chore: remove testing api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
chefjackson committed Jul 6, 2023
1 parent 8c7c5d3 commit d06c67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/views/Swap/MMLinkPools/apis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
MessageType,
} from '../types'

const API_ENDPOINT = `https://test.linked-pool.pancakeswap.com/quote-service` || process.env.NEXT_PUBLIC_MM_API_URL // TODO: remove the test one after test
const API_ENDPOINT = process.env.NEXT_PUBLIC_MM_API_URL

export const getMMOrderBook = async (param: OrderBookRequest): Promise<OrderBookResponse> => {
try {
Expand Down

0 comments on commit d06c67f

Please sign in to comment.