Open TusharTapadia opened 2 years ago
@kishan79 Please have a look to it
Please put some reference as well if possible @TusharTapadia @kishan79
Steps to deploy the contract to polygon mumbai testnet through truffle dashboard method :-
dashboard: {}
to networks object in truffle-config.js.truffle dashboard
to start the dashboard server.truffle migrate --network dashboard
.
There were couple of problem regarding the deployment of code on polygon mumbai network either Polling Error or ETIMEOUT or the transaction is uploaded on secondary node but could not get mined.
To counter it we can use Truffle Dashboard by adding a network called [ dashboard:{}, ] and using the command truffle dashboard. This is to use metamask RPC to create the transaction and deploy through it. We need to proceed each transaction and edit out the gas price for each transaction. This should able us to bypass the gas fee errors and allow us to deploy.