How to redeploy a contract with new bytecode at an already self destructed address using create2?

snaketh4x0r asked on Telegram

any information on how to redeploy a contract with new bytecode at already self destructed address using create2

This is not possible unless the contract was originally deployed in a way that it could be re-deployed with different bytecode subsequent times.

I’m not familiar with an article describing the details of doing this.

1 Like

It’s on my todo list to create an example showing an example using upgradeable contracts.