* `@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>
18 lines
817 B
JSON
18 lines
817 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": { "outDir": "lib", "rootDir": ".", "resolveJsonModule": true },
|
|
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
|
|
"files": [
|
|
"generated-artifacts/TestFramework.json",
|
|
"test/generated-artifacts/TestDydxUser.json",
|
|
"test/generated-artifacts/TestEth2Dai.json",
|
|
"test/generated-artifacts/TestEth2DaiBridge.json",
|
|
"test/generated-artifacts/TestFramework.json",
|
|
"test/generated-artifacts/TestMainnetAggregatorFills.json",
|
|
"test/generated-artifacts/TestSignatureValidationWallet.json",
|
|
"test/generated-artifacts/TestUniswapBridge.json",
|
|
"test/generated-artifacts/TestUniswapExchange.json",
|
|
"test/generated-artifacts/TestUniswapExchangeFactory.json"
|
|
]
|
|
}
|