wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.17k stars 283 forks source link

fix deterministic UUPS proxy #471

Closed 0xtomm closed 10 months ago

0xtomm commented 11 months ago

fixes #432

0xtomm commented 11 months ago

Hi

the issue with #432 is that the args for deterministic deployment are hard-coded and UUPS take different arguments than other proxies. I've extracted the code that uses the args template so it can be used for deterministic.

wighawag commented 10 months ago

Thanks @0xtomm !

wighawag commented 10 months ago

available in 0.11.35