I am implementing wallet connect for Fuel in my dapp, and I notice that after just clicking Bako connector sdk starts to polling some state and wont stop. Is it normal?
1 Like
can you please share what connector versions you are using?
Hi @Nazeeh21 connector version is the latest, but same issue I have seen in your bridge
Will make sure the bako team looks into it
Hello, thanks for letting us know about this problem
This happens because the connection information for the bakosafe wallet is stored in an API and the fuels/connectors package makes several pings to keep the user’s connection data up to date
The same does not happen with other wallets because they are extensions and probably store the information in the browser.
We are thinking about a local cache system in the browser to avoid the problem, and we will soon return with a complete solution.