Implementation of this funding proposal.
It can run in two ways:
-
Deploy the
Proposal
contract, then execute therun()
function. -
Run the test
forge test -vvvv
and copy thepropose()
calldata from the logs. Use the calldata as in input for Compounds Governor Bravo contract'spropose()
function.
-
Install Foundry
-
Run
forge install
-
Run
forge test -vvvv
for tests.