@settlemint/solidity-attestation-service
Version:
Smart contract set to use the Ethereum Attestation Service in SettleMint
22 lines (17 loc) • 660 B
TypeScript
// This file was autogenerated by hardhat-viem, do not edit it.
// prettier-ignore
// tslint:disable
// eslint-disable
import "hardhat/types/artifacts";
import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types";
import { EAS$Type } from "./EAS";
declare module "hardhat/types/artifacts" {
interface ArtifactsMap {
["EAS"]: EAS$Type;
["@ethereum-attestation-service/eas-contracts/contracts/EAS.sol:EAS"]: EAS$Type;
}
interface ContractTypesMap {
["EAS"]: GetContractReturnType<EAS$Type["abi"]>;
["@ethereum-attestation-service/eas-contracts/contracts/EAS.sol:EAS"]: GetContractReturnType<EAS$Type["abi"]>;
}
}