Skip to content

Commit

Permalink
selectedTokenData logs
Browse files Browse the repository at this point in the history
  • Loading branch information
scermat committed Sep 13, 2024
1 parent 53622ca commit dfa34f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web-portal/frontend/components/swap/Swap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ export default function Swap() {
chainId: selectedTokenData?.chainId!,
});

console.log('selectedTokenData', selectedTokenData);

const {
data: quote,
isLoading: isQuoteLoading,
Expand Down

0 comments on commit dfa34f6

Please sign in to comment.