ethereum-attestation-service / eas-sdk

Ethereum Attestation Service - TypeScript/JavaScript SDK
MIT License
83 stars 39 forks source link

creating both onchain and offchain attestations example errors #44

Closed srblabotw69 closed 12 months ago

srblabotw69 commented 12 months ago

**The examples for creating both onchain and offchain attestations generates various errors:

onchain: return [4 /yield/, signerOrProvider.call(tx, blockTag)];

offchain: 'invalid hexlify value' NOTE: leads to further errors even if value ignored.

please advise. thx.**

srblabotw69 commented 12 months ago

resolved