Updated on 2026-08-14
This commit is contained in:
parent
153ecc8197
commit
fd76b9dccf
1 changed files with 3 additions and 1 deletions
|
|
@ -318,9 +318,11 @@ class WalletConnectMiddleware {
|
|||
} else {
|
||||
blockchain
|
||||
}
|
||||
val derivation = blockchainToMake.derivationPath(store.state.globalState.scanResponse?.card?.derivationStyle)
|
||||
?.rawPath
|
||||
val blockchainNetwork = BlockchainNetwork(
|
||||
blockchain = blockchainToMake,
|
||||
derivationPath = wallet.derivationPath?.rawPath,
|
||||
derivationPath = derivation,
|
||||
tokens = emptyList(),
|
||||
)
|
||||
return walletState.getWalletManager(blockchainNetwork)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue