Skip to content

Commit

Permalink
fix: decrease eth max to spend
Browse files Browse the repository at this point in the history
  • Loading branch information
leoslr committed Oct 24, 2023
1 parent bc6f32a commit d269648
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const conversionPaymentSettings: IConversionPaymentSettings = {

const ethConversionPaymentSettings: IConversionPaymentSettings = {
currency: nativeCurrency,
maxToSpend: '1000000000000000000000',
maxToSpend: '200000000000000000000',
currencyManager: currencyManager,
};

Expand Down

0 comments on commit d269648

Please sign in to comment.