we need a lazy way to deploy the entire project, in the correct order, to a mempool based on a max gas price (i.e. 10 gwei) so that:
contract can be deployed with a predictable cost based on the treasury budget
nobody needs to "snipe" gas prices manually over time
unknowns:
do we still need to deploy on a component-by-component basis given that we don't know which mempool we'll hit or whether we will remain in the mempool long enough to maintain order?
credit to sum1 for the idea to rely on mempool and not spend time and effort on a whole deployment tool to coordinate this massive set of contracts
we need a lazy way to deploy the entire project, in the correct order, to a mempool based on a max gas price (i.e.
10 gwei
) so that:unknowns:
credit to sum1 for the idea to rely on mempool and not spend time and effort on a whole deployment tool to coordinate this massive set of contracts