Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-24 10:04:41 +07:00
parent 8af3e349a7
commit 3cdfcb6ebc
13 changed files with 149 additions and 37 deletions

View file

@ -186,6 +186,7 @@ internal class WcPairModel @Inject constructor(
WcSessionApprove(
wallet = selectedUserWalletFlow.value,
network = enabledAvailableNetworks + proposalNetwork.required,
account = null, // todo account
),
)
}