Closed dd0sxx closed 1 year ago
Motivation:
In order to make scripting easier and inherit from this deploy script, we are marking the run function as virtual so other scripts can override it.
Modifications:
run
DeployLlamaInstance.s.sol
Result:
Other scripts can now inherit DeployLlamaInstance.s.sol and override its run function
Motivation:
In order to make scripting easier and inherit from this deploy script, we are marking the run function as virtual so other scripts can override it.
Modifications:
run
function inDeployLlamaInstance.s.sol
Result:
Other scripts can now inherit
DeployLlamaInstance.s.sol
and override itsrun
function