Changelog

Changelog

We ship new features, fixes, and improvements to Formo every week

Improved WalletConnect Support and EIP-1193 Fallback

Here are this week's highlights:

  • Improved WalletConnect Support

  • EIP-1193 Fallback for Wagmi Mode

  • Improvements and Fixes

Improved WalletConnect Support

The Web SDK (1.38.2) can now track wallets your app constructs in code, not just the ones a browser injects from EIP-1193.

Wallet discovery covers wallets that announce themselves and wallets that sit at window.ethereum, which is every injected browser wallet and nothing else. A provider your app builds in code, such as WalletConnect, announces nothing.

Hand the provider over with registerProvider and it takes the same path a discovered wallet does: connect and disconnect lifecycle events, and signature and transaction autocapture.

formo.registerProvider(provider);

Using Wagmi mode? This is automatically handled for you and you don't need to make any changes.

See the WalletConnect integration guide to get started.

EIP-1193 Fallback for Wagmi Mode

Wagmi mode captures signature and transaction events from Wagmi hooks. However, if your app also sends imperatively through viem, with sendTransaction, .signMessage, or .writeContract, those calls create no Wagmi mutation and were never captured.

Opt in with eip1193Fallback and the SDK instruments the active connector's provider with the same request wrapper the EIP-1193 mode uses:

wagmi: { eip1193Fallback: true }

Upgrade to the latest SDK to get started.

Improvements and Fixes

  • Added a copy button to delete confirmation dialogs, so you can copy the confirmation phrase instead of retyping it manually.

  • Updated the Type filter to Event type across Activity and Explore, matching the field name in your data.

  • Updated the description of the Transactions metric to say exactly what it counts. See key metrics.

  • Fixed Solana and other non-EVM events showing a raw chain id instead of the chain name in Activity and on the Users page.

  • Fixed wallet profiles that were still being enriched showing as missing rather than pending.

  • Fixed the anonymous user count including users from data sources outside the one you filtered to.

  • Fixed analytics pages erroring on an invalid or hand-edited date range in the URL.

  • Fixed filters on the demo project not applying to the charts and tables below them.

  • Fixed Insights queries failing on duplicate format clauses.

  • Fixed the Insights brief withholding a section when a metric grew from zero. A change from a zero baseline now reads "New".

  • Fixed Ask AI withholding correct answers to period-over-period comparison questions.

  • Fixed Ask AI rendering SQL in a doubled code block, and closing the chat list after you deleted a conversation.

  • Fixed the API reference for the Events API which now shows the latest full set of responses the endpoint returns.

  • Fixed the CLI reference showing the wrong boolean flag syntax and pipeline defaults.

  • Platform security and performance improvements.

  • Minor UX and UI improvements.

Share this on

Crypto analytics that drive growth

Formo helps you define, measure, and drive impact onchain in less time.