Skip to content

Commit

Permalink
dev: Log pool info
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss committed Nov 23, 2023
1 parent 0237552 commit 5c24c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/hooks/pool/use-select-pool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ export const useSelectPool = ({
}))
};
setPoolInfo(changedPoolInfo);
console.info(`POOL_INFO(${poolInfo.poolPath})`, poolInfo);
}).catch(() => setPoolInfo(null));
}
}, [poolRepository, feeTier, tokenA, tokenB, compareToken, isCreate, startPrice]);
Expand Down

0 comments on commit 5c24c93

Please sign in to comment.