Removed cryptocards from contracts.json

This commit is contained in:
Richard Ramos 2018-07-31 10:40:32 -04:00
parent 9309f2bfac
commit 093040d299
1 changed files with 6 additions and 1 deletions

View File

@ -59,7 +59,6 @@
"RootChain": { "RootChain": {
"args": ["$ValidatorManagerContract"] "args": ["$ValidatorManagerContract"]
}, },
"CryptoCards": { "deploy": false },
"PlasmaERC20":{ "deploy": false }, "PlasmaERC20":{ "deploy": false },
"PlasmaSNT": { "PlasmaSNT": {
"instanceOf": "PlasmaERC20", "instanceOf": "PlasmaERC20",
@ -71,6 +70,12 @@
} }
} }
}, },
"testnet":{ "testnet":{
"contracts": { "contracts": {
"TestToken": { "deploy": false }, "TestToken": { "deploy": false },