Whenever the swap executes the program will call the following codes to get the poolInfo to load the liquidity file. The file is 467MB. Is there a better and faster way to get the poolInfo?
await raydiumSwap.loadPoolKeys(Raydium_Liquidity_File);
let poolInfo = raydiumSwap.findPoolInfoForTokens(sourceToken, destinationToken);