UNPKG

witnet-solidity-bridge

Version:

Witnet Solidity Bridge contracts for EVM-compatible chains

27 lines (25 loc) 1.27 kB
// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface Bech32$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "Bech32"; readonly sourceName: "contracts/libs/Bech32.sol"; readonly abi: []; readonly bytecode: "0x60556032600b8282823980515f1a607314602657634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f5ffdfea2646970667358221220fc06ca96e19d62b29c514681d2f6914e4e8a43c138cff7c3f2add45a79ee8f8164736f6c634300081e0033"; readonly deployedBytecode: "0x730000000000000000000000000000000000000000301460806040525f5ffdfea2646970667358221220fc06ca96e19d62b29c514681d2f6914e4e8a43c138cff7c3f2add45a79ee8f8164736f6c634300081e0033"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/libs/Bech32.sol"; readonly buildInfoId: "solc-0_8_30-47301052af11a5aa5062e9b98ca44d5e142950cf"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["Bech32"]: Bech32$Type; ["contracts/libs/Bech32.sol:Bech32"]: Bech32$Type; } }