Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-21 16:39:34 +04:00
parent ba08d91950
commit da5b015098
13 changed files with 57 additions and 1 deletions

View file

@ -215,6 +215,8 @@ data object Wallet2CardConfig : CardConfig {
Blockchain.Linea -> EllipticCurve.Secp256k1
Blockchain.LineaTestnet -> EllipticCurve.Secp256k1
Blockchain.ArbitrumNova -> EllipticCurve.Secp256k1
Blockchain.Plasma -> EllipticCurve.Secp256k1
Blockchain.PlasmaTestnet -> EllipticCurve.Secp256k1
}
}
}

View file

@ -171,6 +171,8 @@ class Wallet2CardConfigTest {
Blockchain.Linea to EllipticCurve.Secp256k1,
Blockchain.LineaTestnet to EllipticCurve.Secp256k1,
Blockchain.ArbitrumNova to EllipticCurve.Secp256k1,
Blockchain.Plasma to EllipticCurve.Secp256k1,
Blockchain.PlasmaTestnet to EllipticCurve.Secp256k1,
)
@Test