Updated on 2026-08-14
This commit is contained in:
parent
4a840b127f
commit
ba65a2f344
2 changed files with 2 additions and 1 deletions
|
|
@ -155,6 +155,7 @@ dependencies {
|
|||
implementation(projects.data.onramp)
|
||||
implementation(projects.data.networks)
|
||||
implementation(projects.data.quotes)
|
||||
implementation(projects.data.blockaid)
|
||||
|
||||
/** Features */
|
||||
implementation(projects.features.onboarding)
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@ import com.tangem.domain.wallets.models.UserWalletId
|
|||
data class WcSessionDTO(
|
||||
val topic: String,
|
||||
val walletId: UserWalletId,
|
||||
val securityStatus: CheckDAppResult,
|
||||
val securityStatus: CheckDAppResult = CheckDAppResult.FAILED_TO_VERIFY,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue