Updated on 2026-08-14
This commit is contained in:
parent
75a283f025
commit
76e17fc21f
1 changed files with 3 additions and 1 deletions
|
|
@ -83,7 +83,9 @@ internal class CustomTokensMerger(
|
|||
return token.copy(
|
||||
id = foundToken.id,
|
||||
name = foundToken.name,
|
||||
symbol = foundToken.symbol,
|
||||
symbol = foundToken.symbol.ifEmpty {
|
||||
token.symbol
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue