diff --git a/services/wallet/router/router_v2.go b/services/wallet/router/router_v2.go index 24c06e6e3..c7f3a43bd 100644 --- a/services/wallet/router/router_v2.go +++ b/services/wallet/router/router_v2.go @@ -554,7 +554,7 @@ func (r *Router) getBalanceMapForTokenOnChains(ctx context.Context, input *Route // check token existence token := input.SendType.FindToken(r.tokenManager, r.collectiblesService, input.AddrFrom, chain, input.TokenID) if token == nil { - chainError(chain.ChainID, token.Symbol, ErrTokenNotFound) + chainError(chain.ChainID, input.TokenID, ErrTokenNotFound) continue } // check native token existence