Skip to content

Commit

Permalink
fix: fix meso env
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Jul 18, 2024
1 parent 442896d commit 8f81e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8f81e00

Please sign in to comment.