Hi all,
Does anyone know how we could specify just ONE transparentproxy to transfer ownership, instead of all proxies that were created during development?
We're following the steps/tutorial from:
[cover_upgrades_plugins]
OpenZeppelin Hardhat Upgrades
Smart contracts deployed with the OpenZeppelin Upgrades plugins can be upgraded to modify their code, while preserving their address, state, and balance. This allows you to iteratively add new features to your project, or fix any bugs you may find in production.
In this guide, we will show the lifecycle using OpenZeppelin Hardhat Upgrades and Gnosis Safe from creating, testing and deploying, all the way through to upgrading with Gnosis Sa…
Environment: Hardhat, Rinkeby
Thanks for your time!
metaman10
Skyge
March 20, 2022, 12:56pm
#2
Hi, welcome to the community!
I think when you the Transparent Proxy
, it contains three parts:
proxy admin contract
proxy contract
implementation contract
So you can use one address to control proxy admin
contract, and the proxy admin
contract controls all proxy contracts.
Skyge:
Hi, welcome to the community!
I think when you the Transparent Proxy
, it contains three parts:
proxy admin contract
proxy contract
implementation contract
So you can use one address to control proxy admin
contract, and the proxy admin
contract controls all proxy contracts.
thanks for the awesome information.
1 Like