snapshot-labs / snapshot-sequencer

https://seq.snapshot.org
MIT License
25 stars 15 forks source link

Invalid spaces #375

Open ChaituVR opened 5 months ago

ChaituVR commented 5 months ago

Spaces got cut off before https://github.com/snapshot-labs/snapshot-sequencer/commit/6985a314a5c3b203d2b58086b15db391365bbf60

SELECT id, hibernated, deleted 
FROM spaces 
WHERE LENGTH(id) >= 64 AND id NOT LIKE '%.eth';