Skip to content

Commit

Permalink
currencies: add thai baht
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinbhardwaj committed Oct 11, 2024
1 parent 8da8ce3 commit 718ea28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/daimo-common/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const currencyRateUSD: CurrencyExchangeRate = {

const data: [string, string, string, number][] = [
["Euro", "€", "EUR", 2],
["Thai Baht", "฿", "THB", 2],
["Argentine Peso", "ARS", "ARS", 0],
["Bolivian Boliviano", "$Bs", "BOB", 0],
["Turkish Lira", "₺", "TRY", 0],
Expand Down

0 comments on commit 718ea28

Please sign in to comment.