etherspot / etherspot-prime-sdk

Etherspot Prime - Account Abstraction SDK
https://etherspot.fyi
MIT License
128 stars 22 forks source link

SDK fails to build #57

Closed ch4r10t33r closed 1 year ago

ch4r10t33r commented 1 year ago

Version 1.3.9 fails to build with the following error

error TS2415: Class 'InvalidationPolicyCache' incorrectly extends base class 'InMemoryCache'.
  Types have separate declarations of a private property 'init'.

11 export default class InvalidationPolicyCache extends InMemoryCache {