Skip to content

Commit c9d8947

Browse files
committed
Bump Shuttle limit to 2k
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
1 parent 8d70a40 commit c9d8947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wormhole-connect/src/hooks/useRoutesQuotesBulk.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type HookReturn = {
3434
const QUOTE_REFRESH_INTERVAL = 20_000;
3535
const MAYAN_BETA_PROTOCOL_LIMITS = {
3636
MCTP: 10_000,
37-
SHUTTLE: 500,
37+
SHUTTLE: 2000,
3838
};
3939

4040
const useRoutesQuotesBulk = (routes: string[], params: Params): HookReturn => {

0 commit comments

Comments
 (0)