Environment
- Foundry
- OpenZeppelin Upgrades
Details
I’m trying to make an upgrade of a smart contract using foundry and my approval process is via a Gnosis Safe wallet. Everything is set up and tested and works fine, on test environment, the issue comes in mainnet environment, I have in the address book the address of the Safe wallet (this is a smart contract) and I’m not able to make the proposal to it because when I run the script I reach the quota of mainnet smart contracts in the address book. I realized that when the script runs it also adds to the address book three addresses, the proxy and the implementation twice.
Is there a way to skip this POST?