Skip to content

Commit 4bedc6a

Browse files
committed
Update deployUpgrade.ts
1 parent d0355d8 commit 4bedc6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/deployUpgrade.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,5 +337,8 @@ task(
337337
// });
338338
// }
339339
// }
340+
console.log("Updating diamond ABI...");
341+
await hre.run("diamondABI");
342+
console.log("ABI written to diamondABI/diamond.json");
340343
}
341344
);

0 commit comments

Comments
 (0)