Skip to content

Commit ead12cc

Browse files
committed
add token log
1 parent f50c6d6 commit ead12cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/hooks/use-approval.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const useApproval = (
2323
if (!publicClient) return null
2424
const chainId = publicClient?.chain.id
2525
console.log('chainId', chainId)
26+
console.log('token', token)
2627
return getAddressForToken(token.symbol, chainId) ?? null
2728
}, [publicClient, token])
2829

0 commit comments

Comments
 (0)