Deploying Smart Contracts Using CREATE2 tutorial query error `Maximum call stack size exceeded`

lpfloyd reported on Telegram:

I keep having issues whereby the command npx oz create2 --query --salt 12345 --network development returns an error saying Maximum call stack size exceeded

Attempted to reproduce the issue on:
WSL on Windows 10
npx oz --version 2.8.0-rc.4
node --version v10.19.0
npm --version 6.14.2

I was able to complete the tutorial on a development network.

1 Like

Hi @abcoathup
i face this issue and changing telemetryOptIn value to false in project.json inside .openzeppelin and make it work for me

3 Likes