Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReferenceError: buidlerArguments is not defined #98

Open
okwme opened this issue Jan 11, 2021 · 5 comments
Open

ReferenceError: buidlerArguments is not defined #98

okwme opened this issue Jan 11, 2021 · 5 comments

Comments

@okwme
Copy link

okwme commented Jan 11, 2021

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
Copy link
Contributor

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

@alcuadrado
Copy link
Contributor

Yes, buidlerArguments is now hardhatArguments.

@santisiri
Copy link
Contributor

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

@kh0rvus
Copy link

kh0rvus commented Jun 21, 2021

just submitted a pr to fix this!

@0xmovses
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants