-
I'm facing this error while deploying to polygon mumbai testnet. I set my gas limit to 5000000, and still the error persists on both mumbai and goerli testnet. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
For reference, this error does not occur in devnet |
Beta Was this translation helpful? Give feedback.
-
I've been able to fix the error. |
Beta Was this translation helpful? Give feedback.
I've been able to fix the error.
I was using the
loadstdlib()
twice in my code.loadstdlib() and loadstdlib(process.env)