Updated on 2026-08-14
This commit is contained in:
parent
ff5df41d6a
commit
1626270ae9
17 changed files with 118 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue