ethereum-attestation-service / eas-sdk

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

According to newer ethers versions the README.md requires this update #76

Closed michael-spengler closed 6 months ago

michael-spengler commented 6 months ago

ethers.getDefaultProvider("sepolia")

instead of

ethers.providers.getDefaultProvider("sepolia")

lbeder commented 6 months ago

Thanks @michael-spengler!