* fix(status.app): normalize prefetch before passing to next-intl Link
next/link can emit prefetch: "unstable_forceStale", but next-intl’s Link type doesn’t accept it. Strip/normalize that value in the shared link wrapper to prevent the TypeScript build error.
* chore: upgrade next to version 15.5.16 across all projects
* chore: re-generate next-end.d.ts
* chore: add changeset
* fix(connector): two different zod instances being used leading to error in extension
* chore: add changeset
* fix(wallet): wrong zod version used
* fix: zod version resolution
* chore: add changeset
* fix: pnpm lock file to pass package/wallet build
* Revert "fix: pnpm lock file to pass package/wallet build"
This reverts commit a9455d4216.
* fix(connector): use dependency aliasing to isolate zod version
isolate zod's version of the connector project from other projects so it is not misused elsewhere
* fix(connector): zod imports
* Enhance token data handling by integrating CoinGecko markets API
* Update token market data retrieval to use current price from CoinGecko API
* refactor: refactor wallet assets business logic for better readability
* fix: correct spelling of fully diluted in asset metadata
* fix: update fallback logic for total supply
* docs: add changeset
* chore: update React and ReactDOM to version 19.1.2 across multiple packages
- downgrade trpc for chrome extension usage
- remove trpc patch
- update vite
- replace vitest watch for run
- replace api for create fn to await Next headers for context
- seperate storage module from keystore
- use wxt chrome storage
- add vitest config
- stub chrome runtime
- stub browser
- test add, import and get wallet methods
closes https://github.com/status-im/status-website/issues/1564