From a5b6ce6114fb9fe6c69a0a058bc79103d059e8b7 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 3 Dec 2018 12:08:34 +0100 Subject: Fix merge conflict --- contracts/core/src/artifacts/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contracts/core/src/artifacts/index.ts b/contracts/core/src/artifacts/index.ts index 14a04fcd4..e2161f3f9 100644 --- a/contracts/core/src/artifacts/index.ts +++ b/contracts/core/src/artifacts/index.ts @@ -56,12 +56,7 @@ export const artifacts = { IWallet: IWallet as ContractArtifact, InvalidERC721Receiver: InvalidERC721Receiver as ContractArtifact, MixinAuthorizable: MixinAuthorizable as ContractArtifact, -<<<<<<< HEAD MultiAssetProxy: MultiAssetProxy as ContractArtifact, - MultiSigWallet: MultiSigWallet as ContractArtifact, - MultiSigWalletWithTimeLock: MultiSigWalletWithTimeLock as ContractArtifact, -======= ->>>>>>> Remove multisig contracts from the core list of contracts OrderValidator: OrderValidator as ContractArtifact, ReentrantERC20Token: ReentrantERC20Token as ContractArtifact, TestAssetProxyDispatcher: TestAssetProxyDispatcher as ContractArtifact, -- cgit v1.2.3