We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc01fe4 commit 277ccc2Copy full SHA for 277ccc2
packages/bridging/src/BridgingSdk/BridgingSdk.ts
@@ -23,7 +23,7 @@ import { createBridgeRequestTimeoutPromise } from './utils'
23
// Default cache configuration
24
const DEFAULT_CACHE_CONFIG: BridgingSdkCacheConfig = {
25
enabled: true,
26
- intermediateTokensTtl: 5 * 60 * 1000, // 5 minutes
+ intermediateTokensTtl: 5 * 60 * 1000, // 2 minutes
27
buyTokensTtl: 2 * 60 * 1000, // 2 minutes
28
}
29
0 commit comments