* `@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>
30 lines
1.9 KiB
TypeScript
30 lines
1.9 KiB
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
import { ContractArtifact } from 'ethereum-types';
|
|
|
|
import * as TestContractWrapper from '../test/generated-artifacts/TestContractWrapper.json';
|
|
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 = {
|
|
TestContractWrapper: TestContractWrapper as ContractArtifact,
|
|
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,
|
|
};
|