UNPKG

@etherspot/modular-sdk

Version:

Etherspot Modular SDK - build with ERC-7579 smart accounts modules

4 lines 176 B
export function addressesEqual(address1, address2) { return (address1 || '').toLowerCase() === (address2 || '').toLowerCase(); } //# sourceMappingURL=addresses-equal.js.map