Updated on 2026-08-14
This commit is contained in:
parent
bb541e6a3f
commit
e63b1eac67
11 changed files with 22 additions and 2 deletions
|
|
@ -196,6 +196,8 @@ data object Wallet2CardConfig : CardConfig {
|
|||
Blockchain.BitrockTestnet -> EllipticCurve.Secp256k1
|
||||
Blockchain.Sonic -> EllipticCurve.Secp256k1
|
||||
Blockchain.SonicTestnet -> EllipticCurve.Secp256k1
|
||||
Blockchain.ApeChain -> EllipticCurve.Secp256k1
|
||||
Blockchain.ApeChainTestnet -> EllipticCurve.Secp256k1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -153,6 +153,8 @@ class Wallet2CardConfigTest {
|
|||
Blockchain.BitrockTestnet to EllipticCurve.Secp256k1,
|
||||
Blockchain.Sonic to EllipticCurve.Secp256k1,
|
||||
Blockchain.SonicTestnet to EllipticCurve.Secp256k1,
|
||||
Blockchain.ApeChain to EllipticCurve.Secp256k1,
|
||||
Blockchain.ApeChainTestnet to EllipticCurve.Secp256k1,
|
||||
)
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue