Skip to content

Commit

Permalink
attach correct strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Mar 15, 2024
1 parent eaa5b7e commit 0a15142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/DAO/loaders/governance/useAzoriusProposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const useAzoriusProposals = () => {
baseContracts.linearVotingMasterCopyContract.asProvider.attach(strategyAddress);
} else if (erc721LinearVotingContractAddress) {
strategyContract =
baseContracts.linearVotingMasterCopyContract.asProvider.attach(strategyAddress);
baseContracts.linearVotingERC721MasterCopyContract.asProvider.attach(strategyAddress);
} else {
logError('No strategy contract found');
return [];
Expand Down

0 comments on commit 0a15142

Please sign in to comment.