DeFiFoFum / hardhat-template

Solidity Smart Contract development template using modern Web3 frameworks/tools including Hardhat, Typechain and more.
GNU General Public License v3.0
1 stars 3 forks source link

feat: added option for deploying as upgradable proxy #11

Closed Doublo54 closed 9 months ago

DeFiFoFum commented 9 months ago

Thanks for submitting this updated. 🔥 It's a really useful feature as I'm needing that functionality. While I was reviewing the update I realized there were some limitations I wanted to overcome by using hardhats upgrades.

To give more flexibility I added extra functions to the DeployManager for that purpose: https://github.com/DeFiFoFum/hardhat-template/pull/15