Ismael Treviño
Ismael Treviño
### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...
The only thing I know is that when it finds a new pool, it caches it. But for what? because it is necessary?
This function in default-transaction-executor.ts runs very slow ``` const confirmation = await this.connection.confirmTransaction( { signature, lastValidBlockHeight: latestBlockhash.lastValidBlockHeight, blockhash: latestBlockhash.blockhash, }, this.connection.commitment, ) ``` I have the quick node RCP with...
> > > > > You can set Liquidity pool range in filters > > > > I could not find the range for this filter. I just saw values...
**Is your feature request related to a problem? Please describe.** Currently, ChromeDriver issues often arise due to version mismatches between the browser and the installed driver. Keeping the driver updated...