From 7e565d4c5b1f9701f0d73c4a46921ad6c3e91625 Mon Sep 17 00:00:00 2001 From: yuli-ferna Date: Fri, 26 Jul 2024 13:44:55 -0400 Subject: [PATCH] Change max amount config --- apps/connect/src/env/common.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/connect/src/env/common.ts b/apps/connect/src/env/common.ts index b94cda1f3..fd1e67ed5 100644 --- a/apps/connect/src/env/common.ts +++ b/apps/connect/src/env/common.ts @@ -54,6 +54,9 @@ export const wormholeConnectConfigCommon: Partial = { env: envVars.VITE_APP_CLUSTER || "testnet", rpcs: {}, showHamburgerMenu: false, + ethBridgeMaxAmount: 10000000, + wstETHBridgeMaxAmount: 10000000, + usdtBridgeMaxAmount: 10000000, explorer: { href: `https://wormholescan.io/#/txs?address={:address}&network=${envVars.VITE_APP_CLUSTER || "testnet"}`, },