Skip to content

Commit 7a33bfd

Browse files
committed
feat: Add success message to upgrade script for better user feedback
1 parent bef6b93 commit 7a33bfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/upgrades/v6.2.0.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ async function main() {
190190
await printOnchainDiamondDescription(proxyAddress);
191191
await linkFacetsToDiamond(proxyAddress, proxyOwner, facetsToAdd);
192192
await printOnchainDiamondDescription(proxyAddress);
193+
console.log('Upgrade performed successfully!');
193194
await saveOnchainDiamondDescription(proxyAddress, networkName);
194195
await removeDanglingFacetDeploymentArtifacts(proxyAddress);
195196
await tryVerify(facetsToAdd.map((facet) => facet.name));

0 commit comments

Comments
 (0)