Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-25 19:06:21 +04:00
parent ff5df41d6a
commit 1626270ae9
17 changed files with 118 additions and 2 deletions

View file

@ -219,6 +219,8 @@ data object Wallet2CardConfig : CardConfig {
Blockchain.PlasmaTestnet -> EllipticCurve.Secp256k1
Blockchain.Monad -> EllipticCurve.Secp256k1
Blockchain.MonadTestnet -> EllipticCurve.Secp256k1
Blockchain.Berachain -> EllipticCurve.Secp256k1
Blockchain.BerachainTestnet -> EllipticCurve.Secp256k1
}
}
}

View file

@ -175,6 +175,8 @@ class Wallet2CardConfigTest {
Blockchain.PlasmaTestnet to EllipticCurve.Secp256k1,
Blockchain.Monad to EllipticCurve.Secp256k1,
Blockchain.MonadTestnet to EllipticCurve.Secp256k1,
Blockchain.Berachain to EllipticCurve.Secp256k1,
Blockchain.BerachainTestnet to EllipticCurve.Secp256k1,
)
@Test