Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-05 20:34:10 +04:00
parent 74accc90c9
commit b6777bbb7a
16 changed files with 1 additions and 117 deletions

View file

@ -219,8 +219,6 @@ 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,8 +175,6 @@ 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