prb-proxy
prb-proxy copied to clipboard
Provide "computeProxyAddress" util
The computeProxyAddress is currently available only internally, via the Base_Test contract. I should make it publicly available via a Utils.sol file under test/utils.
What if move computeProxyAddress, deployRegistryConditionally, getProxyBytecode, isTestOptimizedProfile to test/utils/DeployOptimized.sol?
DeployOptimized is for deployment helpers. The functions you have mentioned serve different purposes (testing).