dao-mix
dao-mix copied to clipboard
A repo for working with and building daos
Followed instruction, got bug ``` brownie run scripts/governance_standard/deploy_and_run.py Brownie v1.19.0 - Python development framework for Ethereum New compatible solc version available: 0.8.14 Compiling contracts... Solc version: 0.8.14 Optimizer: Enabled Runs:...
Now with multicall to grant and revoke roles.
Added hardhat-typescript support. To run the hardhat task: ``` npx hardhat deploy_and_run ```
Since these arrays don't need to be modified in the functions, calldata is preferable and more gas efficient.
Since proposers and executors don't need to be modified in the constructor, calldata is preferable and more gas efficient.