Open Issues Need Help
View All on GitHubAI Summary: Debug a WalletConnect integration issue in a Next.js application using the NEAR Protocol. The issue involves a `Session settlement failed` error (code 7000) when attempting to sign transactions using FireBlocks with the @near-wallet-selector/wallet-connect library. The task requires investigating the WalletConnect project configuration, testing with different wallet versions and setups, and potentially exploring alternative integration approaches.
AI Summary: Implement proper error handling for mutations in the Templar Protocol frontend application. The current error handling for mutation functions is insufficient, causing exceptions to bubble up. The task involves investigating the existing error handling (using `onError` and `mutateAsync`), and potentially implementing an error boundary to prevent unhandled exceptions. This will improve the application's robustness and user experience.