Commit 0802c75 1 parent 6351159 commit 0802c75 Copy full SHA for 0802c75
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -278,6 +278,8 @@ contract DeployHelper is
278
278
impl = address (0 );
279
279
_postdeploy ("OrgStoryNFTFactory " , address (orgStoryNftFactory));
280
280
281
+ orgStoryNftFactory.setDefaultOrgStoryNftTemplate (defaultOrgStoryNftTemplate);
282
+
281
283
if (! isTest) {
282
284
if (writeDeploys) _writeDeployment ();
283
285
_endBroadcast ();
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ contract UpgradeHelper is
68
68
}
69
69
70
70
function _writeAllAddresses () internal {
71
- string [] memory contractKeys = new string [](10 );
71
+ string [] memory contractKeys = new string [](11 );
72
72
contractKeys[0 ] = "DerivativeWorkflows " ;
73
73
contractKeys[1 ] = "GroupingWorkflows " ;
74
74
contractKeys[2 ] = "LicenseAttachmentWorkflows " ;
@@ -81,7 +81,7 @@ contract UpgradeHelper is
81
81
contractKeys[9 ] = "OrgNFT " ;
82
82
contractKeys[10 ] = "OrgStoryNFTFactory " ;
83
83
84
- address [] memory addresses = new address [](10 );
84
+ address [] memory addresses = new address [](11 );
85
85
addresses[0 ] = derivativeWorkflowsAddr;
86
86
addresses[1 ] = groupingWorkflowsAddr;
87
87
addresses[2 ] = licenseAttachmentWorkflowsAddr;
You can’t perform that action at this time.
0 commit comments