Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Aug 29, 2024
1 parent c720fed commit 1073c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const MAJORITY_VOTING_BASE_INTERFACE = new ethers.utils.Interface([
'function totalVotingPower(uint256)',
'function getProposal(uint256)',
'function updateVotingSettings(tuple(uint8,uint32,uint32,uint64,uint256))',
'function updateMinApprovals(uint32)',
'function updateMinApprovals(uint256)',
'function createProposal(bytes,tuple(address,uint256,bytes)[],uint256,uint64,uint64,uint8,bool)',
]);

Expand Down

0 comments on commit 1073c87

Please sign in to comment.