diff --git a/service/multichain/reservoir/reservoir.go b/service/multichain/reservoir/reservoir.go index 5a981217b..7ebfaba13 100644 --- a/service/multichain/reservoir/reservoir.go +++ b/service/multichain/reservoir/reservoir.go @@ -491,7 +491,7 @@ func (d *Provider) tokensWithOwnershipToAgnosticTokens(ctx context.Context, toke ImageURL: persist.NullString(t.Token.Image), }, }) - if strings.EqualFold(t.Token.Collection.Name, t.Token.Contract.String()) { + if strings.EqualFold(t.Token.Collection.Name, t.Token.Contract.String()) || t.Token.Collection.Name == "" { c, err := d.fetchCollection(ctx, t.Token.Contract, true) if err == nil { t.Token.Collection = c