230 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			230 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| /*
 | |
|  * -----------------------------------------------------------------------------
 | |
|  * Warning: This file is auto-generated by contracts-gen. Don't edit manually.
 | |
|  * -----------------------------------------------------------------------------
 | |
|  */
 | |
| import { ContractArtifact } from 'ethereum-types';
 | |
| 
 | |
| import * as AffiliateFeeTransformer from '../test/generated-artifacts/AffiliateFeeTransformer.json';
 | |
| import * as AllowanceTarget from '../test/generated-artifacts/AllowanceTarget.json';
 | |
| import * as BootstrapFeature from '../test/generated-artifacts/BootstrapFeature.json';
 | |
| import * as BridgeAdapter from '../test/generated-artifacts/BridgeAdapter.json';
 | |
| import * as FeeCollector from '../test/generated-artifacts/FeeCollector.json';
 | |
| import * as FillQuoteTransformer from '../test/generated-artifacts/FillQuoteTransformer.json';
 | |
| import * as FixinCommon from '../test/generated-artifacts/FixinCommon.json';
 | |
| import * as FixinEIP712 from '../test/generated-artifacts/FixinEIP712.json';
 | |
| import * as FixinProtocolFees from '../test/generated-artifacts/FixinProtocolFees.json';
 | |
| import * as FixinReentrancyGuard from '../test/generated-artifacts/FixinReentrancyGuard.json';
 | |
| import * as FlashWallet from '../test/generated-artifacts/FlashWallet.json';
 | |
| import * as FullMigration from '../test/generated-artifacts/FullMigration.json';
 | |
| import * as IAllowanceTarget from '../test/generated-artifacts/IAllowanceTarget.json';
 | |
| import * as IBootstrapFeature from '../test/generated-artifacts/IBootstrapFeature.json';
 | |
| import * as IBridgeAdapter from '../test/generated-artifacts/IBridgeAdapter.json';
 | |
| import * as IERC20Bridge from '../test/generated-artifacts/IERC20Bridge.json';
 | |
| import * as IERC20Transformer from '../test/generated-artifacts/IERC20Transformer.json';
 | |
| import * as IExchange from '../test/generated-artifacts/IExchange.json';
 | |
| import * as IFeature from '../test/generated-artifacts/IFeature.json';
 | |
| import * as IFlashWallet from '../test/generated-artifacts/IFlashWallet.json';
 | |
| import * as IGasToken from '../test/generated-artifacts/IGasToken.json';
 | |
| import * as ILiquidityProviderFeature from '../test/generated-artifacts/ILiquidityProviderFeature.json';
 | |
| import * as IMetaTransactionsFeature from '../test/generated-artifacts/IMetaTransactionsFeature.json';
 | |
| import * as InitialMigration from '../test/generated-artifacts/InitialMigration.json';
 | |
| import * as IOwnableFeature from '../test/generated-artifacts/IOwnableFeature.json';
 | |
| import * as ISignatureValidatorFeature from '../test/generated-artifacts/ISignatureValidatorFeature.json';
 | |
| import * as ISimpleFunctionRegistryFeature from '../test/generated-artifacts/ISimpleFunctionRegistryFeature.json';
 | |
| import * as IStaking from '../test/generated-artifacts/IStaking.json';
 | |
| import * as ITestSimpleFunctionRegistryFeature from '../test/generated-artifacts/ITestSimpleFunctionRegistryFeature.json';
 | |
| import * as ITokenSpenderFeature from '../test/generated-artifacts/ITokenSpenderFeature.json';
 | |
| import * as ITransformERC20Feature from '../test/generated-artifacts/ITransformERC20Feature.json';
 | |
| import * as IUniswapFeature from '../test/generated-artifacts/IUniswapFeature.json';
 | |
| import * as IZeroEx from '../test/generated-artifacts/IZeroEx.json';
 | |
| import * as LibBootstrap from '../test/generated-artifacts/LibBootstrap.json';
 | |
| import * as LibCommonRichErrors from '../test/generated-artifacts/LibCommonRichErrors.json';
 | |
| import * as LibERC20Transformer from '../test/generated-artifacts/LibERC20Transformer.json';
 | |
| import * as LibLiquidityProviderRichErrors from '../test/generated-artifacts/LibLiquidityProviderRichErrors.json';
 | |
| import * as LibLiquidityProviderStorage from '../test/generated-artifacts/LibLiquidityProviderStorage.json';
 | |
| import * as LibMetaTransactionsRichErrors from '../test/generated-artifacts/LibMetaTransactionsRichErrors.json';
 | |
| import * as LibMetaTransactionsStorage from '../test/generated-artifacts/LibMetaTransactionsStorage.json';
 | |
| import * as LibMigrate from '../test/generated-artifacts/LibMigrate.json';
 | |
| import * as LibOwnableRichErrors from '../test/generated-artifacts/LibOwnableRichErrors.json';
 | |
| import * as LibOwnableStorage from '../test/generated-artifacts/LibOwnableStorage.json';
 | |
| import * as LibProxyRichErrors from '../test/generated-artifacts/LibProxyRichErrors.json';
 | |
| import * as LibProxyStorage from '../test/generated-artifacts/LibProxyStorage.json';
 | |
| import * as LibReentrancyGuardStorage from '../test/generated-artifacts/LibReentrancyGuardStorage.json';
 | |
| import * as LibSignatureRichErrors from '../test/generated-artifacts/LibSignatureRichErrors.json';
 | |
| import * as LibSignedCallData from '../test/generated-artifacts/LibSignedCallData.json';
 | |
| import * as LibSimpleFunctionRegistryRichErrors from '../test/generated-artifacts/LibSimpleFunctionRegistryRichErrors.json';
 | |
| import * as LibSimpleFunctionRegistryStorage from '../test/generated-artifacts/LibSimpleFunctionRegistryStorage.json';
 | |
| import * as LibSpenderRichErrors from '../test/generated-artifacts/LibSpenderRichErrors.json';
 | |
| import * as LibStorage from '../test/generated-artifacts/LibStorage.json';
 | |
| import * as LibTokenSpender from '../test/generated-artifacts/LibTokenSpender.json';
 | |
| import * as LibTokenSpenderStorage from '../test/generated-artifacts/LibTokenSpenderStorage.json';
 | |
| import * as LibTransformERC20RichErrors from '../test/generated-artifacts/LibTransformERC20RichErrors.json';
 | |
| import * as LibTransformERC20Storage from '../test/generated-artifacts/LibTransformERC20Storage.json';
 | |
| import * as LibWalletRichErrors from '../test/generated-artifacts/LibWalletRichErrors.json';
 | |
| import * as LiquidityProviderFeature from '../test/generated-artifacts/LiquidityProviderFeature.json';
 | |
| import * as LogMetadataTransformer from '../test/generated-artifacts/LogMetadataTransformer.json';
 | |
| import * as MetaTransactionsFeature from '../test/generated-artifacts/MetaTransactionsFeature.json';
 | |
| import * as MixinAdapterAddresses from '../test/generated-artifacts/MixinAdapterAddresses.json';
 | |
| import * as MixinBalancer from '../test/generated-artifacts/MixinBalancer.json';
 | |
| import * as MixinCurve from '../test/generated-artifacts/MixinCurve.json';
 | |
| import * as MixinDodo from '../test/generated-artifacts/MixinDodo.json';
 | |
| import * as MixinKyber from '../test/generated-artifacts/MixinKyber.json';
 | |
| import * as MixinMooniswap from '../test/generated-artifacts/MixinMooniswap.json';
 | |
| import * as MixinMStable from '../test/generated-artifacts/MixinMStable.json';
 | |
| import * as MixinOasis from '../test/generated-artifacts/MixinOasis.json';
 | |
| import * as MixinShell from '../test/generated-artifacts/MixinShell.json';
 | |
| import * as MixinSushiswap from '../test/generated-artifacts/MixinSushiswap.json';
 | |
| import * as MixinUniswap from '../test/generated-artifacts/MixinUniswap.json';
 | |
| import * as MixinUniswapV2 from '../test/generated-artifacts/MixinUniswapV2.json';
 | |
| import * as MixinZeroExBridge from '../test/generated-artifacts/MixinZeroExBridge.json';
 | |
| import * as OwnableFeature from '../test/generated-artifacts/OwnableFeature.json';
 | |
| import * as PayTakerTransformer from '../test/generated-artifacts/PayTakerTransformer.json';
 | |
| import * as SignatureValidatorFeature from '../test/generated-artifacts/SignatureValidatorFeature.json';
 | |
| import * as SimpleFunctionRegistryFeature from '../test/generated-artifacts/SimpleFunctionRegistryFeature.json';
 | |
| import * as TestBridge from '../test/generated-artifacts/TestBridge.json';
 | |
| import * as TestCallTarget from '../test/generated-artifacts/TestCallTarget.json';
 | |
| import * as TestDelegateCaller from '../test/generated-artifacts/TestDelegateCaller.json';
 | |
| import * as TestFillQuoteTransformerBridge from '../test/generated-artifacts/TestFillQuoteTransformerBridge.json';
 | |
| import * as TestFillQuoteTransformerExchange from '../test/generated-artifacts/TestFillQuoteTransformerExchange.json';
 | |
| import * as TestFillQuoteTransformerHost from '../test/generated-artifacts/TestFillQuoteTransformerHost.json';
 | |
| import * as TestFullMigration from '../test/generated-artifacts/TestFullMigration.json';
 | |
| import * as TestInitialMigration from '../test/generated-artifacts/TestInitialMigration.json';
 | |
| import * as TestLibTokenSpender from '../test/generated-artifacts/TestLibTokenSpender.json';
 | |
| import * as TestMetaTransactionsTransformERC20Feature from '../test/generated-artifacts/TestMetaTransactionsTransformERC20Feature.json';
 | |
| import * as TestMigrator from '../test/generated-artifacts/TestMigrator.json';
 | |
| import * as TestMintableERC20Token from '../test/generated-artifacts/TestMintableERC20Token.json';
 | |
| import * as TestMintTokenERC20Transformer from '../test/generated-artifacts/TestMintTokenERC20Transformer.json';
 | |
| import * as TestProtocolFees from '../test/generated-artifacts/TestProtocolFees.json';
 | |
| import * as TestSimpleFunctionRegistryFeatureImpl1 from '../test/generated-artifacts/TestSimpleFunctionRegistryFeatureImpl1.json';
 | |
| import * as TestSimpleFunctionRegistryFeatureImpl2 from '../test/generated-artifacts/TestSimpleFunctionRegistryFeatureImpl2.json';
 | |
| import * as TestStaking from '../test/generated-artifacts/TestStaking.json';
 | |
| import * as TestTokenSpender from '../test/generated-artifacts/TestTokenSpender.json';
 | |
| import * as TestTokenSpenderERC20Token from '../test/generated-artifacts/TestTokenSpenderERC20Token.json';
 | |
| import * as TestTransformerBase from '../test/generated-artifacts/TestTransformerBase.json';
 | |
| import * as TestTransformERC20 from '../test/generated-artifacts/TestTransformERC20.json';
 | |
| import * as TestTransformerDeployerTransformer from '../test/generated-artifacts/TestTransformerDeployerTransformer.json';
 | |
| import * as TestTransformerHost from '../test/generated-artifacts/TestTransformerHost.json';
 | |
| import * as TestWeth from '../test/generated-artifacts/TestWeth.json';
 | |
| import * as TestWethTransformerHost from '../test/generated-artifacts/TestWethTransformerHost.json';
 | |
| import * as TestZeroExFeature from '../test/generated-artifacts/TestZeroExFeature.json';
 | |
| import * as TokenSpenderFeature from '../test/generated-artifacts/TokenSpenderFeature.json';
 | |
| import * as Transformer from '../test/generated-artifacts/Transformer.json';
 | |
| import * as TransformERC20Feature from '../test/generated-artifacts/TransformERC20Feature.json';
 | |
| import * as TransformerDeployer from '../test/generated-artifacts/TransformerDeployer.json';
 | |
| import * as UniswapFeature from '../test/generated-artifacts/UniswapFeature.json';
 | |
| import * as WethTransformer from '../test/generated-artifacts/WethTransformer.json';
 | |
| import * as ZeroEx from '../test/generated-artifacts/ZeroEx.json';
 | |
| export const artifacts = {
 | |
|     IZeroEx: IZeroEx as ContractArtifact,
 | |
|     ZeroEx: ZeroEx as ContractArtifact,
 | |
|     LibCommonRichErrors: LibCommonRichErrors as ContractArtifact,
 | |
|     LibLiquidityProviderRichErrors: LibLiquidityProviderRichErrors as ContractArtifact,
 | |
|     LibMetaTransactionsRichErrors: LibMetaTransactionsRichErrors as ContractArtifact,
 | |
|     LibOwnableRichErrors: LibOwnableRichErrors as ContractArtifact,
 | |
|     LibProxyRichErrors: LibProxyRichErrors as ContractArtifact,
 | |
|     LibSignatureRichErrors: LibSignatureRichErrors as ContractArtifact,
 | |
|     LibSimpleFunctionRegistryRichErrors: LibSimpleFunctionRegistryRichErrors as ContractArtifact,
 | |
|     LibSpenderRichErrors: LibSpenderRichErrors as ContractArtifact,
 | |
|     LibTransformERC20RichErrors: LibTransformERC20RichErrors as ContractArtifact,
 | |
|     LibWalletRichErrors: LibWalletRichErrors as ContractArtifact,
 | |
|     AllowanceTarget: AllowanceTarget as ContractArtifact,
 | |
|     FeeCollector: FeeCollector as ContractArtifact,
 | |
|     FlashWallet: FlashWallet as ContractArtifact,
 | |
|     IAllowanceTarget: IAllowanceTarget as ContractArtifact,
 | |
|     IFlashWallet: IFlashWallet as ContractArtifact,
 | |
|     TransformerDeployer: TransformerDeployer as ContractArtifact,
 | |
|     BootstrapFeature: BootstrapFeature as ContractArtifact,
 | |
|     IBootstrapFeature: IBootstrapFeature as ContractArtifact,
 | |
|     IFeature: IFeature as ContractArtifact,
 | |
|     ILiquidityProviderFeature: ILiquidityProviderFeature as ContractArtifact,
 | |
|     IMetaTransactionsFeature: IMetaTransactionsFeature as ContractArtifact,
 | |
|     IOwnableFeature: IOwnableFeature as ContractArtifact,
 | |
|     ISignatureValidatorFeature: ISignatureValidatorFeature as ContractArtifact,
 | |
|     ISimpleFunctionRegistryFeature: ISimpleFunctionRegistryFeature as ContractArtifact,
 | |
|     ITokenSpenderFeature: ITokenSpenderFeature as ContractArtifact,
 | |
|     ITransformERC20Feature: ITransformERC20Feature as ContractArtifact,
 | |
|     IUniswapFeature: IUniswapFeature as ContractArtifact,
 | |
|     LiquidityProviderFeature: LiquidityProviderFeature as ContractArtifact,
 | |
|     MetaTransactionsFeature: MetaTransactionsFeature as ContractArtifact,
 | |
|     OwnableFeature: OwnableFeature as ContractArtifact,
 | |
|     SignatureValidatorFeature: SignatureValidatorFeature as ContractArtifact,
 | |
|     SimpleFunctionRegistryFeature: SimpleFunctionRegistryFeature as ContractArtifact,
 | |
|     TokenSpenderFeature: TokenSpenderFeature as ContractArtifact,
 | |
|     TransformERC20Feature: TransformERC20Feature as ContractArtifact,
 | |
|     UniswapFeature: UniswapFeature as ContractArtifact,
 | |
|     LibSignedCallData: LibSignedCallData as ContractArtifact,
 | |
|     LibTokenSpender: LibTokenSpender as ContractArtifact,
 | |
|     FixinCommon: FixinCommon as ContractArtifact,
 | |
|     FixinEIP712: FixinEIP712 as ContractArtifact,
 | |
|     FixinProtocolFees: FixinProtocolFees as ContractArtifact,
 | |
|     FixinReentrancyGuard: FixinReentrancyGuard as ContractArtifact,
 | |
|     FullMigration: FullMigration as ContractArtifact,
 | |
|     InitialMigration: InitialMigration as ContractArtifact,
 | |
|     LibBootstrap: LibBootstrap as ContractArtifact,
 | |
|     LibMigrate: LibMigrate as ContractArtifact,
 | |
|     LibLiquidityProviderStorage: LibLiquidityProviderStorage as ContractArtifact,
 | |
|     LibMetaTransactionsStorage: LibMetaTransactionsStorage as ContractArtifact,
 | |
|     LibOwnableStorage: LibOwnableStorage as ContractArtifact,
 | |
|     LibProxyStorage: LibProxyStorage as ContractArtifact,
 | |
|     LibReentrancyGuardStorage: LibReentrancyGuardStorage as ContractArtifact,
 | |
|     LibSimpleFunctionRegistryStorage: LibSimpleFunctionRegistryStorage as ContractArtifact,
 | |
|     LibStorage: LibStorage as ContractArtifact,
 | |
|     LibTokenSpenderStorage: LibTokenSpenderStorage as ContractArtifact,
 | |
|     LibTransformERC20Storage: LibTransformERC20Storage as ContractArtifact,
 | |
|     AffiliateFeeTransformer: AffiliateFeeTransformer as ContractArtifact,
 | |
|     FillQuoteTransformer: FillQuoteTransformer as ContractArtifact,
 | |
|     IERC20Transformer: IERC20Transformer as ContractArtifact,
 | |
|     LibERC20Transformer: LibERC20Transformer as ContractArtifact,
 | |
|     LogMetadataTransformer: LogMetadataTransformer as ContractArtifact,
 | |
|     PayTakerTransformer: PayTakerTransformer as ContractArtifact,
 | |
|     Transformer: Transformer as ContractArtifact,
 | |
|     WethTransformer: WethTransformer as ContractArtifact,
 | |
|     BridgeAdapter: BridgeAdapter as ContractArtifact,
 | |
|     IBridgeAdapter: IBridgeAdapter as ContractArtifact,
 | |
|     MixinAdapterAddresses: MixinAdapterAddresses as ContractArtifact,
 | |
|     MixinBalancer: MixinBalancer as ContractArtifact,
 | |
|     MixinCurve: MixinCurve as ContractArtifact,
 | |
|     MixinDodo: MixinDodo as ContractArtifact,
 | |
|     MixinKyber: MixinKyber as ContractArtifact,
 | |
|     MixinMStable: MixinMStable as ContractArtifact,
 | |
|     MixinMooniswap: MixinMooniswap as ContractArtifact,
 | |
|     MixinOasis: MixinOasis as ContractArtifact,
 | |
|     MixinShell: MixinShell as ContractArtifact,
 | |
|     MixinSushiswap: MixinSushiswap as ContractArtifact,
 | |
|     MixinUniswap: MixinUniswap as ContractArtifact,
 | |
|     MixinUniswapV2: MixinUniswapV2 as ContractArtifact,
 | |
|     MixinZeroExBridge: MixinZeroExBridge as ContractArtifact,
 | |
|     IERC20Bridge: IERC20Bridge as ContractArtifact,
 | |
|     IExchange: IExchange as ContractArtifact,
 | |
|     IGasToken: IGasToken as ContractArtifact,
 | |
|     IStaking: IStaking as ContractArtifact,
 | |
|     ITestSimpleFunctionRegistryFeature: ITestSimpleFunctionRegistryFeature as ContractArtifact,
 | |
|     TestBridge: TestBridge as ContractArtifact,
 | |
|     TestCallTarget: TestCallTarget as ContractArtifact,
 | |
|     TestDelegateCaller: TestDelegateCaller as ContractArtifact,
 | |
|     TestFillQuoteTransformerBridge: TestFillQuoteTransformerBridge as ContractArtifact,
 | |
|     TestFillQuoteTransformerExchange: TestFillQuoteTransformerExchange as ContractArtifact,
 | |
|     TestFillQuoteTransformerHost: TestFillQuoteTransformerHost as ContractArtifact,
 | |
|     TestFullMigration: TestFullMigration as ContractArtifact,
 | |
|     TestInitialMigration: TestInitialMigration as ContractArtifact,
 | |
|     TestLibTokenSpender: TestLibTokenSpender as ContractArtifact,
 | |
|     TestMetaTransactionsTransformERC20Feature: TestMetaTransactionsTransformERC20Feature as ContractArtifact,
 | |
|     TestMigrator: TestMigrator as ContractArtifact,
 | |
|     TestMintTokenERC20Transformer: TestMintTokenERC20Transformer as ContractArtifact,
 | |
|     TestMintableERC20Token: TestMintableERC20Token as ContractArtifact,
 | |
|     TestProtocolFees: TestProtocolFees as ContractArtifact,
 | |
|     TestSimpleFunctionRegistryFeatureImpl1: TestSimpleFunctionRegistryFeatureImpl1 as ContractArtifact,
 | |
|     TestSimpleFunctionRegistryFeatureImpl2: TestSimpleFunctionRegistryFeatureImpl2 as ContractArtifact,
 | |
|     TestStaking: TestStaking as ContractArtifact,
 | |
|     TestTokenSpender: TestTokenSpender as ContractArtifact,
 | |
|     TestTokenSpenderERC20Token: TestTokenSpenderERC20Token as ContractArtifact,
 | |
|     TestTransformERC20: TestTransformERC20 as ContractArtifact,
 | |
|     TestTransformerBase: TestTransformerBase as ContractArtifact,
 | |
|     TestTransformerDeployerTransformer: TestTransformerDeployerTransformer as ContractArtifact,
 | |
|     TestTransformerHost: TestTransformerHost as ContractArtifact,
 | |
|     TestWeth: TestWeth as ContractArtifact,
 | |
|     TestWethTransformerHost: TestWethTransformerHost as ContractArtifact,
 | |
|     TestZeroExFeature: TestZeroExFeature as ContractArtifact,
 | |
| };
 |