Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Jan 31, 2024
1 parent 7ca4d7b commit 5f27897
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,13 @@ function initialize(
address[] calldata _initialEditors
);
function addAddresses(address[]);
function addEditor(address);
function removeAddresses(address[]);
function removeEditor(address);
function addMember(address);
function removeMember(address);
function createProposal(
bytes calldata metadata,
Expand Down

0 comments on commit 5f27897

Please sign in to comment.