Merge pull request #1476 from ethereum/fix_deploy_mainnet
Fix deploying, defining a correct type
Showing
This diff is collapsed.
... | @@ -175,7 +175,7 @@ | ... | @@ -175,7 +175,7 @@ |
"string-similarity": "^4.0.4", | "string-similarity": "^4.0.4", | ||
"time-stamp": "^2.2.0", | "time-stamp": "^2.2.0", | ||
"tslib": "^2.3.0", | "tslib": "^2.3.0", | ||
"web3": "1.2.4", | "web3": "^1.5.1", | ||
"winston": "^3.3.3", | "winston": "^3.3.3", | ||
"ws": "^7.3.0" | "ws": "^7.3.0" | ||
}, | }, | ||
... | ... |
Please
register
or
sign in
to comment