Liquidity.fetchInfo processed commitment
bossikkk opened this issue · 1 comments
bossikkk commented
Function don't have commitment param
const poolInfo = await Liquidity.fetchInfo({ connection: lib, poolKeys });
How can I get fetchInfo from processed commitment?
YoussefAfla commented
You can control it directly from the connection
const connection = new Connection('YOUR RPC', 'processed');