Notarize AT Protocol records on Ethereum using EAS (experiment)

ts fix

+3 -3
+3 -3
src/lib/utils.ts
··· 7 } 8 9 return { 10 - did: match[1], 11 - collection: match[2], 12 - rkey: match[3] 13 }; 14 } 15
··· 7 } 8 9 return { 10 + did: match[1]!, 11 + collection: match[2]!, 12 + rkey: match[3]! 13 }; 14 } 15