Skip to content

Commit

Permalink
Merge pull request #846 from CrypticaScriptura/mkd-bills
Browse files Browse the repository at this point in the history
add MKD bills
  • Loading branch information
RafaelTaranto authored Sep 27, 2022
2 parents 58ce0b4 + fa65e4b commit 12cceec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/f56/bills.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,20 @@ module.exports = {
},
polymer: false
},
MKD: {
thickness: 0x0c,
lengths: {
10: [0x91, 0x87],
50: [0x94, 0x8a],
100: [0x97, 0x8d],
200: [0x95, 0x8b],
500: [0x9a, 0x90],
1000: [0x9d, 0x93],
2000: [0x9d, 0x93],
5000: [0xa0, 0x96]
},
polymer: true
},
MXN: {
thickness: 0x0c,
lengths: {
Expand Down

0 comments on commit 12cceec

Please sign in to comment.