/* * ----------------------------------------------------------------------------- * Warning: This file is auto-generated by contracts-gen. Don't edit manually. * ----------------------------------------------------------------------------- */ import { ContractArtifact } from 'ethereum-types'; import * as Authorizable from '../test/generated-artifacts/Authorizable.json'; import * as DeploymentConstants from '../test/generated-artifacts/DeploymentConstants.json'; import * as IAuthorizable from '../test/generated-artifacts/IAuthorizable.json'; import * as IOwnable from '../test/generated-artifacts/IOwnable.json'; import * as LibAddress from '../test/generated-artifacts/LibAddress.json'; import * as LibAddressArray from '../test/generated-artifacts/LibAddressArray.json'; import * as LibAddressArrayRichErrors from '../test/generated-artifacts/LibAddressArrayRichErrors.json'; import * as LibAuthorizableRichErrors from '../test/generated-artifacts/LibAuthorizableRichErrors.json'; import * as LibBytes from '../test/generated-artifacts/LibBytes.json'; import * as LibBytesRichErrors from '../test/generated-artifacts/LibBytesRichErrors.json'; import * as LibEIP1271 from '../test/generated-artifacts/LibEIP1271.json'; import * as LibEIP712 from '../test/generated-artifacts/LibEIP712.json'; import * as LibFractions from '../test/generated-artifacts/LibFractions.json'; import * as LibOwnableRichErrors from '../test/generated-artifacts/LibOwnableRichErrors.json'; import * as LibReentrancyGuardRichErrors from '../test/generated-artifacts/LibReentrancyGuardRichErrors.json'; import * as LibRichErrors from '../test/generated-artifacts/LibRichErrors.json'; import * as LibSafeMath from '../test/generated-artifacts/LibSafeMath.json'; import * as LibSafeMathRichErrors from '../test/generated-artifacts/LibSafeMathRichErrors.json'; import * as Ownable from '../test/generated-artifacts/Ownable.json'; import * as ReentrancyGuard from '../test/generated-artifacts/ReentrancyGuard.json'; import * as Refundable from '../test/generated-artifacts/Refundable.json'; import * as TestAuthorizable from '../test/generated-artifacts/TestAuthorizable.json'; import * as TestLibAddress from '../test/generated-artifacts/TestLibAddress.json'; import * as TestLibAddressArray from '../test/generated-artifacts/TestLibAddressArray.json'; import * as TestLibBytes from '../test/generated-artifacts/TestLibBytes.json'; import * as TestLibEIP712 from '../test/generated-artifacts/TestLibEIP712.json'; import * as TestLibRichErrors from '../test/generated-artifacts/TestLibRichErrors.json'; import * as TestLibSafeMath from '../test/generated-artifacts/TestLibSafeMath.json'; import * as TestLogDecoding from '../test/generated-artifacts/TestLogDecoding.json'; import * as TestLogDecodingDownstream from '../test/generated-artifacts/TestLogDecodingDownstream.json'; import * as TestOwnable from '../test/generated-artifacts/TestOwnable.json'; import * as TestReentrancyGuard from '../test/generated-artifacts/TestReentrancyGuard.json'; import * as TestRefundable from '../test/generated-artifacts/TestRefundable.json'; import * as TestRefundableReceiver from '../test/generated-artifacts/TestRefundableReceiver.json'; export const artifacts = { Authorizable: Authorizable as ContractArtifact, DeploymentConstants: DeploymentConstants as ContractArtifact, LibAddress: LibAddress as ContractArtifact, LibAddressArray: LibAddressArray as ContractArtifact, LibAddressArrayRichErrors: LibAddressArrayRichErrors as ContractArtifact, LibAuthorizableRichErrors: LibAuthorizableRichErrors as ContractArtifact, LibBytes: LibBytes as ContractArtifact, LibBytesRichErrors: LibBytesRichErrors as ContractArtifact, LibEIP1271: LibEIP1271 as ContractArtifact, LibEIP712: LibEIP712 as ContractArtifact, LibFractions: LibFractions as ContractArtifact, LibOwnableRichErrors: LibOwnableRichErrors as ContractArtifact, LibReentrancyGuardRichErrors: LibReentrancyGuardRichErrors as ContractArtifact, LibRichErrors: LibRichErrors as ContractArtifact, LibSafeMath: LibSafeMath as ContractArtifact, LibSafeMathRichErrors: LibSafeMathRichErrors as ContractArtifact, Ownable: Ownable as ContractArtifact, ReentrancyGuard: ReentrancyGuard as ContractArtifact, Refundable: Refundable as ContractArtifact, IAuthorizable: IAuthorizable as ContractArtifact, IOwnable: IOwnable as ContractArtifact, TestAuthorizable: TestAuthorizable as ContractArtifact, TestLibAddress: TestLibAddress as ContractArtifact, TestLibAddressArray: TestLibAddressArray as ContractArtifact, TestLibBytes: TestLibBytes as ContractArtifact, TestLibEIP712: TestLibEIP712 as ContractArtifact, TestLibRichErrors: TestLibRichErrors as ContractArtifact, TestLibSafeMath: TestLibSafeMath as ContractArtifact, TestLogDecoding: TestLogDecoding as ContractArtifact, TestLogDecodingDownstream: TestLogDecodingDownstream as ContractArtifact, TestOwnable: TestOwnable as ContractArtifact, TestReentrancyGuard: TestReentrancyGuard as ContractArtifact, TestRefundable: TestRefundable as ContractArtifact, TestRefundableReceiver: TestRefundableReceiver as ContractArtifact, };