UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

6 lines 213 B
const zeroAddress = "0x0000000000000000000000000000000000000000"; const zeroAddressAction = async () => { console.log(zeroAddress); }; export default zeroAddressAction; //# sourceMappingURL=zero-address.js.map