Skip to content

Commit

Permalink
chore: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yarre-uk committed Jan 28, 2025
1 parent f318b23 commit f42201c
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.01, 0.05, 0.1, 0.5],
defaultPrice: 0.05,
defaultPrice: 0.003,
},
usdcMint: {
address: usdcMint,
decimals: 6,
tips: [5, 10, 20, 100],
defaultPrice: 10,
defaultPrice: 1,
},
usdtMint: {
address: usdtMint,
decimals: 6,
tips: [5, 10, 20, 100],
defaultPrice: 10,
defaultPrice: 1,
},
};

Expand Down

0 comments on commit f42201c

Please sign in to comment.