Convert our hardhat upgrade script to a forge script
waynehoover opened this issue · 1 comments
waynehoover commented
We can delete the other scripts as we don't use them. We only use scripts/deployQuestContracts.js
to deploy the implementation address, then we use Defender to create the proposal.
We can also upgrade in the same tx to the proxyAdmin 0xD28fbF7569f31877922cDc31a1A5B3C504E8faa1
calling the upgrade
function. (need to check we have the same proxyAdmin on all chains)
waynehoover commented
Fixed with #193