We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef6b93 commit 7a33bfdCopy full SHA for 7a33bfd
scripts/upgrades/v6.2.0.ts
@@ -190,6 +190,7 @@ async function main() {
190
await printOnchainDiamondDescription(proxyAddress);
191
await linkFacetsToDiamond(proxyAddress, proxyOwner, facetsToAdd);
192
193
+ console.log('Upgrade performed successfully!');
194
await saveOnchainDiamondDescription(proxyAddress, networkName);
195
await removeDanglingFacetDeploymentArtifacts(proxyAddress);
196
await tryVerify(facetsToAdd.map((facet) => facet.name));
0 commit comments