// This file was autogenerated by Hardhat, do not edit it.
// prettier-ignore
// tslint:disable
// eslint-disable
// biome-ignore format: see above

export interface IWitPythEvents$Type {
  readonly _format: "hh3-artifact-1";
  readonly contractName: "IWitPythEvents";
  readonly sourceName: "contracts/interfaces/legacy/IWitPythEvents.sol";
  readonly abi: [{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"id","type":"bytes32"},{"indexed":false,"internalType":"uint64","name":"publishTime","type":"uint64"},{"indexed":false,"internalType":"int64","name":"price","type":"int64"},{"indexed":false,"internalType":"uint64","name":"","type":"uint64"}],"name":"PriceFeedUpdate","type":"event"}];
  readonly bytecode: "0x";
  readonly deployedBytecode: "0x";
  readonly linkReferences: {};
  readonly deployedLinkReferences: {};
  readonly immutableReferences: {};
  readonly inputSourceName: "project/contracts/interfaces/legacy/IWitPythEvents.sol";
  readonly buildInfoId: "solc-0_8_30-47301052af11a5aa5062e9b98ca44d5e142950cf";
};

import "hardhat/types/artifacts";
declare module "hardhat/types/artifacts" {
  interface ArtifactMap {
    ["IWitPythEvents"]: IWitPythEvents$Type;
    ["contracts/interfaces/legacy/IWitPythEvents.sol:IWitPythEvents"]: IWitPythEvents$Type;
  }
}