Skip to content

Commit

Permalink
Merge branch 'feat/sdk-syn-intents' into staging/syn-intents
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Feb 4, 2025
2 parents b9422d0 + d34a59a commit fd29290
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 = 5000
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 fd29290

Please sign in to comment.