Updated on 2026-08-14
This commit is contained in:
parent
f24d7b3c8f
commit
5bfb8c3f60
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class StakingApyFlowUseCase(private val stakingRepository: StakingRepository) {
|
|||
return stakingRepository.getEnabledYields()
|
||||
.map { yields ->
|
||||
yields.associate { yield ->
|
||||
val key = "${yield.token.network.name.lowercase()}_${yield.token.symbol}"
|
||||
val key = "${yield.token.coinGeckoId}_${yield.token.symbol}"
|
||||
val apy = calculateApy(yield)
|
||||
key to apy
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue