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
This deployment script should prioritize deploying to mumbai rather than geth.
Description
This repo is definitely a time saver, we should however prioritize a real use case rather than a sandbox environment.
We are aiming towards an actual deployment on mumbai testnet and polygon mainnet of the v1.0.0 of the polygon-edge client.
I was able to do more than half of the the required changes, but certain use cases may require more than that and I need to figure it out step by step, instead it would be awesome to simply tweak some settings and have it running.
For instance, the --test flag deploys contracts that would ideally already exist or would be manually deployed to mumbai.
I would also suggest that the docs themselves talk more about the steps to take and everything we should have in mind to get this deployment working OOB on a testnet without deploying the geth server.
Code samples
I'll leave this bootstrap script here for some insights on the changes done:
This deployment script should prioritize deploying to mumbai rather than geth.
Description
This repo is definitely a time saver, we should however prioritize a real use case rather than a sandbox environment.
We are aiming towards an actual deployment on mumbai testnet and polygon mainnet of the v1.0.0 of the polygon-edge client.
I was able to do more than half of the the required changes, but certain use cases may require more than that and I need to figure it out step by step, instead it would be awesome to simply tweak some settings and have it running.
For instance, the
--test
flag deploys contracts that would ideally already exist or would be manually deployed to mumbai.I would also suggest that the docs themselves talk more about the steps to take and everything we should have in mind to get this deployment working OOB on a testnet without deploying the geth server.
Code samples
I'll leave this bootstrap script here for some insights on the changes done:
The text was updated successfully, but these errors were encountered: