Removed cryptocards from contracts.json
This commit is contained in:
parent
9309f2bfac
commit
093040d299
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue