We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d70a40 commit c9d8947Copy full SHA for c9d8947
wormhole-connect/src/hooks/useRoutesQuotesBulk.ts
@@ -34,7 +34,7 @@ type HookReturn = {
34
const QUOTE_REFRESH_INTERVAL = 20_000;
35
const MAYAN_BETA_PROTOCOL_LIMITS = {
36
MCTP: 10_000,
37
- SHUTTLE: 500,
+ SHUTTLE: 2000,
38
};
39
40
const useRoutesQuotesBulk = (routes: string[], params: Params): HookReturn => {
0 commit comments