Skip to content

Commit

Permalink
fix: add todo and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnigir1 committed Oct 17, 2024
1 parent afba646 commit 7fc6f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Address, getAddress, parseUnits, zeroAddress } from "viem";

import type { Changeset, NewRound, PendingRoundRole } from "@grants-stack-indexer/repository";
import type { ChainId, ProtocolEvent } from "@grants-stack-indexer/shared";
import { isAlloNativeToken } from "@grants-stack-indexer/shared/";
import { isAlloNativeToken } from "@grants-stack-indexer/shared";

import type { IEventHandler, ProcessorDependencies, StrategyTimings } from "../../internal.js";
import { getRoundRoles } from "../../helpers/roles.js";
Expand Down
1 change: 1 addition & 0 deletions packages/processors/src/helpers/strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type Strategy = {
groups: string[];
};

//TODO: refactor this into a mapping in Shared package from ID to the corresponding handler class
/*
* Extracts the strategy from the ID.
* @param _id - The ID of the strategy.
Expand Down

0 comments on commit 7fc6f04

Please sign in to comment.