Skip to content

Commit

Permalink
yarn lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shazarre committed Oct 7, 2024
1 parent d872821 commit b7f9bfc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/features/delegation/hooks/useDelegatees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@ async function fetchDelegateeStats(
publicClient: PublicClient,
metadata: DelegateeMetadata[],
): Promise<AddressTo<Delegatee>> {
const lockedBalanceResults = await publicClient.multicall({
contracts: metadata.map(
(d) =>
({
address: Addresses.LockedGold,
abi: lockedGoldABI,
functionName: 'getAccountTotalLockedGold',
args: [d.address],
}) as const,
),
});

const votingPowerResults = await publicClient.multicall({
contracts: metadata.map(
(d) =>
Expand Down

0 comments on commit b7f9bfc

Please sign in to comment.