Fix TokenTransferProxy artifact name since it's now suffixed with _v1
This commit is contained in:
		@@ -27,7 +27,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "config": {
 | 
			
		||||
        "compact_artifacts": "Exchange DummyToken ZRXToken Token EtherToken TokenTransferProxy TokenRegistry",
 | 
			
		||||
        "contracts": "Exchange DummyToken ZRXToken Token WETH9 TokenTransferProxy MultiSigWallet MultiSigWalletWithTimeLock MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress MaliciousToken TokenRegistry Arbitrage EtherDelta AccountLevels",
 | 
			
		||||
        "contracts": "Exchange DummyToken ZRXToken Token WETH9 TokenTransferProxy_v1 MultiSigWallet MultiSigWalletWithTimeLock MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress MaliciousToken TokenRegistry Arbitrage EtherDelta AccountLevels",
 | 
			
		||||
        "postpublish": {
 | 
			
		||||
            "assets": [
 | 
			
		||||
                "packages/contract-wrappers/_bundles/index.js",
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@ import * as Exchange from '../artifacts/1.0.0/Exchange_v1.json';
 | 
			
		||||
import * as MultiSigWalletWithTimeLock from '../artifacts/1.0.0/MultiSigWalletWithTimeLock.json';
 | 
			
		||||
import * as MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress from '../artifacts/1.0.0/MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress.json';
 | 
			
		||||
import * as TokenRegistry from '../artifacts/1.0.0/TokenRegistry.json';
 | 
			
		||||
import * as TokenTransferProxy from '../artifacts/1.0.0/TokenTransferProxy.json';
 | 
			
		||||
import * as TokenTransferProxy from '../artifacts/1.0.0/TokenTransferProxy_v1.json';
 | 
			
		||||
import * as EtherToken from '../artifacts/1.0.0/WETH9.json';
 | 
			
		||||
import * as ZRX from '../artifacts/1.0.0/ZRXToken.json';
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -28,7 +28,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "config": {
 | 
			
		||||
        "compact_artifacts": "Exchange DummyToken ZRXToken Token EtherToken TokenTransferProxy TokenRegistry",
 | 
			
		||||
        "contracts": "Exchange DummyToken ZRXToken Token WETH9 TokenTransferProxy MultiSigWallet MultiSigWalletWithTimeLock MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress MaliciousToken TokenRegistry Arbitrage EtherDelta AccountLevels",
 | 
			
		||||
        "contracts": "Exchange DummyToken ZRXToken Token WETH9 TokenTransferProxy_v1 MultiSigWallet MultiSigWalletWithTimeLock MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress MaliciousToken TokenRegistry Arbitrage EtherDelta AccountLevels",
 | 
			
		||||
        "postpublish": {
 | 
			
		||||
            "assets": [
 | 
			
		||||
                "packages/order-watcher/_bundles/index.js",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user