Make Truffle provider creation lazy (#1526)
* make provider creation lazy * change getter for function * remove unused networks from truffle config * remove unused dotenv package * remove truffle-hdwallet-provider dependency * install ethereumjs-util * replace sha3 with keccak256 for ethereumjs-util v6
Showing
.env.example
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -41,7 +41,6 @@ | ... | @@ -41,7 +41,6 @@ |
| "chai": "^4.1.2", | "chai": "^4.1.2", | ||
| "chai-bignumber": "^2.0.2", | "chai-bignumber": "^2.0.2", | ||
| "coveralls": "^3.0.1", | "coveralls": "^3.0.1", | ||
| "dotenv": "^4.0.0", | |||
| "eslint": "^4.19.1", | "eslint": "^4.19.1", | ||
| "eslint-config-standard": "^10.2.1", | "eslint-config-standard": "^10.2.1", | ||
| "eslint-plugin-import": "^2.13.0", | "eslint-plugin-import": "^2.13.0", | ||
| ... | @@ -49,12 +48,12 @@ | ... | @@ -49,12 +48,12 @@ |
| "eslint-plugin-node": "^5.2.1", | "eslint-plugin-node": "^5.2.1", | ||
| "eslint-plugin-promise": "^3.8.0", | "eslint-plugin-promise": "^3.8.0", | ||
| "eslint-plugin-standard": "^3.1.0", | "eslint-plugin-standard": "^3.1.0", | ||
| "ethereumjs-util": "^6.0.0", | |||
| "ethjs-abi": "^0.2.1", | "ethjs-abi": "^0.2.1", | ||
| "ganache-cli": "6.1.0", | "ganache-cli": "6.1.0", | ||
| "solidity-coverage": "^0.5.4", | "solidity-coverage": "^0.5.4", | ||
| "solium": "^1.1.8", | "solium": "^1.1.8", | ||
| "truffle": "^4.1.13", | "truffle": "^4.1.13", | ||
| "truffle-hdwallet-provider": "0.0.5", | |||
| "web3-utils": "^1.0.0-beta.34" | "web3-utils": "^1.0.0-beta.34" | ||
| }, | }, | ||
| "dependencies": {} | "dependencies": {} | ||
| ... | ... |
Please
register
or
sign in
to comment