MolochVentures / moloch

👹 Moloch whose mind is pure machinery! Moloch whose blood is running money!
MIT License
670 stars 264 forks source link

ReferenceError: buidlerArguments is not defined #98

Open okwme opened 3 years ago

okwme commented 3 years ago

trying a fresh deploy from master on gitpod, following instructions i get this error:

ReferenceError: buidlerArguments is not defined

Not sure if it's because it needs to be updated with hardhat, the new name for buidler...

santisiri commented 3 years ago

Yes, very likely that's a deprecated buidler call and should be updated with the equivalent in hardhat

alcuadrado commented 3 years ago

Yes, buidlerArguments is now hardhatArguments.

santisiri commented 3 years ago

i'll try to find some time and make a new pull to finish updating this repo

kh0rvus commented 3 years ago

just submitted a pr to fix this!

0xmovses commented 3 years ago

A work around is to find all builderArguments and replace with hardhatArguments