Add mnemonic to nom testrpc command

This commit is contained in:
Fabio Berger 2017-05-29 16:02:45 +02:00
parent a331943c11
commit f498134c54

View File

@ -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"