From 093040d299110c65cba306380a2768e02f873e19 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Tue, 31 Jul 2018 10:40:32 -0400 Subject: [PATCH] Removed cryptocards from contracts.json --- config/contracts.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/contracts.json b/config/contracts.json index a517d3e..01d0db3 100644 --- a/config/contracts.json +++ b/config/contracts.json @@ -59,7 +59,6 @@ "RootChain": { "args": ["$ValidatorManagerContract"] }, - "CryptoCards": { "deploy": false }, "PlasmaERC20":{ "deploy": false }, "PlasmaSNT": { "instanceOf": "PlasmaERC20", @@ -71,6 +70,12 @@ } } }, + + + + + + "testnet":{ "contracts": { "TestToken": { "deploy": false },