Updated on 2026-08-14
This commit is contained in:
parent
f473bfe744
commit
5804e60791
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ class MultiWalletMiddleware {
|
|||
blockchain = Blockchain.Ethereum
|
||||
)?.also { walletManager ->
|
||||
store.dispatch(WalletAction.MultiWallet.AddWalletManagers(walletManager))
|
||||
store.dispatch(WalletAction.MultiWallet.AddBlockchain(walletManager.wallet.blockchain))
|
||||
}
|
||||
scope.launch {
|
||||
val result = walletManager?.addToken(token)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue