Skip to content

Commit

Permalink
feat: increse RFQ API timeouts [REVERT LATER]
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Feb 4, 2025
1 parent 4989998 commit d34a59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk-router/src/rfq/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import {
import { logger } from '../utils/logger'

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

/**
* The expiration window for active quotes in milliseconds to be used by the RFQ API.
* Relayers will have to respond with a quote within this time window.
*/
const EXPIRATION_WINDOW = 1000
const EXPIRATION_WINDOW = 5000

export type PutRFQRequestAPI = {
// TODO: make integrator_id required
Expand Down

0 comments on commit d34a59a

Please sign in to comment.