aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-04-25 15:19:57 +0800
committerFabio Berger <me@fabioberger.com>2018-04-26 09:06:32 +0800
commite1cab78c09eaa7f8bb67bdbe5a630f398b970897 (patch)
tree7c737776a53766d2905329379f741604c5830421 /packages/migrations
parent9dc4ec6fb5cad36f8308643b42aea119a2732ada (diff)
downloaddexon-sol-tools-e1cab78c09eaa7f8bb67bdbe5a630f398b970897.tar
dexon-sol-tools-e1cab78c09eaa7f8bb67bdbe5a630f398b970897.tar.gz
dexon-sol-tools-e1cab78c09eaa7f8bb67bdbe5a630f398b970897.tar.bz2
dexon-sol-tools-e1cab78c09eaa7f8bb67bdbe5a630f398b970897.tar.lz
dexon-sol-tools-e1cab78c09eaa7f8bb67bdbe5a630f398b970897.tar.xz
dexon-sol-tools-e1cab78c09eaa7f8bb67bdbe5a630f398b970897.tar.zst
dexon-sol-tools-e1cab78c09eaa7f8bb67bdbe5a630f398b970897.zip
Remove remenants of MaliciousToken contract
Diffstat (limited to 'packages/migrations')
-rw-r--r--packages/migrations/package.json2
-rw-r--r--packages/migrations/src/types.ts1
2 files changed, 1 insertions, 2 deletions
diff --git a/packages/migrations/package.json b/packages/migrations/package.json
index 4a0093603..ec6ddd2a7 100644
--- a/packages/migrations/package.json
+++ b/packages/migrations/package.json
@@ -15,7 +15,7 @@
"compile": "node ../deployer/lib/src/cli.js compile --contracts ${npm_package_config_contracts} --contracts-dir ../contracts/src/contracts --artifacts-dir src/artifacts"
},
"config": {
- "contracts": "Exchange,DummyToken,ZRXToken,Token,WETH9,TokenTransferProxy,MultiSigWallet,MultiSigWalletWithTimeLock,MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress,MaliciousToken,TokenRegistry,Arbitrage,EtherDelta,AccountLevels"
+ "contracts": "Exchange,DummyToken,ZRXToken,Token,WETH9,TokenTransferProxy,MultiSigWallet,MultiSigWalletWithTimeLock,MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress,TokenRegistry,Arbitrage,EtherDelta,AccountLevels"
},
"license": "Apache-2.0",
"devDependencies": {
diff --git a/packages/migrations/src/types.ts b/packages/migrations/src/types.ts
index 1887bfd96..f26ec4689 100644
--- a/packages/migrations/src/types.ts
+++ b/packages/migrations/src/types.ts
@@ -31,7 +31,6 @@ export enum ContractName {
DummyToken = 'DummyToken',
WETH9 = 'WETH9',
MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress = 'MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress',
- MaliciousToken = 'MaliciousToken',
AccountLevels = 'AccountLevels',
EtherDelta = 'EtherDelta',
Arbitrage = 'Arbitrage',