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

export interface Secp256k1$Type {
  readonly _format: "hh3-artifact-1";
  readonly contractName: "Secp256k1";
  readonly sourceName: "contracts/libs/Secp256k1.sol";
  readonly abi: [];
  readonly bytecode: "0x60556032600b8282823980515f1a607314602657634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f5ffdfea26469706673582212203cdf44ad1f13157a9edc0a19891040727f78a01a10881a4a776ef57f7c7c473464736f6c634300081e0033";
  readonly deployedBytecode: "0x730000000000000000000000000000000000000000301460806040525f5ffdfea26469706673582212203cdf44ad1f13157a9edc0a19891040727f78a01a10881a4a776ef57f7c7c473464736f6c634300081e0033";
  readonly linkReferences: {};
  readonly deployedLinkReferences: {};
  readonly immutableReferences: {};
  readonly inputSourceName: "project/contracts/libs/Secp256k1.sol";
  readonly buildInfoId: "solc-0_8_30-47301052af11a5aa5062e9b98ca44d5e142950cf";
};

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