Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-22 15:55:09 +05:00
parent 44f7f23a95
commit d6735f937f
11 changed files with 1 additions and 143 deletions

View file

@ -556,14 +556,6 @@ internal class DefaultStakingRepository(
}
}
override fun isStakeMoreAvailable(networkId: Network.ID): Boolean {
val blockchain = Blockchain.fromId(networkId.value)
return when (blockchain) {
Blockchain.Solana -> false
else -> true
}
}
override fun getStakingApproval(cryptoCurrency: CryptoCurrency): StakingApproval {
return when (getIntegrationKey(cryptoCurrency.id)) {
Blockchain.Ethereum.id + Blockchain.Polygon.toCoinId() -> {