Skip to content

Commit

Permalink
bump mayan limit to 10k (wormhole-foundation#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Sep 11, 2024
1 parent c1716b7 commit 8770d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wormhole-connect/src/hooks/useRoutesQuotesBulk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type HookReturn = {
isFetching: boolean;
};

const MAYAN_SWIFT_LIMIT = 1000; // USD
const MAYAN_SWIFT_LIMIT = 10_000; // USD

const useRoutesQuotesBulk = (routes: string[], params: Params): HookReturn => {
const [isFetching, setIsFetching] = useState(false);
Expand Down

0 comments on commit 8770d64

Please sign in to comment.