Skip to content

Commit

Permalink
Fix arbitrum price fetching (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvebe authored Nov 22, 2024
1 parent 628077e commit 5dc48a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ internal class TokenRepositoryImpl @Inject constructor(
logo = asset.icon ?: "",
decimal = asset.decimals,
isNativeToken = supportedCoin?.isNativeToken ?: false,
priceProviderID = "",
priceProviderID = supportedCoin?.priceProviderID ?: "",
address = "",
hexPublicKey = "",
)
Expand Down

0 comments on commit 5dc48a7

Please sign in to comment.