Solution
Instead of relying on the nonce of the deployer to deploy our contracts, use the CREATEX deployer developed by @pcaversaccio. The idea is to have a library that lists versioned human-readable nonce we will use everywhere to deploy our pieces of architecture.
Solution
Instead of relying on the nonce of the deployer to deploy our contracts, use the
CREATEXdeployer developed by @pcaversaccio. The idea is to have a library that lists versioned human-readable nonce we will use everywhere to deploy our pieces of architecture.