* `@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>
16 lines
910 B
TypeScript
16 lines
910 B
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
export * from '../test/generated-wrappers/test_contract_wrapper';
|
|
export * from '../test/generated-wrappers/test_dydx_user';
|
|
export * from '../test/generated-wrappers/test_eth2_dai';
|
|
export * from '../test/generated-wrappers/test_eth2_dai_bridge';
|
|
export * from '../test/generated-wrappers/test_framework';
|
|
export * from '../test/generated-wrappers/test_mainnet_aggregator_fills';
|
|
export * from '../test/generated-wrappers/test_signature_validation_wallet';
|
|
export * from '../test/generated-wrappers/test_uniswap_bridge';
|
|
export * from '../test/generated-wrappers/test_uniswap_exchange';
|
|
export * from '../test/generated-wrappers/test_uniswap_exchange_factory';
|