https://github.com/graphprotocol/common-ts/blob/9209c4759b22b09809feb3f965af41e6c01280a3/packages/common-ts/src/attestations/attestations.ts#L32 Minor nitpick but seems like this does not need to be `async`.
common-ts/packages/common-ts/src/attestations/attestations.ts
Line 32 in 9209c47
Minor nitpick but seems like this does not need to be
async.