Closed playsnook closed 2 years ago
I have notices the file on which save fails is very big: Can it be purged and recreated?
which version of hardhat-deploy ?
"hardhat-deploy": "^0.8.9"
The problem was caused by JsonStringify from DeploymentManager.ts
which threw RangeError
on the big deployment file. Deleting the history field from the JSON solved the problem.
Here is the deployment json with 330 MB of history:
Suddenly stuck with the following:
Please advice