Skip to content

Commit

Permalink
chore: add TRY for cash-out
Browse files Browse the repository at this point in the history
  • Loading branch information
CrypticaScriptura authored and RafaelTaranto committed Nov 29, 2024
1 parent 2ecfdce commit 961bad5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions new-lamassu-admin/src/utils/bill-denominations.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,18 @@ export default {
},
polymer: false
},
TRY: {
thickness: 0x0d,
lengths: {
5: [0x87, 0x7d],
10: [0x8d, 0x83],
20: [0x93, 0x89],
50: [0x99, 0x8f],
100: [0x9f, 0x95],
200: [0xa5, 0x9b]
},
polymer: false
},
TWD: {
thickness: 0x0d,
lengths: {
Expand Down

0 comments on commit 961bad5

Please sign in to comment.