Hello folks, Mark here from Equilibrium. We’re working on a Cadence project and are building our CI/CD flow to include smoke testing on testnet.
What we’re wondering is - what is the proper etiquette, if any, with regards to deploying contracts and creating accounts on testnet? We obviously don’t want to flood the system: our target is a handful of upgradable contracts with new accounts generated for each test run. Is that reasonable?
If not, we’re happy to follow any provided guidance