Skip to content

Commit

Permalink
Update useTokens2.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed May 13, 2024
1 parent 240cb5a commit d57c031
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/nextjs/hooks/useTokens2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ export const useTokens = (
} as any,
});

console.log(chain.id);

const publicClient = usePublicClient({ chainId: chain.id, config });

console.log(publicClient);

const [isLoading, setIsLoading] = useState(false);
const [isError, setIsError] = useState(false);

Expand Down

0 comments on commit d57c031

Please sign in to comment.