feat: allow configuration of ropsten and ganache with env variables
Showing
.env.example
0 → 100644
| ... | @@ -41,5 +41,8 @@ | ... | @@ -41,5 +41,8 @@ |
| "solidity-coverage": "^0.2.2", | "solidity-coverage": "^0.2.2", | ||
| "truffle": "^4.0.0", | "truffle": "^4.0.0", | ||
| "truffle-hdwallet-provider": "0.0.3" | "truffle-hdwallet-provider": "0.0.3" | ||
| }, | |||
| "dependencies": { | |||
| "dotenv": "^4.0.0" | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment