[protocol] Use "upgrades.erc1967.getImplementationAddress" to read the implementation address
PaulRBerg opened this issue · 1 comments
PaulRBerg commented
Use the newly implemented getImplementationAddress
function in the Hardhat plugin to read the implementation address. This is to replace the current workaround to use a locally defined storage slot:
hifi/packages/protocol/tasks/deploy/balanceSheet.ts
Lines 33 to 35 in e4bb653