// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface DummyLegacyTextResolver$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "DummyLegacyTextResolver"; readonly sourceName: "contracts/dnsregistrar/mocks/DummyLegacyTextResolver.sol"; readonly abi: [{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"node","type":"bytes32"},{"indexed":true,"internalType":"string","name":"indexedKey","type":"string"},{"indexed":false,"internalType":"string","name":"key","type":"string"},{"indexed":false,"internalType":"string","name":"value","type":"string"}],"name":"TextChanged","type":"event"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"bytes32","name":"","type":"bytes32"},{"internalType":"string","name":"key","type":"string"}],"name":"text","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"}]; readonly bytecode: "0x6080604052348015600f57600080fd5b5061026f8061001f6000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c806301ffc9a71461003b57806359d1d43c146100a5575b600080fd5b610090610049366004610106565b7fffffffff00000000000000000000000000000000000000000000000000000000167f59d1d43c000000000000000000000000000000000000000000000000000000001490565b60405190151581526020015b60405180910390f35b6100b86100b336600461014f565b6100c5565b60405161009c91906101cd565b606082828080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092979650505050505050565b60006020828403121561011857600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461014857600080fd5b9392505050565b60008060006040848603121561016457600080fd5b83359250602084013567ffffffffffffffff81111561018257600080fd5b8401601f8101861361019357600080fd5b803567ffffffffffffffff8111156101aa57600080fd5b8660208284010111156101bc57600080fd5b939660209190910195509293505050565b602081526000825180602084015260005b818110156101fb57602081860181015160408684010152016101de565b5060006040828501015260407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8301168401019150509291505056fea2646970667358221220f35a057723cc0f4cdf0c769b265df8931f5a15f10aa33e3d92ccf18e2e5dcf2364736f6c634300081a0033"; readonly deployedBytecode: "0x608060405234801561001057600080fd5b50600436106100365760003560e01c806301ffc9a71461003b57806359d1d43c146100a5575b600080fd5b610090610049366004610106565b7fffffffff00000000000000000000000000000000000000000000000000000000167f59d1d43c000000000000000000000000000000000000000000000000000000001490565b60405190151581526020015b60405180910390f35b6100b86100b336600461014f565b6100c5565b60405161009c91906101cd565b606082828080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092979650505050505050565b60006020828403121561011857600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461014857600080fd5b9392505050565b60008060006040848603121561016457600080fd5b83359250602084013567ffffffffffffffff81111561018257600080fd5b8401601f8101861361019357600080fd5b803567ffffffffffffffff8111156101aa57600080fd5b8660208284010111156101bc57600080fd5b939660209190910195509293505050565b602081526000825180602084015260005b818110156101fb57602081860181015160408684010152016101de565b5060006040828501015260407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8301168401019150509291505056fea2646970667358221220f35a057723cc0f4cdf0c769b265df8931f5a15f10aa33e3d92ccf18e2e5dcf2364736f6c634300081a0033"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/dnsregistrar/mocks/DummyLegacyTextResolver.sol"; readonly buildInfoId: "solc-0_8_26-f05bdccb11f2cf6df865fc6a27a95b5ace6017ea"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["DummyLegacyTextResolver"]: DummyLegacyTextResolver$Type; ["contracts/dnsregistrar/mocks/DummyLegacyTextResolver.sol:DummyLegacyTextResolver"]: DummyLegacyTextResolver$Type; } }