From 8f81e009daf55675311d8465b235d192f2fda764 Mon Sep 17 00:00:00 2001 From: chambaz Date: Wed, 17 Jul 2024 21:41:52 -0400 Subject: [PATCH] fix: fix meso env --- .../src/components/common/Wallet/components/WalletOnramp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/marginfi-v2-ui/src/components/common/Wallet/components/WalletOnramp.tsx b/apps/marginfi-v2-ui/src/components/common/Wallet/components/WalletOnramp.tsx index 19ca2a2a31..594f670883 100644 --- a/apps/marginfi-v2-ui/src/components/common/Wallet/components/WalletOnramp.tsx +++ b/apps/marginfi-v2-ui/src/components/common/Wallet/components/WalletOnramp.tsx @@ -59,7 +59,7 @@ export const WalletOnramp = ({ showAmountBackButton = true }: WalletOnrampProps) const transfer = inlineTransfer({ container: "#outlet", partnerId: "marginfi", - environment: Environment.SANDBOX, + environment: Environment.PRODUCTION, sourceAmount: amount.toString() as any, sourceAsset: "USD", authenticationStrategy: AuthenticationStrategy.BYPASS_WALLET_VERIFICATION,