* `@0x/contracts-integrations`: Add Exchange signature validation fuzz tests. * `@0x/contracts-integrations`: Switch from actor pattern to just pure function generators. Co-authored-by: Lawrence Forman <me@merklejerk.com>
28 lines
1.7 KiB
TypeScript
28 lines
1.7 KiB
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
import { ContractArtifact } from 'ethereum-types';
|
|
|
|
import * as TestDydxUser from '../test/generated-artifacts/TestDydxUser.json';
|
|
import * as TestEth2Dai from '../test/generated-artifacts/TestEth2Dai.json';
|
|
import * as TestEth2DaiBridge from '../test/generated-artifacts/TestEth2DaiBridge.json';
|
|
import * as TestFramework from '../test/generated-artifacts/TestFramework.json';
|
|
import * as TestMainnetAggregatorFills from '../test/generated-artifacts/TestMainnetAggregatorFills.json';
|
|
import * as TestSignatureValidationWallet from '../test/generated-artifacts/TestSignatureValidationWallet.json';
|
|
import * as TestUniswapBridge from '../test/generated-artifacts/TestUniswapBridge.json';
|
|
import * as TestUniswapExchange from '../test/generated-artifacts/TestUniswapExchange.json';
|
|
import * as TestUniswapExchangeFactory from '../test/generated-artifacts/TestUniswapExchangeFactory.json';
|
|
export const artifacts = {
|
|
TestDydxUser: TestDydxUser as ContractArtifact,
|
|
TestEth2Dai: TestEth2Dai as ContractArtifact,
|
|
TestEth2DaiBridge: TestEth2DaiBridge as ContractArtifact,
|
|
TestFramework: TestFramework as ContractArtifact,
|
|
TestMainnetAggregatorFills: TestMainnetAggregatorFills as ContractArtifact,
|
|
TestSignatureValidationWallet: TestSignatureValidationWallet as ContractArtifact,
|
|
TestUniswapBridge: TestUniswapBridge as ContractArtifact,
|
|
TestUniswapExchange: TestUniswapExchange as ContractArtifact,
|
|
TestUniswapExchangeFactory: TestUniswapExchangeFactory as ContractArtifact,
|
|
};
|