Cherry-pick changes from feat/dev-utils/dydx-bridge-validation
This commit is contained in:
@@ -2,7 +2,7 @@ export { ContractAddresses } from '@0x/contract-addresses';
|
||||
|
||||
export { ContractWrappers } from './contract_wrappers';
|
||||
export { DevUtilsContract } from './generated-wrappers/dev_utils';
|
||||
export { LibTransactionDecoderContract } from './generated-wrappers/lib_transaction_decoder';
|
||||
export { IERC20BridgeSamplerContract } from './generated-wrappers/i_erc20_bridge_sampler';
|
||||
export { IAssetDataContract } from './generated-wrappers/i_asset_data'; // used for synchronously encoding and decoding asset data
|
||||
export {
|
||||
ERC20TokenEventArgs,
|
||||
@@ -81,7 +81,7 @@ export {
|
||||
StakingProxyStakingContractAttachedToProxyEventArgs,
|
||||
StakingProxyStakingContractDetachedFromProxyEventArgs,
|
||||
} from './generated-wrappers/staking_proxy';
|
||||
export { IERC20BridgeSamplerContract } from './generated-wrappers/i_erc20_bridge_sampler';
|
||||
export { LibTransactionDecoderContract } from './generated-wrappers/lib_transaction_decoder';
|
||||
export {
|
||||
BlockRange,
|
||||
SupportedProvider,
|
||||
@@ -128,6 +128,7 @@ export {
|
||||
DecodedLogEntryEvent,
|
||||
ParamDescription,
|
||||
EvmBytecodeOutput,
|
||||
EvmBytecodeOutputLinkReferences,
|
||||
JSONRPCResponsePayload,
|
||||
MethodAbi,
|
||||
ConstructorAbi,
|
||||
|
Reference in New Issue
Block a user