* `@0x/erc20-bridge-sampler`: Do not query empty/unsigned orders. Swallow revets on DEX quotes. * `@0x/contracts-utils`: Add `DEV_UTILS_ADDRESS` and `KYBER_ETH_ADDRESS` to `DeploymentConstants`. * `@0x/contracts-erc20-bridge-sampler`: Address review comments.
24 lines
1.3 KiB
TypeScript
24 lines
1.3 KiB
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
import { ContractArtifact } from 'ethereum-types';
|
|
|
|
import * as ERC20BridgeSampler from '../test/generated-artifacts/ERC20BridgeSampler.json';
|
|
import * as IDevUtils from '../test/generated-artifacts/IDevUtils.json';
|
|
import * as IERC20BridgeSampler from '../test/generated-artifacts/IERC20BridgeSampler.json';
|
|
import * as IEth2Dai from '../test/generated-artifacts/IEth2Dai.json';
|
|
import * as IKyberNetwork from '../test/generated-artifacts/IKyberNetwork.json';
|
|
import * as IUniswapExchangeQuotes from '../test/generated-artifacts/IUniswapExchangeQuotes.json';
|
|
import * as TestERC20BridgeSampler from '../test/generated-artifacts/TestERC20BridgeSampler.json';
|
|
export const artifacts = {
|
|
ERC20BridgeSampler: ERC20BridgeSampler as ContractArtifact,
|
|
IDevUtils: IDevUtils as ContractArtifact,
|
|
IERC20BridgeSampler: IERC20BridgeSampler as ContractArtifact,
|
|
IEth2Dai: IEth2Dai as ContractArtifact,
|
|
IKyberNetwork: IKyberNetwork as ContractArtifact,
|
|
IUniswapExchangeQuotes: IUniswapExchangeQuotes as ContractArtifact,
|
|
TestERC20BridgeSampler: TestERC20BridgeSampler as ContractArtifact,
|
|
};
|