From a8c9f5404b3391ec954e8e8708976540bfa4e8bc Mon Sep 17 00:00:00 2001 From: Alexander Burkut Date: Thu, 19 Dec 2024 17:56:33 +0300 Subject: [PATCH] Update src/types.ts Co-authored-by: monokh --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index aeb393207..91c855043 100644 --- a/src/types.ts +++ b/src/types.ts @@ -312,7 +312,7 @@ export type Config = { uniswapV3EventLoggingSampleRate?: number; swaapV2AuthToken?: string; dexalotAuthToken?: string; - bebopAuthName: string; + bebopAuthName?: string; bebopAuthToken?: string; idleDaoAuthToken?: string; forceRpcFallbackDexs: string[];