Skip to content

Commit

Permalink
fix: add TODO comment for future refactor of serviceWallets logic
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Nov 21, 2024
1 parent 3feb3d4 commit 7fb1c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/hooks/useService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const useService = ({
);
}, [serviceConfigId, services]);

// TODO: quick hack to fix for refactor (only predict), will make it dynamic later
const serviceWallets: AgentWallets = useMemo(() => {
if (!service?.chain_configs[ChainId.Gnosis]) return [];

Expand Down

0 comments on commit 7fb1c99

Please sign in to comment.