Updated on 2026-08-14

This commit is contained in:
Tangem 2020-03-30 20:28:42 +03:00
parent de34f96aae
commit b24b3b457b
2 changed files with 6 additions and 6 deletions

View file

@ -86,8 +86,8 @@ internal class Helper {
companion object {
fun listOfCurves(): List<KeyValue> {
return mutableListOf(
KeyValue("secp256k1", "secp256k1"),
KeyValue("ed25519", "ed25519")
KeyValue("Secp256k1", "Secp256k1"),
KeyValue("Ed25519", "Ed25519")
)
}

View file

@ -226,7 +226,7 @@ class PersonalizeConfigConverter {
val cardData = CardData(
blockchainName = applyConfig.blockchain,
batchId = applyConfig.series,
batchId = applyConfig.cardData.batch,
productMask = productMask,
tokenSymbol = tokenSymbol,
tokenContractAddress = tokenContractAddress,
@ -245,9 +245,9 @@ class PersonalizeConfigConverter {
return CardConfig(
"Tangem",
"MyHomeLts",
"HS",
0,
"Tangem Test",
applyConfig.series,
applyConfig.startNumber,
1000,
applyConfig.PIN,
applyConfig.PIN2,