From f498134c54c18c619fb730b00b1e5e3c666e280f Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 29 May 2017 16:02:45 +0200 Subject: Add mnemonic to nom testrpc command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dee1abfde..f86d17224 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "docs:generate": "typedoc --out docs .", "docs:open": "opn docs/index.html", "update_contracts": "for i in ${npm_package_config_artifacts}; do copyfiles -u 4 ../contracts/build/contracts/$i.json ../0x.js/src/artifacts; done;", - "testrpc": "testrpc -p 8545 --networkId 50" + "testrpc": "testrpc -p 8545 --networkId 50 -m \"concert load couple harbor equip island argue ramp clarify fence smart topic\"" }, "config": { "artifacts": "Proxy Exchange TokenRegistry Token Mintable EtherToken" -- cgit v1.2.3