ensdomains / ensjs

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

fix: allow empty address to be set as a record #126

Closed TateB closed 1 year ago

TateB commented 1 year ago

previously you couldn't set any address record to be blank, you needed to provide the equivalent empty bytes address value for the address format (e.g. 0x0000000000000000000000000000000000000000 for ETH).

now instead of needing to provide the empty address itself, you can just provide a blank string and it will set the record to null