Skip to content

Commit a594c34

Browse files
authored
feat(host-contracts): make the verify subtask call more specific on the upgrade task
1 parent a04b3bc commit a594c34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

host-contracts/tasks/upgradeContracts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ async function upgradeCurrentToNew(
6363
const implementationAddress = await hre.upgrades.erc1967.getImplementationAddress(proxyAddress);
6464
await hre.run('verify:verify', {
6565
address: implementationAddress,
66+
contract: newImplementation,
6667
constructorArguments: [],
6768
});
6869
}

0 commit comments

Comments
 (0)