Merge pull request #1522 from CrypticaScriptura/add-crc-fiat-support

LAM-845 chore: add CRC fiat support
This commit is contained in:
Rafael Taranto 2023-02-22 18:46:59 +00:00 committed by GitHub
commit a73eeee6f4

View file

@ -94,6 +94,18 @@ export default {
},
polymer: false
},
CRC: {
thickness: 0x0d,
lengths: {
1000: [0x82, 0x78],
2000: [0x89, 0x7f],
5000: [0x90, 0x86],
10000: [0x97, 0x8d],
20000: [0x9e, 0x94],
50000: [0xaa, 0x96]
},
polymer: true
},
CZK: {
thickness: 0x0c,
lengths: {