Open Shirikatsu opened 4 years ago
Attempting to use truffle-keystore-provider as the provider in truffle-config.js with a https endpoint is failing with this error message:
truffle-keystore-provider
truffle-config.js
https
$ openzeppelin push --network development --deploy-dependencies --skip-compile ... ✖ Deploying openzeppelin-eth dependency to network dev-444900 Failed deployment of dependency openzeppelin-eth with error: [object Object]
The returned object is completely obfuscated and prevents proper debugging.
I would expect the json object to be returned properly.
Attempting to use
truffle-keystore-provider
as the provider intruffle-config.js
with ahttps
endpoint is failing with this error message:The returned object is completely obfuscated and prevents proper debugging.
I would expect the json object to be returned properly.