Skip to content

Commit

Permalink
fix: update default prices for currencies in addresses constant
Browse files Browse the repository at this point in the history
  • Loading branch information
yarre-uk committed Jan 22, 2025
1 parent 99ba47a commit c6def73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ export const currencies = {
address: wSolMint,
decimals: 9,
tips: [0.002, 0.004, 0.02, 0.5],
defaultPrice: 0.003,
defaultPrice: 0.05,
},
usdcMint: {
address: usdcMint,
decimals: 6,
tips: [0.5, 1, 5, 10],
defaultPrice: 0.4,
defaultPrice: 10,
},
usdtMint: {
address: usdtMint,
decimals: 6,
tips: [0.5, 1, 5, 10],
defaultPrice: 0.4,
defaultPrice: 10,
},
};

Expand Down

0 comments on commit c6def73

Please sign in to comment.