Skip to content

Commit

Permalink
[ETH-962] Fix solana price
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizaveta Semenova committed Feb 15, 2024
1 parent 336e102 commit 9705755
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ extension AnyToken {
case .solana:
switch primaryKey {
case .native:
return Token.eth.mintAddress
return Token.nativeSolana.mintAddress
case let .contract(address):
return address
}
Expand Down

0 comments on commit 9705755

Please sign in to comment.