diff --git a/src/components/ui/modals/DelegateModal.tsx b/src/components/ui/modals/DelegateModal.tsx index d177516cb4..c65bdceff1 100644 --- a/src/components/ui/modals/DelegateModal.tsx +++ b/src/components/ui/modals/DelegateModal.tsx @@ -44,7 +44,7 @@ export function DelegateModal({ close }: { close: Function }) { validAddress = await signer!.resolveName(values.address); } const votingTokenContract = - baseContracts.votesERC20WrapperMasterCopyContract.asProvider.attach( + baseContracts.votesERC20WrapperMasterCopyContract.asSigner.attach( votesTokenContractAddress, ); delegateVote({