select blockchain,
count (distinct tx_hash) as Registrations,
count (distinct origin_from_address) as Signers,
count (Distinct unit_id) as Components,
count (distinct subcomponent_ids) as SubComponents,
count (distinct owner_address) as Owners
from crosschain.olas.ez_unit_registrations
group by 1