* `@0x/utils`: Allow strict decoding of return values. * `@0x/base-contract`: Catch empty call reverts on live networks. `@0x/abi-gen`: Catch empty call reverts on live networks. * `@0x/contracts-integrations`: Add mainnet contract wrapper `callAsync()` revert behavior tests. * `@0x/contract-wrappers`: Regenerate wrappers to catch empty reverts on live networks. * Update CHANGELOGs * `@0x/contracts-integrations`: Fix solidity linter errors. * `@0x/abi-gen`: Regenerate test outputs. * `@0x/base-contract`: Update CHANGELOG. Co-authored-by: Lawrence Forman <me@merklejerk.com>
19 lines
878 B
JSON
19 lines
878 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": { "outDir": "lib", "rootDir": ".", "resolveJsonModule": true },
|
|
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
|
|
"files": [
|
|
"generated-artifacts/TestFramework.json",
|
|
"test/generated-artifacts/TestContractWrapper.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"
|
|
]
|
|
}
|