You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a network deployment to a public network fails because is trying to connect to a local node:
Command: yarn deploy:mumbai
Error:
Cannot deploy OpenGSN contracts Error: CONNECTION ERROR: Couldn't connect to node http://127.0.0.1:8545.
at Object.ConnectionError (/home/aitor/Projects/Nevermined/contracts/node_modules/web3-providers-http/node_modules/web3-core-helpers/lib/errors.js:66:23)
at Object.InvalidConnection (/home/aitor/Projects/Nevermined/contracts/node_modules/web3-providers-http/node_modules/web3-core-helpers/lib/errors.js:36:21)
at HttpProvider.failed (/home/aitor/Projects/Nevermined/contracts/node_modules/web3-providers-http/lib/index.js:136:25)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
To Reproduce
Steps to reproduce the behavior:
1.
2.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When doing a network deployment to a public network fails because is trying to connect to a local node:
Command:
yarn deploy:mumbai
Error:
To Reproduce
Steps to reproduce the behavior:
1.
2.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: