Closed junedl-nimblechapps closed 4 years ago
Hi @junedl-nimblechapps,
This project used a beta version of Buidler. In version 1.x we renamed develop
to localhost
. I submitted a PR here upgrading Buidler and fixing the config. See #38
Well It worked after upgrading the builder and fixing the config as suggested by @alcuadrado.
It deployed first time but when I tried again Im continuously getting this error.
or
Im trying to deploy a new DAO and Im following instruction give on read.me
Here are the steps that I have followed.
Cloned this library and installed the dependencies using
npm i
Then I edited
buidler.config.js
and set values forINFURA_API_KEY
andMAINNET_PRIVATE_KEY
(account private key exported from metamask).Im keeping
deployment-params.js
as it is.Now when I run
npx buidler moloch-deploy --network mainnet
I'm getting following error.
what will be value of
BuilderConfig.networks.develop.url
?