Pandora-Finance / Modular-contract

Express contract for NFT ecosystem
BSD 3-Clause "New" or "Revised" License
16 stars 5 forks source link

Deployment on Polygon Mumbai Error. #91

Open TusharTapadia opened 2 years ago

TusharTapadia commented 2 years ago

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.

techpandora commented 2 years ago

@kishan79 Please have a look to it

techpandora commented 2 years ago

Please put some reference as well if possible @TusharTapadia @kishan79

kishan79 commented 2 years ago

Steps to deploy the contract to polygon mumbai testnet through truffle dashboard method :-