Updated on 2026-08-14
This commit is contained in:
parent
de34f96aae
commit
b24b3b457b
2 changed files with 6 additions and 6 deletions
|
|
@ -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")
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue