mirror of
https://github.com/Instadapp/InstaContract.git
synced 2024-07-29 22:47:45 +00:00
7 lines
173 B
JavaScript
7 lines
173 B
JavaScript
|
module.exports = {
|
||
|
port: 9545,
|
||
|
testrpcOptions:
|
||
|
'-p 9545 -m "candy maple cake sugar pudding cream honey rich smooth crumble sweet treat"',
|
||
|
copyNodeModules: false
|
||
|
}
|