espresso-sequencer icon indicating copy to clipboard operation
espresso-sequencer copied to clipboard

Log implementation address of smart contracts deployed with Openzeppelin Defender.

Open alysiahuggins opened this issue 1 year ago • 0 comments

When deploying with foundry and openzeppelin defender, logs are explicitly written to a file in the deployment script https://github.com/EspressoSystems/espresso-sequencer/pull/1248. At the time of writing, the proxy address is recorded but not the implementation address as retrieving it within the deployment script has not been straight forward thus far. Log the implementation address in the deployment logs.

alysiahuggins avatar Mar 28 '24 13:03 alysiahuggins