Skip to content

Commit 277ccc2

Browse files
committed
chore: fix intermediateTokensTtl
1 parent fc01fe4 commit 277ccc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bridging/src/BridgingSdk/BridgingSdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { createBridgeRequestTimeoutPromise } from './utils'
2323
// Default cache configuration
2424
const DEFAULT_CACHE_CONFIG: BridgingSdkCacheConfig = {
2525
enabled: true,
26-
intermediateTokensTtl: 5 * 60 * 1000, // 5 minutes
26+
intermediateTokensTtl: 5 * 60 * 1000, // 2 minutes
2727
buyTokensTtl: 2 * 60 * 1000, // 2 minutes
2828
}
2929

0 commit comments

Comments
 (0)