Skip to content

Commit

Permalink
feat: increase minimum buy amount to 40
Browse files Browse the repository at this point in the history
  • Loading branch information
bigearsenal committed Jan 5, 2024
1 parent 0cc08f9 commit 1399d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p_wallet/Scenes/Main/Buy/BuyViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ final class BuyViewModel: ObservableObject {
private var tokenPrices: [Fiat: [String: Double?]] = [:]

// Defaults
private static let defaultMinAmount = Double(30)
private static let defaultMinAmount = Double(40)
private static let defaultMaxAmount = Double(10000)
private static let tokens: [TokenMetadata] = [.usdc, .nativeSolana]
private static let fiats: [Fiat] = [.eur, .gbp, .usd]
Expand Down

0 comments on commit 1399d9a

Please sign in to comment.