From 1d7323a09df39b7024dcc1fd9e6af2cdddd8c8f7 Mon Sep 17 00:00:00 2001 From: ChiTimesChi <88190723+ChiTimesChi@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:43:11 +0000 Subject: [PATCH] docs: remove API_TIMEOUT docs for easier merging into staging branch --- packages/sdk-router/src/rfq/api.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/sdk-router/src/rfq/api.ts b/packages/sdk-router/src/rfq/api.ts index d13d28c763..560924b479 100644 --- a/packages/sdk-router/src/rfq/api.ts +++ b/packages/sdk-router/src/rfq/api.ts @@ -8,10 +8,6 @@ import { } from './quote' const API_URL = 'https://rfq-api.omnirpc.io' - -/** - * The timeout duration for API requests in milliseconds. If a request takes longer than this, it will be aborted. - */ const API_TIMEOUT = 2000 /**