Skip to content

Commit

Permalink
feat: use staging API URL [REVERT IN PROD]
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Dec 4, 2024
1 parent 2182bb8 commit ed870e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-router/src/rfq/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
unmarshallFastBridgeQuote,
} from './quote'

const API_URL = 'https://rfq-api.omnirpc.io'
const API_URL = 'rfq-api-stage.omnirpc.io'
const API_TIMEOUT = 2000

const fetchWithTimeout = async (
Expand Down

0 comments on commit ed870e1

Please sign in to comment.