We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50c6d6 commit ead12ccCopy full SHA for ead12cc
src/lib/hooks/use-approval.ts
@@ -23,6 +23,7 @@ export const useApproval = (
23
if (!publicClient) return null
24
const chainId = publicClient?.chain.id
25
console.log('chainId', chainId)
26
+ console.log('token', token)
27
return getAddressForToken(token.symbol, chainId) ?? null
28
}, [publicClient, token])
29
0 commit comments