ensdomains / ensjs

ENS javascript library for contract interaction
MIT License
117 stars 54 forks source link

fix: correct max date int in getWrapperData #129

Closed TateB closed 1 year ago

TateB commented 1 year ago

previously if the wrapper expiry value was more than 32bits it would return undefined

now the max is set to the maximum date ms value (as defined here)

if above that value, instead of returning undefined it will return the max value.