Updated on 2026-08-14
This commit is contained in:
parent
8051ee983d
commit
e444da5a56
1 changed files with 3 additions and 1 deletions
|
|
@ -161,7 +161,9 @@ class TradeCryptoMiddleware {
|
|||
name = this.currencyName,
|
||||
symbol = this.currencySymbol,
|
||||
networkId = this.blockchain.toNetworkId(),
|
||||
logoUrl = getIconUrl(this.blockchain.toCoinId()),
|
||||
// no need to set logoUrl for blockchain cause
|
||||
// error when form url with coinId, coinId of eth and arbitrum the same
|
||||
logoUrl = "",
|
||||
)
|
||||
}
|
||||
is Currency.Token -> SwapCurrency.NonNativeToken(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue