export const zeroAddress = '0x0000000000000000000000000000000000000000' as const export { customSolidityErrorsAbi, ensAbi, ensRegistryWithFallbackAbi, erc20Abi, nestedTupleArrayAbi, nounsAuctionHouseAbi, seaportAbi, wagmiMintExampleAbi, wethAbi, writingEditionsFactoryAbi, eip165Abi, } from './abis.js' export { customSolidityErrorsHumanReadableAbi, ensHumanReadableAbi, ensRegistryWithFallbackHumanReadableAbi, erc20HumanReadableAbi, nestedTupleArrayHumanReadableAbi, nounsAuctionHouseHumanReadableAbi, seaportHumanReadableAbi, wagmiMintExampleHumanReadableAbi, wethHumanReadableAbi, writingEditionsFactoryHumanReadableAbi, eip165HumanReadableAbi, } from './human-readable.js'