llamaxyz / llama

Llama is an onchain governance and access control framework for smart contracts.
https://llama.xyz
MIT License
47 stars 5 forks source link

virtual #493

Closed dd0sxx closed 1 year ago

dd0sxx commented 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:

Result:

Other scripts can now inherit DeployLlamaInstance.s.sol and override its run function