diff --git a/.changeset/fix-gemini-wallet-icon.md b/.changeset/fix-gemini-wallet-icon.md new file mode 100644 index 0000000000..fe4ef5b905 --- /dev/null +++ b/.changeset/fix-gemini-wallet-icon.md @@ -0,0 +1,5 @@ +--- +"@rainbow-me/rainbowkit": patch +--- + +Fix Gemini wallet connector to use `icon` instead of `icons` in `appMetadata` diff --git a/.changeset/fix-mobile-wallet-visibility.md b/.changeset/fix-mobile-wallet-visibility.md new file mode 100644 index 0000000000..cc6e5db192 --- /dev/null +++ b/.changeset/fix-mobile-wallet-visibility.md @@ -0,0 +1,5 @@ +--- +"@rainbow-me/rainbowkit": patch +--- + +Fix mobile visibility for Coin98, CLV, SafePal, Frontier, and BeraSig wallets. diff --git a/.changeset/rename-argent-to-ready.md b/.changeset/rename-argent-to-ready.md new file mode 100644 index 0000000000..0386e0c9a2 --- /dev/null +++ b/.changeset/rename-argent-to-ready.md @@ -0,0 +1,5 @@ +--- +'@rainbow-me/rainbowkit': patch +--- + +Rename the Argent wallet connector to `readyWallet` diff --git a/.changeset/update-metamask-flags.md b/.changeset/update-metamask-flags.md new file mode 100644 index 0000000000..07ddac81a7 --- /dev/null +++ b/.changeset/update-metamask-flags.md @@ -0,0 +1,5 @@ +--- +"@rainbow-me/rainbowkit": patch +--- + +Add additional wallet flags to `isMetaMask()` to detect impersonating providers. diff --git a/.changeset/upgrade-wagmi-viem.md b/.changeset/upgrade-wagmi-viem.md new file mode 100644 index 0000000000..cc52cc15e0 --- /dev/null +++ b/.changeset/upgrade-wagmi-viem.md @@ -0,0 +1,20 @@ +--- +"@rainbow-me/create-rainbowkit": patch +"example": patch +"site": patch +"with-create-react-app": patch +"with-next": patch +"with-next-app": patch +"with-next-app-i18n": patch +"with-next-custom-button": patch +"with-next-mint-nft": patch +"with-next-rainbow-button": patch +"with-next-siwe-iron-session": patch +"with-next-siwe-next-auth": patch +"with-next-wallet-button": patch +"with-react-router": patch +"with-remix": patch +"with-vite": patch +--- + +Upgrade wagmi to ^2.19.3 and viem to 2.38.0. diff --git a/.changeset/xdefi-to-ctrl-rebrand.md b/.changeset/xdefi-to-ctrl-rebrand.md new file mode 100644 index 0000000000..d533062afb --- /dev/null +++ b/.changeset/xdefi-to-ctrl-rebrand.md @@ -0,0 +1,5 @@ +--- +"@rainbow-me/rainbowkit": patch +--- + +Add `ctrlWallet` wallet connector to replace `xdefiWallet`. XDEFI Wallet has been rebranded to CTRL Wallet. diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7d288503a6..1dd179c539 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { "name": "Node.js & TypeScript", "image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm", - "postCreateCommand": "npm i -g pnpm@10.8.0 && pnpm install" + "postCreateCommand": "npm i -g pnpm@10.21.0 && pnpm install" } diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8f61b0e0f5..e4a38cce09 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -13,7 +13,7 @@ It's never a fun experience to have your pull request declined after investing a ## Prerequisites -This project uses [`pnpm`](https://pnpm.io) as a package manager. The required `pnpm` version to get started is `^10.8.0`. +This project uses [`pnpm`](https://pnpm.io) as a package manager. The required `pnpm` version to get started is `^10.21.0`. ## Development environment diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0503fdf306..159985f9f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,7 @@ name: CI on: [pull_request, push] env: - pnpm: 10.8.0 - RAINBOW_PROVIDER_API_KEY: ${{ secrets.RAINBOW_PROVIDER_API_KEY }} - WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }} + pnpm: 10.21.0 jobs: tests: diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml new file mode 100644 index 0000000000..ae36c007f3 --- /dev/null +++ b/.github/workflows/claude.yml @@ -0,0 +1,50 @@ +name: Claude Code + +on: + issue_comment: + types: [created] + pull_request_review_comment: + types: [created] + issues: + types: [opened, assigned] + pull_request_review: + types: [submitted] + +jobs: + claude: + if: | + (github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) || + (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) || + (github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) || + (github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude'))) + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: read + issues: read + id-token: write + actions: read # Required for Claude to read CI results on PRs + steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 1 + + - name: Run Claude Code + id: claude + uses: anthropics/claude-code-action@v1 + with: + claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + + # This is an optional setting that allows Claude to read CI results on PRs + additional_permissions: | + actions: read + + # Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it. + # prompt: 'Update the pull request description to include a summary of changes.' + + # Optional: Add claude_args to customize behavior and configuration + # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md + # or https://docs.anthropic.com/en/docs/claude-code/sdk#command-line for available options + # claude_args: '--model claude-opus-4-1-20250805 --allowed-tools Bash(gh pr:*)' + diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1d1be10b9..6e4c0e0c6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - main env: - pnpm: 10.8.0 + pnpm: 10.21.0 HUSKY: 0 # Avoid pre-commit hook tests RAINBOW_PROVIDER_API_KEY: RAINBOW_PROVIDER_API_KEY @@ -49,9 +49,9 @@ jobs: - name: Create Release Pull Request uses: changesets/action@v1 with: - title: 'chore: version packages' - commit: 'chore: version packages' + title: "chore: version packages" + commit: "chore: version packages" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RAINBOW_PROVIDER_API_KEY: ${{ secrets.RAINBOW_PROVIDER_API_KEY }} - WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }} \ No newline at end of file + WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }} diff --git a/.gitignore b/.gitignore index 35fcbaab68..919979c818 100644 --- a/.gitignore +++ b/.gitignore @@ -106,5 +106,4 @@ dist # Others .DS_Store - node-compile-cache/ diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000000..209e3ef4b6 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20 diff --git a/AGENTS.md b/AGENTS.md index 37d81d6f20..02b0d62b1d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,20 +1,163 @@ -# Contributor Guide - -## Dev Environment Tips -- Run `pnpm install` from the repository root to install all dependencies and generate type definitions. -- Before committing, execute `pnpm format:fix` to automatically correct formatting issues. - -## Testing Instructions -- Check the CI configuration under `.github/workflows` to understand the automated plan. -- Use `pnpm test` at the monorepo root to run the full test suite. Your commit must pass these tests before merging. -- To focus on a specific test, run `pnpm test:unit run -t ""`. -- Keep fixing test or type errors until everything passes. -- After moving files or adjusting imports, run `pnpm lint` to ensure ESLint and TypeScript still succeed. -- Whenever you change code, add or update tests even if not explicitly requested. - -## PR Instructions -- Follow the commit style defined in `commitlint.config.js`. Prefix commits and PR titles with a type such as `fix`, `feat`, or `chore`, for example: `fix: resolve login bug`. -- Always run `pnpm changeset` to create a changeset for every affected package. Patch versions are typically preferred unless the change warrants a minor or major bump. -- Never modify any CHANGELOG.md files. These are managed automatically. -- Patch bump `@rainbow-me/create-rainbowkit` whenever template dependencies change. -- Only modify `en-US.json` locale files; never adjust other locale JSON files. +# AGENTS.md + +This file provides guidance to Codex (openai.com/codex) when working with code in this repository. + +## Monorepo Structure + +RainbowKit is a pnpm monorepo containing multiple packages: + +- **`packages/rainbowkit`** - Core library: React components and hooks for wallet connection UI +- **`packages/rainbow-button`** - Standalone rainbow button component +- **`packages/rainbowkit-siwe-next-auth`** - Sign-In with Ethereum integration with NextAuth.js +- **`packages/create-rainbowkit`** - CLI tool for scaffolding new RainbowKit projects +- **`packages/example`** - Development example app (runs on localhost:3000) +- **`site`** - Documentation site (runs on localhost:3001) +- **`examples/`** - Additional example integrations (Next.js, Vite, Remix, etc.) + +## Development Commands + +### Setup +```bash +pnpm install # Install dependencies and generate type definitions from root +``` + +### Development +```bash +pnpm dev # Run example app + site (localhost:3000 and :3001) +pnpm dev:lib # Watch and rebuild library packages only +pnpm dev:example # Run lib + example app only +pnpm dev:site # Run lib + docs site only +pnpm dev:cli # Watch mode for create-rainbowkit CLI +pnpm dev:template:next-app # Run Next.js app template directly +``` + +### Building +```bash +pnpm build # Build all packages (excludes template apps) +``` + +### Testing +```bash +pnpm test # Run all unit tests (uses Vitest) +pnpm test:unit run -t "" # Run specific test by name +pnpm test:update # Update test snapshots +pnpm test:watch # Watch mode for tests +pnpm test:cli # Test CLI scaffolding (builds template) +pnpm test:cli:dev # Scaffold template + start dev server +pnpm test:cli:clean # Remove generated test app +``` + +### Linting & Formatting +```bash +pnpm lint # Check formatting + typecheck all packages +pnpm lint:fix # Auto-fix formatting issues +pnpm format:check # Check Biome formatting only +pnpm format:fix # Auto-fix Biome formatting (run before commits) +``` + +## Architecture + +### Core Library (`packages/rainbowkit`) + +Built with: +- **Styling**: Vanilla Extract for type-safe CSS-in-JS with CSS modules +- **Build**: Custom esbuild setup (`build.js`) with watch mode +- **Bundling**: ESM format with code splitting for tree shaking + +Key directories: +- `src/components/` - UI components (ConnectButton, modals, etc.) +- `src/wallets/` - Wallet connector definitions and registry +- `src/themes/` - Theme system (light, dark, midnight) +- `src/locales/` - Internationalization files +- `src/hooks/` - React hooks for wallet interactions +- `src/css/` - Vanilla Extract styles + +Build process: +1. TypeScript type generation runs first (`typegen`) +2. esbuild compiles main entry + wallets separately +3. Vanilla Extract processes CSS with autoprefixer and selector prefixing (`[data-rk]`) +4. SVGs are inlined as data URLs, PNGs as base64 + +Environment variables required (`.env.local`): +- `RAINBOW_PROVIDER_API_KEY` - For enhanced provider features +- `WALLETCONNECT_PROJECT_ID` - For WalletConnect integration + +### Testing + +- Framework: Vitest with jsdom environment +- Setup: `packages/rainbowkit/test/setup.ts` +- Config: Root `vitest.config.ts` with Vanilla Extract plugin +- Tests located alongside source files (`.test.ts` / `.test.tsx`) + +## Commit & Release Workflow + +### Commit Format +Follow conventional commits as defined in `commitlint.config.js`: +- Types: `fix`, `feat`, `test`, `tooling`, `refactor`, `revert`, `example`, `docs`, `format`, `chore` +- Example: `fix: resolve wallet disconnect issue` + +### Changesets +Always create a changeset for user-facing changes: +```bash +pnpm changeset # Creates markdown file in .changeset/ +``` +- Prefer patch versions unless change warrants minor/major +- Never edit CHANGELOG.md files directly (auto-generated) +- Update existing changesets in same area rather than creating duplicates +- Patch bump `@rainbow-me/create-rainbowkit` when template dependencies change + +### Git Workflow Tools +Use the following tools for git operations: +- **Graphite (`gt`)** - Preferred tool for all git interactions: + - **Creating commits**: `gt create -m "commit message"` + - **Modifying existing commits**: `gt modify` + - **Prefer this over adding new commits unless explicitly asked** + - **Need to stage changes with git add or use --all to stage all changes** + - **Always resubmit after running gt modify** using `gt submit --stack` + - **Creating branches**: `gt branch create ` + - **Tracking branches**: `gt track` - Always track branches if they aren't already tracked + - **Moving branches in stack**: `gt move --onto ` - Use when repositioning commits/branches + - **Submitting/updating pull requests**: `gt submit --stack` + - **Checking out PRs**: `gt checkout ` + - **Resubmitting after changes**: Always run `gt submit --stack` after making changes or commits + - **Always ask before committing changes or manipulating/resubmitting branches or opening PRs** + - **Always use gt modify by default when asked to make a commit** +- **GitHub CLI (`gh`)** - For viewing CI/CD status: + - Use `gh run list` to view workflow runs + - Use `gh run view` to investigate specific CI failures + +### Locale Files +Only modify `en-US.json` locale files. Other language files are managed separately. + +## CI Pipeline + +See `.github/workflows/ci.yml` for full test plan: +1. Install dependencies +2. Build all packages +3. Run linting and formatting checks +4. Run unit tests (`pnpm test`) +5. Run CLI tests (`pnpm test:cli`) + +All checks must pass before merging. + +## Working with create-rainbowkit CLI + +Template location: `packages/create-rainbowkit/templates/next-app/` + +After template changes: +```bash +pnpm test:cli:dev # Scaffold and test template (updates lockfile) +``` +Commit the generated lockfile to keep monorepo in sync. + +Link CLI globally for testing: +```bash +pnpm link:cli # Makes `create-rainbowkit` available system-wide +``` + +## Additional Notes + +- Uses Biome for formatting/linting (replaces ESLint + Prettier) +- React 19 and Next.js 15 compatible +- Built on wagmi v2 and viem 2.x +- Node.js >= 20 required diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000000..02e3f2b989 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,163 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +## Monorepo Structure + +RainbowKit is a pnpm monorepo containing multiple packages: + +- **`packages/rainbowkit`** - Core library: React components and hooks for wallet connection UI +- **`packages/rainbow-button`** - Standalone rainbow button component +- **`packages/rainbowkit-siwe-next-auth`** - Sign-In with Ethereum integration with NextAuth.js +- **`packages/create-rainbowkit`** - CLI tool for scaffolding new RainbowKit projects +- **`packages/example`** - Development example app (runs on localhost:3000) +- **`site`** - Documentation site (runs on localhost:3001) +- **`examples/`** - Additional example integrations (Next.js, Vite, Remix, etc.) + +## Development Commands + +### Setup +```bash +pnpm install # Install dependencies and generate type definitions from root +``` + +### Development +```bash +pnpm dev # Run example app + site (localhost:3000 and :3001) +pnpm dev:lib # Watch and rebuild library packages only +pnpm dev:example # Run lib + example app only +pnpm dev:site # Run lib + docs site only +pnpm dev:cli # Watch mode for create-rainbowkit CLI +pnpm dev:template:next-app # Run Next.js app template directly +``` + +### Building +```bash +pnpm build # Build all packages (excludes template apps) +``` + +### Testing +```bash +pnpm test # Run all unit tests (uses Vitest) +pnpm test:unit run -t "" # Run specific test by name +pnpm test:update # Update test snapshots +pnpm test:watch # Watch mode for tests +pnpm test:cli # Test CLI scaffolding (builds template) +pnpm test:cli:dev # Scaffold template + start dev server +pnpm test:cli:clean # Remove generated test app +``` + +### Linting & Formatting +```bash +pnpm lint # Check formatting + typecheck all packages +pnpm lint:fix # Auto-fix formatting issues +pnpm format:check # Check Biome formatting only +pnpm format:fix # Auto-fix Biome formatting (run before commits) +``` + +## Architecture + +### Core Library (`packages/rainbowkit`) + +Built with: +- **Styling**: Vanilla Extract for type-safe CSS-in-JS with CSS modules +- **Build**: Custom esbuild setup (`build.js`) with watch mode +- **Bundling**: ESM format with code splitting for tree shaking + +Key directories: +- `src/components/` - UI components (ConnectButton, modals, etc.) +- `src/wallets/` - Wallet connector definitions and registry +- `src/themes/` - Theme system (light, dark, midnight) +- `src/locales/` - Internationalization files +- `src/hooks/` - React hooks for wallet interactions +- `src/css/` - Vanilla Extract styles + +Build process: +1. TypeScript type generation runs first (`typegen`) +2. esbuild compiles main entry + wallets separately +3. Vanilla Extract processes CSS with autoprefixer and selector prefixing (`[data-rk]`) +4. SVGs are inlined as data URLs, PNGs as base64 + +Environment variables required (`.env.local`): +- `RAINBOW_PROVIDER_API_KEY` - For enhanced provider features +- `WALLETCONNECT_PROJECT_ID` - For WalletConnect integration + +### Testing + +- Framework: Vitest with jsdom environment +- Setup: `packages/rainbowkit/test/setup.ts` +- Config: Root `vitest.config.ts` with Vanilla Extract plugin +- Tests located alongside source files (`.test.ts` / `.test.tsx`) + +## Commit & Release Workflow + +### Commit Format +Follow conventional commits as defined in `commitlint.config.js`: +- Types: `fix`, `feat`, `test`, `tooling`, `refactor`, `revert`, `example`, `docs`, `format`, `chore` +- Example: `fix: resolve wallet disconnect issue` + +### Changesets +Always create a changeset for user-facing changes: +```bash +pnpm changeset # Creates markdown file in .changeset/ +``` +- Prefer patch versions unless change warrants minor/major +- Never edit CHANGELOG.md files directly (auto-generated) +- Update existing changesets in same area rather than creating duplicates +- Patch bump `@rainbow-me/create-rainbowkit` when template dependencies change + +### Git Workflow Tools +Use the following tools for git operations: +- **Graphite (`gt`)** - Preferred tool for all git interactions: + - **Creating commits**: `gt create -m "commit message"` + - **Modifying existing commits**: `gt modify` + - **Prefer this over adding new commits unless explicitly asked** + - **Need to stage changes with git add or use --all to stage all changes** + - **Always resubmit after running gt modify** using `gt submit --stack` + - **Creating branches**: `gt branch create ` + - **Tracking branches**: `gt track` - Always track branches if they aren't already tracked + - **Moving branches in stack**: `gt move --onto ` - Use when repositioning commits/branches + - **Submitting/updating pull requests**: `gt submit --stack` + - **Checking out PRs**: `gt checkout ` + - **Resubmitting after changes**: Always run `gt submit --stack` after making changes or commits + - **Always ask before committing changes or manipulating/resubmitting branches or opening PRs** + - **Always use gt modify by default when asked to make a commit** +- **GitHub CLI (`gh`)** - For viewing CI/CD status: + - Use `gh run list` to view workflow runs + - Use `gh run view` to investigate specific CI failures + +### Locale Files +Only modify `en-US.json` locale files. Other language files are managed separately. + +## CI Pipeline + +See `.github/workflows/ci.yml` for full test plan: +1. Install dependencies +2. Build all packages +3. Run linting and formatting checks +4. Run unit tests (`pnpm test`) +5. Run CLI tests (`pnpm test:cli`) + +All checks must pass before merging. + +## Working with create-rainbowkit CLI + +Template location: `packages/create-rainbowkit/templates/next-app/` + +After template changes: +```bash +pnpm test:cli:dev # Scaffold and test template (updates lockfile) +``` +Commit the generated lockfile to keep monorepo in sync. + +Link CLI globally for testing: +```bash +pnpm link:cli # Makes `create-rainbowkit` available system-wide +``` + +## Additional Notes + +- Uses Biome for formatting/linting (replaces ESLint + Prettier) +- React 19 and Next.js 15 compatible +- Built on wagmi v2 and viem 2.x +- Node.js >= 20 required diff --git a/package.json b/package.json index f7206b293c..4c68606480 100644 --- a/package.json +++ b/package.json @@ -67,10 +67,10 @@ "react-dom": "^19.1.0", "recursive-readdir-files": "^2.3.1", "typescript": "5.5.4", - "viem": "2.29.2", + "viem": "2.38.0", "vite": "^6.3.5", "vitest": "2.1.9", - "wagmi": "^2.15.6" + "wagmi": "^2.19.3" }, "resolutions": { "@types/react": "^19.1.8", @@ -79,22 +79,28 @@ "react-dom": "^19.1.0", "elliptic": "6.6.1" }, + "packageManager": "pnpm@10.21.0", "pnpm": { "ignoredBuiltDependencies": [ "@biomejs/biome", + "@tailwindcss/oxide", "@vercel/speed-insights", "bufferutil", "contentlayer2", "core-js", "core-js-pure", "keccak", + "msw", "protobufjs", "sharp", "utf-8-validate" ], "onlyBuiltDependencies": [ "esbuild" - ] + ], + "overrides": { + "@remix-run/dev>esbuild": "0.25.5" + } }, "engines": { "node": ">=20" diff --git a/packages/example/CHANGELOG.md b/packages/example/CHANGELOG.md index 938dd41f47..1689c4ddd2 100644 --- a/packages/example/CHANGELOG.md +++ b/packages/example/CHANGELOG.md @@ -1,5 +1,27 @@ # example +## 0.0.116 + +### Patch Changes + +- c9ee131: Add providers page for inspecting injected providers and EIP-6963 wallets. +- 66bcc18: Universal Profiles wallet connector +- 5698ade: fix monad logo in rainbowkit package and include monad testnet in the example +- d92a6c7: Upgrade wagmi to ^2.17.4 and viem to 2.31.7. +- Updated dependencies [e52ca05] +- Updated dependencies [1e67f0d] +- Updated dependencies [d92a6c7] +- Updated dependencies [87257e6] +- Updated dependencies [0b9052c] +- Updated dependencies [b34d6c1] +- Updated dependencies [66bcc18] +- Updated dependencies [fe0496e] +- Updated dependencies [5698ade] +- Updated dependencies [1520f59] + - @rainbow-me/rainbowkit@2.2.9 + - @rainbow-me/rainbow-button@0.2.26 + - @rainbow-me/rainbowkit-siwe-next-auth@0.5.0 + ## 0.0.115 ### Patch Changes diff --git a/packages/example/package.json b/packages/example/package.json index 0ea91e3906..377828428f 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "0.0.115", + "version": "0.0.116", "description": "", "private": true, "main": "index.js", @@ -11,8 +11,9 @@ "next-auth": "4.24.11", "react": "^19.1.0", "react-dom": "^19.1.0", - "viem": "2.29.2", - "wagmi": "^2.15.6" + "viem": "2.38.0", + "wagmi": "^2.19.3", + "mipd": "^0.0.7" }, "scripts": { "dev": "next dev", diff --git a/packages/example/src/pages/_app.tsx b/packages/example/src/pages/_app.tsx index 58b1eb1911..6d6d92a5c1 100644 --- a/packages/example/src/pages/_app.tsx +++ b/packages/example/src/pages/_app.tsx @@ -1,27 +1,28 @@ import '@stakekit/rainbowkit/styles.css'; import './global.css'; +import type { Session } from 'next-auth'; +import { SessionProvider, signOut } from 'next-auth/react'; +import type { AppProps } from 'next/app'; +import Head from 'next/head'; +import { useRouter } from 'next/router'; +import { useCallback, useEffect, useRef, useState } from 'react'; + import { type AvatarComponent, - type Chain, type DisclaimerComponent, type Locale, RainbowKitProvider, darkTheme, lightTheme, midnightTheme, + type Chain as RainbowKitChain, } from '@stakekit/rainbowkit'; -import type { Session } from 'next-auth'; -import { SessionProvider, signOut } from 'next-auth/react'; -import type { AppProps } from 'next/app'; -import Head from 'next/head'; -import { useRouter } from 'next/router'; -import { useCallback, useEffect, useRef, useState } from 'react'; import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; import { WagmiProvider, useDisconnect } from 'wagmi'; + import type { AppContextProps } from '../lib/AppContextProps'; import { config } from '../wagmi'; -import type { RainbowKitChain } from '@stakekit/rainbowkit/dist/components/RainbowKitProvider/RainbowKitChainContext'; const RAINBOW_TERMS = 'https://rainbow.me/terms-of-use'; @@ -182,7 +183,7 @@ function RainbowKitApp({ > - {isMounted && ( + {isMounted && router.pathname !== '/providers' && ( <>
{ gap: '20px', }} > - {['rainbow', 'metamask', 'coinbase'].map((connector) => { + {['rainbow', 'metamask', 'baseAccount'].map((connector) => { return ; })}
diff --git a/packages/example/src/pages/providers.tsx b/packages/example/src/pages/providers.tsx new file mode 100644 index 0000000000..9dda0f03d3 --- /dev/null +++ b/packages/example/src/pages/providers.tsx @@ -0,0 +1,201 @@ +// This page captures window.ethereum exactly once, prior to React hydration. +// Guarantees: +// - Uses +

Ethereum Providers

+
+

eip-1193

+ {ethereumFlags ? ( + + + {Object.entries(ethereumFlags).map(([key, value]) => ( + + + + + ))} + +
{key}{String(value)}
+ ) : ( +

No window.ethereum detected

+ )} +

eip-1193 providers[]

+ {providerFlags.length > 0 ? ( + + + + + + + + + + {providerFlags.map((flags, idx) => + Object.entries(flags).map(([key, value], i) => ( + + {i === 0 && ( + + )} + + + + )), + )} + +
#flagvalue
+ {idx} + {key}{String(value)}
+ ) : ( +

No providers detected

+ )} +
+
+

eip-6963

+ {wallets.length > 0 ? ( + + + + + + + + + + {wallets.map(({ info }) => ( + + + + + + ))} + +
idnamelogo
{info.rdns}{info.name} + {info.name} +
+ ) : ( +

No wallets detected

+ )} +
+ + ); +} diff --git a/packages/example/src/wagmi.ts b/packages/example/src/wagmi.ts index 3e77822dbe..f8a045caf1 100644 --- a/packages/example/src/wagmi.ts +++ b/packages/example/src/wagmi.ts @@ -1,7 +1,7 @@ import { type Chain, getDefaultConfig } from '@stakekit/rainbowkit'; import { - argentWallet, backpackWallet, + baseAccount, berasigWallet, bestWallet, bifrostWallet, @@ -13,7 +13,6 @@ import { bybitWallet, clvWallet, coin98Wallet, - coinbaseWallet, compassWallet, coreWallet, dawnWallet, @@ -34,6 +33,7 @@ import { metaMaskWallet, mewWallet, nestWallet, + novaWallet, oktoWallet, okxWallet, omniWallet, @@ -43,6 +43,7 @@ import { phantomWallet, rabbyWallet, rainbowWallet, + readyWallet, ramperWallet, roninWallet, safeWallet, @@ -58,11 +59,12 @@ import { valoraWallet, walletConnectWallet, wigwamWallet, - xdefiWallet, + ctrlWallet, xPortalWallet, zealWallet, zerionWallet, zilPayWallet, + universalProfilesWallet, } from '@stakekit/rainbowkit/wallets'; import { publicActions } from 'viem'; import { @@ -87,7 +89,9 @@ import { inkSepolia, linea, lineaSepolia, + lukso, mainnet, + monadTestnet, optimism, optimismSepolia, polygon, @@ -127,12 +131,6 @@ const avalanche = { }, } as const satisfies Chain; -// Enable Smart Wallet and EOA -// Testing `preference` type -coinbaseWallet.preference = 'all'; - -// TODO: Add subAccounts, paymasterUrls - export const config = getDefaultConfig({ appName: 'RainbowKit Demo', projectId, @@ -158,6 +156,7 @@ export const config = getDefaultConfig({ gnosis, scroll, zksync, + lukso, ...(process.env.NEXT_PUBLIC_ENABLE_TESTNETS === 'true' ? [ sepolia, @@ -171,6 +170,7 @@ export const config = getDefaultConfig({ curtis, inkSepolia, lineaSepolia, + monadTestnet, optimismSepolia, polygonMumbai, scrollSepolia, @@ -185,7 +185,7 @@ export const config = getDefaultConfig({ wallets: [ safeWallet, rainbowWallet, - coinbaseWallet, + baseAccount, metaMaskWallet, walletConnectWallet, ], @@ -193,7 +193,7 @@ export const config = getDefaultConfig({ { groupName: 'Other', wallets: [ - argentWallet, + readyWallet, backpackWallet, berasigWallet, bestWallet, @@ -225,6 +225,7 @@ export const config = getDefaultConfig({ magicEdenWallet, mewWallet, nestWallet, + novaWallet, oktoWallet, okxWallet, omniWallet, @@ -244,9 +245,10 @@ export const config = getDefaultConfig({ tokenaryWallet, trustWallet, uniswapWallet, + universalProfilesWallet, valoraWallet, wigwamWallet, - xdefiWallet, + ctrlWallet, xPortalWallet, zealWallet, zerionWallet, diff --git a/packages/rainbowkit/.changeset/nova-wallet-contribution.md b/packages/rainbowkit/.changeset/nova-wallet-contribution.md new file mode 100644 index 0000000000..ef1d1b2146 --- /dev/null +++ b/packages/rainbowkit/.changeset/nova-wallet-contribution.md @@ -0,0 +1,6 @@ +--- +"@rainbow-me/rainbowkit": patch +--- + +Added Nova Wallet support with `novaWallet` wallet connector +Fixed 'zilPayWallet' string resources \ No newline at end of file diff --git a/packages/rainbowkit/CHANGELOG.md b/packages/rainbowkit/CHANGELOG.md index 957ab18c3d..d8f8a95db1 100644 --- a/packages/rainbowkit/CHANGELOG.md +++ b/packages/rainbowkit/CHANGELOG.md @@ -399,6 +399,73 @@ - 5b54649: MEW Wallet now supports WalletConnect on mobile - 03ae0d0: Added xPortal Wallet support with `xPortalWallet` wallet connector +## 2.2.9 + +### Patch Changes + +- e52ca05: Add `baseAccount` wallet connector, replacing `coinbaseWallet` in the default wallet list +- 1e67f0d: Improved detection for nova wallet provider +- d92a6c7: Fixed type compatibility for `connect()` parameters in Wagmi `^2.17.0` +- 0b9052c: Add binance wallet chrome extension download url +- b34d6c1: Added `portoWallet`. +- 66bcc18: Universal Profiles wallet connector +- fe0496e: **Added Gemini Wallet support** + + Added Gemini Wallet as a supported wallet connector with proper icon and configuration. + +- 5698ade: fix monad logo in rainbowkit package and include monad testnet in the example +- 1520f59: Fixed unintended forwarding of the `errorCorrection` prop to SVG elements used by the QRCode component to prevent React warning. + +## 2.2.8 + +### Patch Changes + +- f542876: The `metaMaskWallet` wallet connector now utilizes the [MetaMask SDK](https://docs.metamask.io/sdk/) for more reliable, faster connections on mobile + +## 2.2.7 + +### Patch Changes + +- a147620: Fixed error handling when connect requests are rejected on mobile. +- 10090d2: Mitigated `WalletConnect Core is already initialized` warnings that began appearing with recent distributions of Wagmi and WalletConnect. +- 50c7f13: Added missing `rdns` metadata for wallet connectors that now support EIP-6963. +- 15ddd4a: Improved QR Code error correction and rendering with [`cuer`](https://github.com/wevm/cuer) + +## 2.2.6 + +### Patch Changes + +- 624a38a: The `coinbaseWallet` connector now supports additional SDK configuration options to enable [Paymasters](https://docs.base.org/identity/smart-wallet/guides/paymasters) and [Sub Accounts](https://docs.base.org/identity/smart-wallet/guides/sub-accounts) for your dapp. + + ```tsx + import { coinbaseWallet } from "@rainbow-me/rainbowkit/wallets"; + + // Configure Paymaster for gas sponsorship + coinbaseWallet.paymasterUrls = { + [base.id]: "...", + }; + + // Enable Sub Accounts + coinbaseWallet.subAccounts = { + enableAutoSubAccounts: true, + defaultSpendLimits: { + // ... + }, + }; + ``` + +- f6ad6aa: Added support for Superposition chain + +## 2.2.5 + +### Patch Changes + +- 3d73508: Added ZilPay Wallet support with `zilPayWallet` wallet connector +- c5a9cc1: Fixed SVG encoding in wallet connector icons for Cool Mode +- 8515fd3: Resolved a warning for mismatched dApp url metadata on recent versions of WalletConnect +- 5b54649: MEW Wallet now supports WalletConnect on mobile +- 03ae0d0: Added xPortal Wallet support with `xPortalWallet` wallet connector + ## 2.2.4 ### Patch Changes diff --git a/packages/rainbowkit/assets/wallets/registry.json b/packages/rainbowkit/assets/wallets/registry.json index 43c3040982..cc879135ae 100644 --- a/packages/rainbowkit/assets/wallets/registry.json +++ b/packages/rainbowkit/assets/wallets/registry.json @@ -1 +1 @@ -[{"id":"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96","name":"MetaMask","homepage":"https://metamask.io/","image_id":"eebe4a7f-7166-402f-92e0-1f64ca2aa800","order":10,"mobile_link":"metamask://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/metamask/id1438144202","play_store":"https://play.google.com/store/apps/details?id=io.metamask","rdns":"io.metamask","chrome_store":"https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn","injected":[{"namespace":"eip155","injected_id":"isMetaMask"}],"chains":["eip155:1","eip155:10","eip155:42161","eip155:42170","eip155:7777777","eip155:80084","eip155:80085","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Whether you are an experienced user or brand new to blockchain, MetaMask helps you connect to the decentralized web: a new internet.","badge_type":"certified"},{"id":"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0","name":"Trust Wallet","homepage":"https://trustwallet.com/","image_id":"7677b54f-3486-46e2-4e37-bf8747814f00","order":20,"mobile_link":"trust://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/apple-store/id1288339409","play_store":"https://play.google.com/store/apps/details?id=com.wallet.crypto.trustapp","rdns":"com.trustwallet.app","chrome_store":"https://chrome.google.com/webstore/detail/trust-wallet/egjidjbpglichdcondbcbdnbeeppgdph","injected":[{"namespace":"eip155","injected_id":"isTrust"},{"namespace":"eip155","injected_id":"isTrustWallet"}],"chains":["cosmos:cosmoshub-4","cosmos:kava-4","cosmos:thorchain-mainnet-v1","eip155:1","eip155:10","eip155:100","eip155:108","eip155:1101","eip155:128","eip155:137","eip155:2020","eip155:288","eip155:321","eip155:324","eip155:361","eip155:42161","eip155:42220","eip155:43114","eip155:4689","eip155:56","eip155:56288","eip155:59144","eip155:60","eip155:80084","eip155:80085","eip155:820","eip155:88","eip155:9001","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Trust Wallet supports over 10 Million tokens including Ethereum, Solana, Polygon Matic, BNB, and Avalanche.","badge_type":"certified"},{"id":"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662","name":"Bitget Wallet","homepage":"https://web3.bitget.com","image_id":"2b569b7f-e6c6-4faa-8e5a-ecd4dec8cf00","order":30,"mobile_link":"bitkeep://","desktop_link":null,"link_mode":null,"webapp_link":"https://bitkeep.com","app_store":"https://web3.bitget.com/en/wallet-download?type=0","play_store":"https://web3.bitget.com/en/wallet-download?type=0","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/bitkeep-crypto-nft-wallet/jiidiaalihmmhddjgbnbgdfflelocpak","injected":[{"namespace":"eip155","injected_id":"isBitKeep"}],"chains":["eip155:1","eip155:100","eip155:128","eip155:137","eip155:56","eip155:66","eip155:80084","eip155:80085","eip155:8217","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bitget Wallet","badge_type":"certified"},{"id":"971e689d0a5be527bac79629b4ee9b925e82208e5168b733496a09c0faed0709","name":"OKX Wallet","homepage":"https://www.okx.com/web3","image_id":"45f2f08e-fc0c-4d62-3e63-404e72170500","order":40,"mobile_link":"okex://main","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/okx-buy-bitcoin-eth-crypto/id1327268470","play_store":"https://play.google.com/store/apps/details?id=com.okinc.okex.gp","rdns":"com.okex.wallet","chrome_store":"https://chrome.google.com/webstore/detail/okx-wallet/mcohilncbfahbmgdjkbpemcciiolgcge","injected":[{"namespace":"eip155","injected_id":"isPLC"},{"namespace":"solana","injected_id":"isPLC"}],"chains":["bip122:000000000019d6689c085ae165831e93","bip122:000000000933ea01ad0ee984209779ba","eip155:1","eip155:137","eip155:43114","eip155:56","eip155:66","eip155:80084","eip155:80085","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"One Web3 portal to rule them all","badge_type":"certified"},{"id":"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4","name":"Binance Wallet","homepage":"https://www.binance.com/en/web3wallet","image_id":"ebac7b39-688c-41e3-7912-a4fefba74600","order":50,"mobile_link":"bnc://app.binance.com/cedefi/","desktop_link":null,"link_mode":"https://app.binance.com/cedefi","webapp_link":"https://www.binance.com/en/web3wallet","app_store":"https://www.binance.com/en/download","play_store":"https://www.binance.com/en/download","rdns":"com.binance.wallet","chrome_store":"https://www.binance.com/en/download","injected":[{"namespace":"eip155","injected_id":"isBinance"}],"chains":["eip155:1","eip155:10","eip155:1329","eip155:137","eip155:2020","eip155:204","eip155:324","eip155:34443","eip155:42161","eip155:43114","eip155:5000","eip155:534352","eip155:56","eip155:59144","eip155:6001","eip155:80084","eip155:80085","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Binance Wallet is a keyless, multi-chain and self-custody wallet.","badge_type":"certified"},{"id":"0b415a746fb9ee99cce155c2ceca0c6f6061b1dbca2d722b3ba16381d0562150","name":"SafePal","homepage":"https://safepal.com/","image_id":"252753e7-b783-4e03-7f77-d39864530900","order":60,"mobile_link":"safepalwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/safepal-extension-wallet/lgmpcpglpngdoalbgeoldeajfclnhafa","app_store":"https://apps.apple.com/app/safepal-wallet/id1548297139","play_store":"https://play.google.com/store/apps/details?id=io.safepal.wallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/safepal-extension-wallet/lgmpcpglpngdoalbgeoldeajfclnhafa","injected":[{"namespace":"eip155","injected_id":"isSafePal"}],"chains":["cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:kava-4","eip155:1","eip155:10000","eip155:122","eip155:1313161554","eip155:137","eip155:14","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:19","eip155:200","eip155:25","eip155:250","eip155:288","eip155:30","eip155:361","eip155:42161","eip155:42220","eip155:43114","eip155:56","eip155:6","eip155:80084","eip155:80085","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","stellar:pubnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"SafePal is a cryptocurrency wallet that aims to provide a secure and user-friendly crypto management platform for the masses. ","badge_type":"certified"},{"id":"20459438007b75f4f4acb98bf29aa3b800550309646d375da5fd4aac6c2a2c66","name":"TokenPocket","homepage":"https://tokenpocket.pro/","image_id":"f3119826-4ef5-4d31-4789-d4ae5c18e400","order":70,"mobile_link":"tpoutside://","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/tokenpocket/mfgccjchihfkkindfppnaooecgfneiii","app_store":"https://apps.apple.com/us/app/tp-wallet/id6444625622?l=en","play_store":"https://play.google.com/store/apps/details?id=vip.mytokenpocket","rdns":"pro.tokenpocket","chrome_store":"https://chrome.google.com/webstore/detail/tokenpocket/mfgccjchihfkkindfppnaooecgfneiii","injected":[{"namespace":"eip155","injected_id":"isTokenPocket"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:10000","eip155:128","eip155:1284","eip155:1285","eip155:137","eip155:1666600000","eip155:170","eip155:250","eip155:321","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:59","eip155:61","eip155:65","eip155:66","eip155:80084","eip155:80085","eip155:8217","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The leading multi-chain self-custodial wallet, which supports mainstream networks including BTC, ETH, BSC, TRON, zkSync Era∎, etc.","badge_type":"certified"},{"id":"15c8b91ade1a4e58f3ce4e7a0dd7f42b47db0c8df7e0d84f63eb39bcb96c4e0f","name":"Bybit Wallet","homepage":"https://www.bybit.com/web3/","image_id":"b9e64f74-0176-44fd-c603-673a45ed5b00","order":80,"mobile_link":"bybitapp://open/route?targetUrl=by://web3/walletconnect/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/US/app/id1488296980","play_store":"https://play.google.com/store/apps/details?id=com.bybit.app&hl=en","rdns":"com.bybit","chrome_store":"https://chrome.google.com/webstore/detail/bybit-wallet/pdliaogehgdbhbnmkklieghmmjkpigpa","injected":[{"namespace":"eip155","injected_id":"window.ethereum.isBybit"},{"namespace":"solana","injected_id":"window.bybitWallet.solana"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:324","eip155:42161","eip155:43114","eip155:5000","eip155:56","eip155:59144","eip155:6001","eip155:66","eip155:7001","eip155:80084","eip155:80085","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bybit Wallet connects you to the world of Web3 with best-in-class reliability and security","badge_type":"certified"},{"id":"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a","name":"Uniswap Wallet","homepage":"https://uniswap.org","image_id":"bff9cf1f-df19-42ce-f62a-87f04df13c00","order":90,"mobile_link":"uniswap://","desktop_link":null,"link_mode":"https://uniswap.org/app","webapp_link":null,"app_store":"https://apps.apple.com/us/app/uniswap-wallet/id6443944476","play_store":"https://play.google.com/store/apps/details?id=com.uniswap.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:80084","eip155:80085","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Built by the most trusted team in DeFi, Uniswap Wallet allows you to maintain full custody and control of your assets. ","badge_type":"certified"},{"id":"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18","name":"Zerion","homepage":"https://zerion.io/","image_id":"73f6f52f-7862-49e7-bb85-ba93ab72cc00","order":100,"mobile_link":"zerion://","desktop_link":"zerion://","link_mode":"https://wallet.zerion.io/wc","webapp_link":"https://wallet.zerion.io","app_store":"https://apps.apple.com/app/id1456732565","play_store":"https://play.google.com/store/apps/details?id=io.zerion.android&hl=en&gl=US","rdns":"io.zerion.wallet","chrome_store":"https://chrome.google.com/webstore/detail/zerion-wallet-for-web3-nf/klghhnkeealcohjjanjjdaeeggmfmlpl","injected":[{"namespace":"eip155","injected_id":"isZerion"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:1101","eip155:1313161554","eip155:137","eip155:200","eip155:250","eip155:324","eip155:42161","eip155:42170","eip155:42220","eip155:43114","eip155:534352","eip155:56","eip155:59144","eip155:7777777","eip155:80084","eip155:80085","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Smart Web3 Wallet","badge_type":"certified"},{"id":"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369","name":"Rainbow","homepage":"https://rainbow.me/","image_id":"7a33d7f1-3d12-4b5c-f3ee-5cd83cb1b500","order":110,"mobile_link":"rainbow://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/apple-store/id1457119021?pt=119997837&ct=wc&mt=8","play_store":"https://play.google.com/store/apps/details?id=me.rainbow&referrer=utm_source%3Dwc%26utm_medium%3Dconnector%26utm_campaign%3Dwc","rdns":"me.rainbow","chrome_store":"https://chrome.google.com/webstore/detail/rainbow/opfgelmcmbiajamepnmloijbpoleiama?utm_source=wc&utm_medium=connector&utm_campaign=wc","injected":[{"namespace":"eip155","injected_id":"isRainbow"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56","eip155:7777777","eip155:80084","eip155:80085","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Rainbow is a fun, simple, and secure way to get started with crypto and explore the new world of Ethereum","badge_type":"certified"},{"id":"19177a98252e07ddfc9af2083ba8e07ef627cb6103467ffebb3f8f4205fd7927","name":"Ledger Live","homepage":"https://www.ledger.com/ledger-live","image_id":"a7f416de-aa03-4c5e-3280-ab49269aef00","order":120,"mobile_link":"ledgerlive://","desktop_link":"ledgerlive://","link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/app/id1361671700","play_store":"https://play.google.com/store/apps/details?id=com.ledger.live","rdns":null,"chrome_store":null,"injected":null,"chains":["bip122:000000000019d6689c085ae165831e93","bip122:000000000933ea01ad0ee984209779ba","eip155:1","eip155:137","eip155:4","eip155:56","eip155:80084","eip155:80085","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 Wallet from the company that produced the world's most secure crypto hardware device.","badge_type":"certified"},{"id":"f2436c67184f158d1beda5df53298ee84abfc367581e4505134b5bcf5f46697d","name":"Crypto.com Onchain","homepage":"https://crypto.com/onchain","image_id":"88388eb4-4471-4e72-c4b4-852d496fea00","order":130,"mobile_link":"dfw://","desktop_link":null,"link_mode":"https://wallet.crypto.com/deeplink","webapp_link":null,"app_store":"https://apps.apple.com/US/app/id1512048310?mt=8","play_store":"https://play.google.com/store/apps/details?id=com.defi.wallet","rdns":"com.crypto.wallet","chrome_store":"https://chromewebstore.google.com/detail/cryptocom-wallet-extensio/hifafgmccdpekplomjjkcfgodnhcellj","injected":null,"chains":["bip122:12a765e31ffd4059bada1e25190f6e98","cosmos:cosmoshub-4","eip155:1","eip155:10","eip155:100","eip155:108","eip155:1284","eip155:1285","eip155:1313161554","eip155:137","eip155:25","eip155:250","eip155:288","eip155:324","eip155:42161","eip155:42220","eip155:43114","eip155:534352","eip155:56","eip155:80084","eip155:80085","eip155:8217","eip155:8453","near:mainnet","polkadot:91b171bb158e2d3848fa23a9f1c25182","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","xrpl:0"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A non-custodial wallet that gives you access to a full suite of DeFi services in one place.","badge_type":"certified"},{"id":"18450873727504ae9315a084fa7624b5297d2fe5880f0982979c17345a138277","name":"Kraken Wallet ","homepage":"https://www.kraken.com/wallet","image_id":"8909e826-63e4-42b3-60b2-8a6a54060900","order":140,"mobile_link":"krakenwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/kraken-wallet/id1626327149","play_store":"https://play.google.com/store/apps/details?id=com.kraken.superwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:80084","eip155:80085","eip155:8453","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Kraken Wallet is a powerful self-custody wallet built to connect you to the decentralized web — safely and securely.","badge_type":"certified"},{"id":"c286eebc742a537cd1d6818363e9dc53b21759a1e8e5d9b263d0c03ec7703576","name":"1inch Wallet","homepage":"http://wallet.1inch.io","image_id":"52b1da3c-9e72-40ae-5dac-6142addd9c00","order":150,"mobile_link":"oneinch://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/1inch-defi-wallet/id1546049391","play_store":"https://play.google.com/store/apps/details?id=io.oneinch.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:1313161554","eip155:137","eip155:250","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:80084","eip155:80085","eip155:8217"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The 1inch Wallet is a multichain non-custodial DeFi crypto wallet with an easy interface for secure storage and transactions.","badge_type":"certified"},{"id":"ef333840daf915aafdc4a004525502d6d49d77bd9c65e0642dbaefb3c2893bef","name":"imToken","homepage":"https://token.im/","image_id":"c84b4d9d-9525-4bb5-b373-934b46eafc00","order":160,"mobile_link":"imtokenv2://","desktop_link":null,"link_mode":null,"webapp_link":"https://token.im/","app_store":"https://apps.apple.com/us/app/imtoken2/id1384798940","play_store":"https://play.google.com/store/apps/details?id=im.token.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1001","eip155:128","eip155:137","eip155:1666600000","eip155:1666700000","eip155:25","eip155:256","eip155:338","eip155:420","eip155:42220","eip155:43110","eip155:43114","eip155:44787","eip155:5","eip155:56","eip155:65","eip155:66","eip155:80001","eip155:80084","eip155:80085","eip155:8217","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"imToken is an easy and secure digital wallet trusted by millions.","badge_type":"certified"},{"id":"225affb176778569276e484e1b92637ad061b01e13a048b35a9d280c3b58970f","name":"Safe","homepage":"https://safe.global/","image_id":"3913df81-63c2-4413-d60b-8ff83cbed500","order":170,"mobile_link":"safe://","desktop_link":null,"link_mode":null,"webapp_link":"https://app.safe.global/","app_store":"https://apps.apple.com/app/id1515759131","play_store":"https://play.google.com/store/apps/details?id=io.gnosis.safe","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:1313161554","eip155:137","eip155:246","eip155:4","eip155:42161","eip155:43114","eip155:5","eip155:56","eip155:73799","eip155:80084","eip155:80085"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The most trusted platform to manage digital assets.","badge_type":"certified"},{"id":"344d0e58b139eb1b6da0c29ea71d52a8eace8b57897c6098cb9b46012665c193","name":"Timeless X","homepage":"https://timelesswallet.xyz","image_id":"92f1ead4-0bc4-4932-10d3-761c509b4d00","order":180,"mobile_link":"timeless-x://connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/timeless-x/id6470180600","play_store":"https://play.google.com/store/apps/details?id=xyz.timelesswallet.aa","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/ifcpkdgcgcepjdkfcogehpnhpipejgho","injected":[{"namespace":"eip155","injected_id":"isTimelessX"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:280","eip155:324","eip155:4002","eip155:420","eip155:421613","eip155:42170","eip155:5","eip155:56","eip155:59140","eip155:59144","eip155:80001","eip155:80084","eip155:80085","eip155:8453","eip155:84531","eip155:97"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Timeless X is a social account abstraction wallet combining self-custodial security with convenient social features.","badge_type":"certified"},{"id":"541d5dcd4ede02f3afaf75bf8e3e4c4f1fb09edb5fa6c4377ebf31c2785d9adf","name":"Ronin Wallet","homepage":"https://wallet.roninchain.com/","image_id":"bd78de7e-36da-4552-ebdd-2e420ba05900","order":190,"mobile_link":"roninwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ronin-wallet/id1592675001","play_store":"https://play.google.com/store/apps/details?id=com.skymavis.genesis","rdns":"com.roninchain.wallet","chrome_store":"https://chrome.google.com/webstore/detail/ronin-wallet/fnjhmkhhmkbjkkabndcnnogagogbneec","injected":[{"namespace":"eip155","injected_id":"window.ronin.provider.isRonin"}],"chains":["eip155:1","eip155:137","eip155:2020","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Ronin Wallet is the mobile wallet that allows you to use all decentralized applications running on Ronin.","badge_type":"certified"},{"id":"4119a5b3e5ebc809b6a3680a280ae517b92fead02e4c07b7cec0d3385c87aee2","name":"xPortal","homepage":"https://xportal.com","image_id":"1bc53e49-1e7f-4129-4c87-3f8c7b91cb00","order":200,"mobile_link":"xportal://","desktop_link":null,"link_mode":"https://xportal.app.link","webapp_link":null,"app_store":"https://apps.apple.com/ro/app/xportal/id1519405832","play_store":"https://play.google.com/store/apps/details?id=com.elrond.maiar.wallet","rdns":"com.elrond.maiar.wallet","chrome_store":"-","injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:56","eip155:80094","eip155:8453","mvx:1","mvx:D","mvx:T"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Buy, sell, stake, and swap crypto cross-chain. Spend it with xPortal debit cards. Play with blockchain and win rewards.","badge_type":"none"},{"id":"2bd8c14e035c2d48f184aaa168559e86b0e3433228d3c4075900a221785019b0","name":"Backpack","homepage":"https://backpack.app","image_id":"71ca9daf-a31e-4d2a-fd01-f5dc2dc66900","order":210,"mobile_link":"backpack://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/backpack-wallet-exchange/id6445964121","play_store":"https://play.google.com/store/apps/details?id=app.backpack.mobile","rdns":"app.backpack","chrome_store":"https://chrome.google.com/webstore/detail/backpack/aflkmfhebedbjioipglgcbcmnbpgliof","injected":[{"namespace":"eip155","injected_id":"isBackpack"}],"chains":["eip155:1","eip155:10","eip155:10143","eip155:137","eip155:42161","eip155:80084","eip155:80085","eip155:8453","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Backpack Wallet","badge_type":"none"},{"id":"e9ff15be73584489ca4a66f64d32c4537711797e30b6660dbcb71ea72a42b1f4","name":"Exodus","homepage":"https://exodus.com/","image_id":"4c16cad4-cac9-4643-6726-c696efaf5200","order":220,"mobile_link":"exodus://","desktop_link":null,"link_mode":null,"webapp_link":"https://exodus.com/download/","app_store":"https://apps.apple.com/us/app/exodus-crypto-bitcoin-wallet/id1414384820","play_store":"https://play.google.com/store/apps/details?id=exodusmovement.exodus&hl=en&gl=US","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/exodus-web3-wallet/aholpfdialjgjfhomihkjbmgjidlcdno","injected":[{"namespace":"eip155","injected_id":"isExodus"}],"chains":["eip155:1","eip155:137","eip155:43114","eip155:56","eip155:80084","eip155:80085","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Best Crypto Wallet for Desktop, Mobile, Browser, Hardware","badge_type":"none"},{"id":"5864e2ced7c293ed18ac35e0db085c09ed567d67346ccb6f58a0327a75137489","name":"Fireblocks","homepage":"https://www.fireblocks.com/","image_id":"7e1514ba-932d-415d-1bdb-bccb6c2cbc00","order":230,"mobile_link":"fireblocks-wc://","desktop_link":null,"link_mode":null,"webapp_link":"https://console.fireblocks.io/v2/","app_store":"https://apps.apple.com/us/app/fireblocks/id1439296596","play_store":"https://play.google.com/store/apps/details?id=com.fireblocks.client&gl=IL","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:columbus-4","eip155:1","eip155:10","eip155:10000","eip155:10001","eip155:1284","eip155:1285","eip155:137","eip155:19","eip155:250","eip155:3","eip155:30","eip155:31","eip155:4","eip155:42","eip155:42161","eip155:421611","eip155:42220","eip155:43113","eip155:43114","eip155:44787","eip155:5","eip155:50","eip155:51","eip155:56","eip155:59","eip155:61","eip155:62320","eip155:63","eip155:69","eip155:97","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"#1 Crypto and Digital Asset Platform for Institutions","badge_type":"none"},{"id":"0ef262ca2a56b88d179c93a21383fee4e135bd7bc6680e5c2356ff8e38301037","name":"Jupiter","homepage":"https://jup.ag/mobile","image_id":"7601bec3-144f-4c9d-30a1-2d4a372ede00","order":240,"mobile_link":"jupiter://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/jupiter-solana-swap-wallet/id6484069059","play_store":"https://play.google.com/store/apps/details?id=ag.jup.jupiter.android","rdns":null,"chrome_store":null,"injected":null,"chains":["solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Jupiter Mobile: Best Mobile Swap in Crypto","badge_type":"none"},{"id":"84b43e8ddfcd18e5fcb5d21e7277733f9cccef76f7d92c836d0e481db0c70c04","name":"Blockchain.com","homepage":"https://www.blockchain.com/en/app","image_id":"6f913b80-86c0-46f9-61ca-cc90a1805900","order":250,"mobile_link":"blockchain-wallet://","desktop_link":null,"link_mode":"https://login.blockchain.com/app","webapp_link":null,"app_store":"https://apps.apple.com/us/app/blockchain-bitcoin-wallet/id493253309","play_store":"https://play.google.com/store/apps/details?id=piuk.blockchain.android","rdns":null,"chrome_store":null,"injected":null,"chains":["bip122:000000000019d6689c085ae165831e93","eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The only crypto app you’ll ever need. Buy, store, and do more with your crypto.","badge_type":"none"},{"id":"a797aa35c0fadbfc1a53e7f675162ed5226968b44a19ee3d24385c64d1d3c393","name":"Phantom","homepage":"https://phantom.app/","image_id":"b6ec7b81-bb4f-427d-e290-7631e6e50d00","order":260,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/phantom-crypto-wallet/id1598432977","play_store":"https://play.google.com/store/apps/details?id=app.phantom&hl=en","rdns":"app.phantom","chrome_store":"https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa","injected":[{"namespace":"eip155","injected_id":"isPhantom"},{"namespace":"solana","injected_id":"isPhantom"}],"chains":["bip122:000000000019d6689c085ae165831e93","bip122:000000000933ea01ad0ee984209779ba","eip155:1","eip155:10143","eip155:137","eip155:80084","eip155:80085","eip155:8453","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Phantom makes it safe & easy for you to store, buy, send, receive, swap tokens and collect NFTs on the Solana blockchain.","badge_type":"none"},{"id":"8b830a2b724a9c3fbab63af6f55ed29c9dfa8a55e732dc88c80a196a2ba136c6","name":"Magic Eden","homepage":"https://wallet.magiceden.io/","image_id":"62040f22-2ffd-4942-92fc-71ce68c64300","order":270,"mobile_link":"magiceden://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/magic-eden-wallet/id6478631482","play_store":"https://play.google.com/store/apps/details?id=com.magiceden.wallet&hl=en_US?utm_source=website&utm_medium=internal&utm_campaign=mobile-wallet-ga&utm_content=button","rdns":"io.magiceden.wallet","chrome_store":"https://chromewebstore.google.com/detail/magic-eden-wallet/mkpegjkblkkefacfnmkajcjmabijhclg","injected":[{"namespace":"eip155","injected_id":"isMagicEden"}],"chains":["eip155:1","eip155:137","eip155:80084","eip155:80085","eip155:8453","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Magic Eden Wallet","badge_type":"none"},{"id":"fd20dc426fb37566d803205b19bbc1d4096b248ac04548e3cfb6b3a38bd033aa","name":"Coinbase Wallet","homepage":"https://www.coinbase.com/wallet/","image_id":"a5ebc364-8f91-4200-fcc6-be81310a0000","order":280,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/apple-store/id1278383455","play_store":"https://play.google.com/store/apps/details?id=org.toshi","rdns":"com.coinbase.wallet","chrome_store":"https://chrome.google.com/webstore/detail/coinbase-wallet-extension/hnfanknocfeofbddgcijnmhnfnkdnaad?hl=en","injected":[{"namespace":"eip155","injected_id":"isCoinbaseWallet"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:80084","eip155:80085","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your key to the world of crypto","badge_type":"none"},{"id":"37a686ab6223cd42e2886ed6e5477fce100a4fb565dcd57ed4f81f7c12e93053","name":"Bifrost Wallet","homepage":"https://bifrostwallet.com","image_id":"27c999c6-3492-4161-bbb8-1b75bdb97500","order":290,"mobile_link":"bifrostwallet://","desktop_link":null,"link_mode":"https://app.bifrostwallet.com","webapp_link":null,"app_store":"https://apps.apple.com/us/app/bifrost-wallet/id1577198351","play_store":"https://play.google.com/store/apps/details?id=com.bifrostwallet.app","rdns":"com.bifrostwallet","chrome_store":null,"injected":null,"chains":["bip122:000000000019d6689c085ae165831e93","bip122:000000000933ea01ad0ee984209779ba","eip155:1","eip155:10","eip155:114","eip155:137","eip155:14","eip155:16","eip155:19","eip155:250","eip155:4002","eip155:420","eip155:42161","eip155:421611","eip155:5","eip155:56","eip155:69","eip155:97","xrpl:0","xrpl:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A multi-chain wallet for Flare, XRP, Dogecoin, Bitcoin and beyond.","badge_type":"none"},{"id":"21030f20fba1a77115858ee3a8bc5841c739ab4537441316e2f4b1d0a8d218af","name":"Tangem Wallet","homepage":"https://tangem.com","image_id":"80679c6f-bb0b-43d0-83e0-462ac268b600","order":300,"mobile_link":"tangem://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/uz/app/tangem/id1354868448","play_store":"https://play.google.com/store/apps/details?id=com.tangem.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:10001","eip155:109","eip155:1101","eip155:1116","eip155:1284","eip155:1285","eip155:137","eip155:246","eip155:25","eip155:250","eip155:30","eip155:324","eip155:369","eip155:40","eip155:42161","eip155:43114","eip155:463","eip155:50","eip155:5000","eip155:56","eip155:61","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Tangem is a card-shaped self-custodial cold hardware wallet which gives you full control of your private keys","badge_type":"none"},{"id":"4eb754ffaf9e177eef0ef26f82b7c2fdf8d7178c52682704bf3e7830071d3427","name":"WEMIX Play","homepage":"https://wemixplay.com/","image_id":"3d7b7226-3005-4ace-4a35-d5f67aee2300","order":310,"mobile_link":"wpapp://wemixplay.com/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id6547834517","play_store":"https://play.google.com/store/apps/details?id=com.wemade.wemixplay","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1111"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Play high-quality games, Obtain a digital assets, Manage my wealth in WEMIX PLAY","badge_type":"none"},{"id":"8837dd9413b1d9b585ee937d27a816590248386d9dbf59f5cd3422dbbb65683e","name":"Robinhood Wallet","homepage":"https://robinhood.com/web3-wallet/","image_id":"dfe0e3e3-5746-4e2b-12ad-704608531500","order":320,"mobile_link":"robinhood-wallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://robinhood.com/web3-wallet/","app_store":"https://robinhood.com/web3-wallet/","play_store":"https://play.google.com/store/apps/details?id=com.robinhood.gateway","rdns":"com.robinhood.wallet","chrome_store":"https://robinhood.com/web3-wallet/","injected":[{"namespace":"eip155","injected_id":"isRobinhoodMobileWallet"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:80084","eip155:80085"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Robinhood’s Web3 Wallet","badge_type":"none"},{"id":"107bb20463699c4e614d3a2fb7b961e66f48774cb8f6d6c1aee789853280972c","name":"Bitcoin.com Wallet","homepage":"https://www.bitcoin.com/","image_id":"f5b26eef-c5e8-421a-e379-ae010b4a7400","order":330,"mobile_link":"bitcoincom://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.bitcoin.com/","app_store":"https://apps.apple.com/us/app/bitcoin-wallet-by-bitcoin-com/id1252903728","play_store":"https://play.google.com/store/apps/details?id=com.bitcoin.mwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Buy, sell, store, trade, and use cryptocurrency with the Bitcoin.com Wallet, trusted by millions.","badge_type":"none"},{"id":"1ca0bdd4747578705b1939af023d120677c64fe6ca76add81fda36e350605e79","name":"Solflare","homepage":"https://solflare.com/","image_id":"34c0e38d-66c4-470e-1aed-a6fabe2d1e00","order":340,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/solflare-wallet/bhhhlbepdkbapadjdnnojkbgioiodbic","injected":[{"namespace":"solana","injected_id":"solflare"}],"chains":["solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Solflare is the safest way to start exploring Solana. Buy, store, swap tokens & NFTs and access Solana DeFi from web or mobile.","badge_type":"none"},{"id":"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26","name":"MathWallet","homepage":"https://mathwallet.org/","image_id":"26a8f588-3231-4411-60ce-5bb6b805a700","order":350,"mobile_link":"mathwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/math-wallet/afbcbjpbpfadlkmhmclhkeeodmamcflc","app_store":"https://apps.apple.com/us/app/mathwallet5/id1582612388","play_store":"https://play.google.com/store/apps/details?id=com.mathwallet.android","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/math-wallet/afbcbjpbpfadlkmhmclhkeeodmamcflc","injected":[{"namespace":"eip155","injected_id":"isMathWallet"}],"chains":["cosmos:cosmoshub-4","cosmos:irishub-1","cosmos:kava-4","eip155:1","eip155:10","eip155:100","eip155:1024","eip155:1030","eip155:109","eip155:1101","eip155:11297108109","eip155:1139","eip155:11501","eip155:122","eip155:128","eip155:1284","eip155:1285","eip155:1301","eip155:1313161554","eip155:148","eip155:1666600000","eip155:1666600001","eip155:167000","eip155:17777","eip155:200901","eip155:2020","eip155:204","eip155:245022934","eip155:25","eip155:288","eip155:30","eip155:321","eip155:324","eip155:336","eip155:3776","eip155:40","eip155:42161","eip155:42170","eip155:42220","eip155:43114","eip155:44","eip155:4689","eip155:50","eip155:5000","eip155:52","eip155:534352","eip155:56","eip155:56288","eip155:59","eip155:59144","eip155:61","eip155:66","eip155:686","eip155:7777777","eip155:787","eip155:82","eip155:8217","eip155:8453","eip155:86","eip155:8822","eip155:9001","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Multichain Wallet for Web3","badge_type":"none"},{"id":"19c54e02e79e8628512fae334d6dbbac7e2e8b53848a68a06191f3769ede92ff","name":"BlackFort Wallet","homepage":"https://blackfort.network","image_id":"f2cf0909-3e1e-4f67-8c3f-2b69f7a5eb00","order":360,"mobile_link":"blackfortwc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/pl/app/blackfort-wallet/id6447954137","play_store":"https://play.google.com/store/apps/details?id=exchange.blackfort.blackfortwallet&hl=en_US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:4777","eip155:4999"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"BlackFort Wallet, native wallet of the BlackFort Exchange Network chain and ecosystem.","badge_type":"none"},{"id":"6adb6082c909901b9e7189af3a4a0223102cd6f8d5c39e39f3d49acb92b578bb","name":"Keplr","homepage":"https://keplr.app","image_id":"527324b0-3849-462b-9a1a-72b53bdfea00","order":370,"mobile_link":"keplrwallet://wcV2","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.keplr.app","app_store":"https://apps.apple.com/us/app/keplr-wallet/id1567851089","play_store":"https://play.google.com/store/apps/details?id=com.chainapsis.keplr&hl=en&gl=US","rdns":"app.keplr","chrome_store":"https://chrome.google.com/webstore/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap?hl=en","injected":null,"chains":["cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:irishub-1","cosmos:kava-4","cosmos:likecoin-mainnet-2","eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Keplr is the largest Interchain wallet in the Cosmos ecosystem. ","badge_type":"none"},{"id":"e1882224c4c09a84575c533867d434267c46384f5a365b889605d28b061747c4","name":"BeeWallet","homepage":"https://www.bee.com/en","image_id":"77743ed9-5ac6-48f7-867d-0f98e481b500","order":380,"mobile_link":"bee://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id1529988919","play_store":"https://play.google.com/store/apps/details?id=network.bee.app","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/bee-wallet/nankopfjhdflikcokhgohiaoehnjfako","injected":[{"namespace":"eip155","injected_id":"isBeeWallet"}],"chains":["eip155:1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 wallet from BeeDAO, your bridge for entering Metaverse.","badge_type":"none"},{"id":"f714fdf911e330128463abe9684b8c02f492826db185afecef1e9070410efeec","name":"VeWorld Mobile","homepage":"https://veworld.com","image_id":"afa5084b-02da-4dd4-418b-9f6410e34e00","order":390,"mobile_link":"veworld://org.vechain.veworld.app/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://www.veworld.com/","play_store":"https://www.veworld.com/","rdns":null,"chrome_store":null,"injected":null,"chains":["vechain:87721b09ed2e15997f466536b20bb127","vechain:b1ac3413d346d43539627e6be7ec1b4a"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A Vechain Thor mobile wallet to manage your assets and interact with dApps","badge_type":"none"},{"id":"fe68cea63541aa53ce020de7398968566dfe8f3725663a564cac89490247ed49","name":"Best Wallet","homepage":"https://bestwallet.com/","image_id":"7f9574ed-eb42-4e04-0888-be2939936700","order":400,"mobile_link":"bw://app/connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/best-wallet/id6451312105","play_store":"https://play.google.com/store/apps/details?id=com.bestwallet.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56","eip155:80001","eip155:84531","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The best independent crypto wallet\n","badge_type":"none"},{"id":"76a3d548a08cf402f5c7d021f24fd2881d767084b387a5325df88bc3d4b6f21b","name":"LOBSTR Wallet","homepage":"https://lobstr.co/","image_id":"0dafcaab-0852-47f7-85dd-436b86491d00","order":410,"mobile_link":"lobstr://","desktop_link":null,"link_mode":null,"webapp_link":"https://lobstr.co/","app_store":"https://apps.apple.com/us/app/lobstr-stellar-wallet/id1404357892","play_store":"https://play.google.com/store/apps/details?id=com.lobstr.client","rdns":null,"chrome_store":null,"injected":null,"chains":["stellar:pubnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"LOBSTR is a leading platform for managing Stellar Lumens and other assets issued on the Stellar network.","badge_type":"none"},{"id":"6db5c2cd78ea5a09e820b7543dacc90bf3b1727e5bbaddff544b301de1f74f39","name":"Yo Wallet","homepage":"https://yowallet.io","image_id":"a38db32b-8291-4d25-9aae-4bf4b6e6f300","order":420,"mobile_link":"yo-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/fastex-wallet/id6474118944","play_store":"https://play.google.com/store/apps/details?id=com.yowallet.app","rdns":"com.fastex.wallet","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Yo Wallet is a self-custody multi-chain wallet. Offering a secure and user-friendly way to manage your digital assets.","badge_type":"none"},{"id":"d01c7758d741b363e637a817a09bcf579feae4db9f5bb16f599fdd1f66e2f974","name":"Valora","homepage":"https://valoraapp.com","image_id":"a03bfa44-ce98-4883-9b2a-75e2b68f5700","order":430,"mobile_link":"celo://wallet","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id1520414263","play_store":"https://play.google.com/store/apps/details?id=co.clabs.valora","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:42161","eip155:42220","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Valora is a mobile crypto wallet that enables global payments and easy access to decentralized apps.","badge_type":"none"},{"id":"bb71b54ced62aa11f76e4f3edacb37a41300807506db840b98b740379f99cc71","name":"Pintu","homepage":"https://pintu.co.id/","image_id":"b9c5dfd6-ca26-46c2-bc79-bc2570495800","order":440,"mobile_link":"pintu://web3wallet","desktop_link":null,"link_mode":null,"webapp_link":"https://pintu.co.id/","app_store":"https://apps.apple.com/id/app/pintu-buy-invest-crypto/id1494119678","play_store":"https://play.google.com/store/apps/details?id=com.valar.pintu&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:42161","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The simplest and most secure wallet for everyone, helping you easily access the entire Web3 ecosystem.","badge_type":"none"},{"id":"f323633c1f67055a45aac84e321af6ffe46322da677ffdd32f9bc1e33bafe29c","name":"Core","homepage":"https://core.app/?utm_source=referral&utm_medium=website&utm_campaign=walletconnect","image_id":"aec2da5c-8867-4a53-8f3d-4d547a30b400","order":450,"mobile_link":"core://","desktop_link":"core://","link_mode":null,"webapp_link":"https://core.app/?utm_source=referral&utm_medium=website&utm_campaign=walletconnect","app_store":"https://apps.apple.com/us/app/core-crypto-wallet-nfts/id6443685999","play_store":"https://play.google.com/store/apps/details?id=com.avaxwallet&hl=en_US&gl=US","rdns":"app.core.extension","chrome_store":"https://chrome.google.com/webstore/detail/core-crypto-wallet-nft-ex/agoakfejjabomempkjlepdflaleeobhb","injected":[{"namespace":"eip155","injected_id":"isAvalanche"}],"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:42161","eip155:43113","eip155:43114","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bridge, Buy, Swap and Send Crypto Easily with Core.","badge_type":"none"},{"id":"c87c562ce7f3a3ff9f4eed5f5a0edbcbd812db5aed4d14c7e6c044d8b6795d84","name":"Opera Crypto Browser","homepage":"http://opera.com","image_id":"877fa1a4-304d-4d45-ca8e-f76d1a556f00","order":460,"mobile_link":"cryptobrowser://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/itunes-u/id1604311726?action=write-review","play_store":null,"rdns":null,"chrome_store":"https://www.opera.com/crypto/next","injected":[{"namespace":"eip155","injected_id":"isOpera"}],"chains":["eip155:1","eip155:137","eip155:3","eip155:4","eip155:42","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Opera Crypto Browser offers a secure and optimized Web3 browser to revolutionize internet experiences for the blockchain community.","badge_type":"none"},{"id":"ff97af0ad5fca162553ebbd76f2564b7f7b04569c131e972b75bbff2dc13c1a9","name":"Cobalt Wallet","homepage":"https://www.horizen.io","image_id":"29d914e5-9daa-4342-33cd-169155c5a600","order":470,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/cobalt/hekbjgfncacdinlajhgiakpaieajpfph/related","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/cobalt/hekbjgfncacdinlajhgiakpaieajpfph/related","injected":[{"namespace":"eip155","injected_id":"horizen"}],"chains":["eip155:3","eip155:4","eip155:5"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Horizen's EVM wallet","badge_type":"none"},{"id":"994824d1e0b935f48ec3570c9d51fe5af9bbd9246b6f57210906f8b853ad2196","name":"Girin Wallet","homepage":"https://girin.app","image_id":"4a7f0768-f2b9-48be-f4a1-44c4c158e700","order":480,"mobile_link":"girinwallet://","desktop_link":"girinwallet://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/girin-wallet/id6670226485","play_store":"https://play.google.com/store/apps/details?id=app.girinwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["xrpl:0","xrpl:1"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Girin Wallet is coming to the web3 world in the near future. Enjoy seamless access to The Root Network and XRP Ledger simultaneously.","badge_type":"none"},{"id":"76260019aec5a3c44dd2421bf78e80f71a6c090d932c413a287193ed79450694","name":"Aurora Pass","homepage":"https://auroracloud.dev/pass","image_id":"6d93eeba-edce-431c-4293-e25784e61f00","order":490,"mobile_link":"aurora-pass://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/aurora-pass-web3-wallet/id6447244286","play_store":"https://play.google.com/store/apps/details?id=aurora.pass.android.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1313161554","eip155:1313161555","eip155:1313161556"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your gateway to the Aurora ecosystem\n","badge_type":"none"},{"id":"70d09ca3f616bcb1488542830055ec82d270ce17986a97b1f72f15a6af9f0b3f","name":"Chain","homepage":"https://chain.com","image_id":"f9f3d8da-e791-47d2-98c2-031712617e00","order":500,"mobile_link":"chainapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id6444779277","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Buy Bitcoin, NFTs & Crypto","badge_type":"none"},{"id":"cb604c517064f096976972384dc89948a5c850bca9b04866a443e10171d5965d","name":"Wombat","homepage":"https://wombat.app","image_id":"e675efa3-4ffc-4199-9c22-b9692baea900","order":510,"mobile_link":"wombat-wc://","desktop_link":"wombat://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/wombat-home-of-nft-gaming/id1474392110","play_store":"https://play.google.com/store/apps/details?id=io.getwombat.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:128","eip155:13371","eip155:137","eip155:17777","eip155:25","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Wombat, Play. Own. Be Yourself.","badge_type":"none"},{"id":"719bd888109f5e8dd23419b20e749900ce4d2fc6858cf588395f19c82fd036b3","name":"HaHa","homepage":"https://www.haha.me","image_id":"79285c9f-2630-451e-0680-c71b42fb7400","order":520,"mobile_link":"haha://","desktop_link":null,"link_mode":null,"webapp_link":"https://www.haha.me","app_store":"https://apps.apple.com/us/app/haha-crypto-portfolio-tracker/id1591158244","play_store":"https://play.google.com/store/apps/details?id=com.permutize.haha","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10143","eip155:11155111","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:84532"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Wallet and Portfolio Tracker","badge_type":"none"},{"id":"1b63efdee42329f05599ace3205efe387a4a92a331646c86a9193743d22509d7","name":"Huddln","homepage":"https://www.huddln.io","image_id":"7ba1571c-10c4-4284-b438-04dac27cb700","order":530,"mobile_link":"huddln://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/huddln-nft-social-network/id1503825604","play_store":"https://play.google.com/store/apps/details?id=com.huddln&hl=en_US&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3's social gateway","badge_type":"none"},{"id":"1aedbcfc1f31aade56ca34c38b0a1607b41cccfa3de93c946ef3b4ba2dfab11c","name":"OneKey","homepage":"https://onekey.so","image_id":"2067c771-93e8-4b32-b388-b2a0e1d4dc00","order":540,"mobile_link":"onekey-wallet://","desktop_link":"onekey-wallet://","link_mode":null,"webapp_link":"https://app.onekey.so/wc/connect","app_store":"https://apps.apple.com/us/app/onekey-open-source-wallet/id1609559473","play_store":"https://play.google.com/store/apps/details?id=so.onekey.app.wallet&hl=en_US&gl=US","rdns":"so.onekey.app.wallet","chrome_store":"https://chrome.google.com/webstore/detail/onekey/jnmbobjmhlngoefaiojfljckilhhlhcj","injected":[{"namespace":"eip155","injected_id":"isOneKey"},{"namespace":"solana","injected_id":"isOneKey"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:128","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:137","eip155:250","eip155:256","eip155:28","eip155:3","eip155:338","eip155:4","eip155:42161","eip155:42220","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:6","eip155:61","eip155:62","eip155:62320","eip155:63","eip155:65","eip155:66","eip155:69","eip155:80001","eip155:97","near:mainnet","near:testnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Open source multi-chain crypto wallet runs on all platforms: iOS, Android, Windows, macOS, Linux, Chrome, Firefox... and more.","badge_type":"none"},{"id":"13e0cd9c08c3b5788030abce5337e2acaaba259bc93f279332202d4078be8f58","name":"Jade Wallet","homepage":"https://www.jadewallet.io/","image_id":"280cd57b-24f4-4700-8d53-94fe292fab00","order":550,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/jade-wallet-bitcoin-defi/id1544207492","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Eliminate Single Point of Failures with MPC.","badge_type":"none"},{"id":"9ce87712b99b3eb57396cc8621db8900ac983c712236f48fb70ad28760be3f6a","name":"SubWallet","homepage":"https://www.subwallet.app/","image_id":"03f5c08c-fb30-46a0-ca5c-d8fdd7250b00","order":560,"mobile_link":"subwallet://","desktop_link":"subwallet://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/subwallet-polkadot-wallet/id1633050285","play_store":"https://play.google.com/store/apps/details?id=app.subwallet.mobile&hl=en_US","rdns":"app.subwallet","chrome_store":"https://chrome.google.com/webstore/detail/subwallet-polkadot-wallet/onhogfjeacnfoofkfgppdlbmlmnplgbn","injected":[{"namespace":"eip155","injected_id":"isSubWallet"},{"namespace":"polkadot","injected_id":"subwallet-js"}],"chains":["eip155:1","eip155:1284","eip155:1285","eip155:1287","eip155:56","eip155:8453","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Comprehensive Polkadot,\nSubstrate & Ethereum wallet","badge_type":"none"},{"id":"c5bba8af012b2139c406cc667a7b67a1503d984aeb0cdd2ef02e667c4abba6fe","name":"Modular Wallet Prod","homepage":"https://modular.pk","image_id":"70485da2-2568-463d-722c-25082997cc00","order":570,"mobile_link":"modularwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://modular.pk","app_store":"https://testflight.apple.com/join/Zbf6wZaP","play_store":"https://play.google.com/store/apps/details?id=com.modular","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:42161"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The first modular wallet.","badge_type":"none"},{"id":"a1f506a38f39b672b369bd13b68abbbd81f83a0489e6625f2bf12aa0389c22ae","name":"D'CENT Wallet","homepage":"https://dcentwallet.com","image_id":"bd543439-1b64-4291-f6ce-c5ffbc0a3500","order":580,"mobile_link":"dcent://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/dcent-hardware-wallet/id1447206611","play_store":"https://play.google.com/store/apps/details?id=com.kr.iotrust.dcent.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:100","eip155:128","eip155:137","eip155:14","eip155:16","eip155:19","eip155:246","eip155:25","eip155:288","eip155:30","eip155:31","eip155:321","eip155:4","eip155:42161","eip155:42220","eip155:43114","eip155:5","eip155:50","eip155:56","eip155:66","eip155:8217","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The most advanced cryptocurrency wallet","badge_type":"none"},{"id":"3c5602ac8e040c6dfe26aad1b183a848f86486094d18c8a5e19993d9c87ca52f","name":"Numio","homepage":"https://numio.one","image_id":"416ee463-6699-43f7-c0e3-396f0ad3d300","order":590,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://numio.one","app_store":"https://apps.apple.com/us/app/numio-ethereum-wallet-defi/id1538072952","play_store":"https://play.google.com/store/apps/details?id=com.numio.pay","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Send Crypto Instantly and Save up to 100x on Ethereum Fees Cheap. Fast. Secure. Download for free and start saving money today.","badge_type":"none"},{"id":"dd43441a6368ec9046540c46c5fdc58f79926d17ce61a176444568ca7c970dcd","name":"Internet Money Wallet","homepage":"https://internetmoney.io","image_id":"204b2240-5ce4-4996-6ec4-f06a22726900","order":600,"mobile_link":"internetmoney://","desktop_link":null,"link_mode":null,"webapp_link":"https://internetmoney.io","app_store":"https://apps.apple.com/us/app/id1641771042","play_store":"https://play.google.com/store/apps/details?id=com.internetmoneywallet.app","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/ckklhkaabbmdjkahiaaplikpdddkenic","injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:106","eip155:1285","eip155:25","eip155:3","eip155:338","eip155:4","eip155:4002","eip155:42","eip155:420","eip155:42161","eip155:43114","eip155:5","eip155:56","eip155:6","eip155:61","eip155:62","eip155:63","eip155:80001","eip155:940","eip155:97"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"EVM Wallet. Connect to All EVM Chains. First Tokenized Crypto Wallet of It's Kind. ","badge_type":"none"},{"id":"a29498d225fa4b13468ff4d6cf4ae0ea4adcbd95f07ce8a843a1dee10b632f3f","name":"HashPack","homepage":"https://hashpack.app","image_id":"8d55dd5a-7c9f-4929-d2d1-00564e41ac00","order":610,"mobile_link":"hashpack://","desktop_link":null,"link_mode":null,"webapp_link":"https://link.hashpack.app","app_store":"https://apps.apple.com/app/id6444389849","play_store":"https://play.google.com/store/apps/details?id=app.hashpack.wallet.twa","rdns":"com.hashpack.wallet","chrome_store":"https://chrome.google.com/webstore/detail/hashpack/gjagmgiddbbciopjhllkdnddhcglnemk","injected":null,"chains":["eip155:295","eip155:296","hedera:mainnet","hedera:testnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The leading Hedera wallet","badge_type":"none"},{"id":"c40c24b39500901a330a025938552d70def4890fffe9bd315046bd33a2ece24d","name":"Kabila Wallet","homepage":"https://kabila.app/","image_id":"e6263e25-7f31-4186-5ad4-75e17312c500","order":620,"mobile_link":"https://wallet.kabila.app","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.kabila.app","app_store":"https://apps.apple.com/es/app/kabila-wallet/id6467106529","play_store":"https://play.google.com/store/apps/details?id=wallet.kabila.app&hl=es_419&gl=US","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/kabila-wallet/cnoepnljjcacmnjnopbhjelpmfokpijm","injected":null,"chains":["eip155:295","eip155:296","hedera:mainnet","hedera:testnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Kabila Wallet is a non-custodial account manager based on Hedera network. A clean, fun and easy-to-use Wallet.","badge_type":"none"},{"id":"6577b7c91453a7047f1c31c5897bd59087a8cca35181e069656079255542abb4","name":"Sabay Wallet App","homepage":"https://wallet.sabay.com","image_id":"c4df7014-abaf-4016-8180-fb994804b400","order":630,"mobile_link":"myApp://kh.com.sabay.sabaywallet","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kh/app/sabay-wallet/id6449341309","play_store":"https://play.google.com/store/apps/details?id=kh.com.sabay.sabaywallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Blochain Wallet to connect with MySabay","badge_type":"none"},{"id":"fd8aaa5bd590e3648350cee9475dd7306f25ba03fd9c1ed6dd61cb9eccd2ca4e","name":"MoonPay Account","homepage":"https://moonpay.com","image_id":"dd3fcf1c-6d23-4c0e-0170-899034585f00","order":640,"mobile_link":null,"desktop_link":"moonpay://","link_mode":null,"webapp_link":"https://wallet-connect.moonpay.com","app_store":"https://apps.apple.com/us/app/moonpay-buy-bitcoin-ethereum/id1635031432","play_store":"https://play.google.com/store/apps/details?id=com.moonpay&hl=en_US&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MoonPay Account is your gateway to Web3","badge_type":"none"},{"id":"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2","name":"MEW wallet","homepage":"https://mewwallet.com","image_id":"e2024511-2c9b-46d7-3111-52df3d241700","order":650,"mobile_link":"mewwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://download.mewwallet.com/?source=wc","app_store":"https://apps.apple.com/app/id1464614025","play_store":"https://play.google.com/store/apps/details?id=com.myetherwallet.mewwallet","rdns":null,"chrome_store":null,"injected":[{"namespace":"eip155","injected_id":"isMEWwallet"}],"chains":["eip155:1","eip155:137","eip155:56","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Buy Ethereum & cryptocurrency, trade tokens, collect NFTs and explore web3","badge_type":"none"},{"id":"dacf9f750e579e7aa93a752117fb3870a5bfc2e967441b477cef5e6f1458e33d","name":"Tokoin | My-T Wallet","homepage":"https://tokoin.io","image_id":"88a2518c-16c2-4ee3-4699-1a1c6903bc00","order":660,"mobile_link":"mtwallet://app","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/my/app/tokow/id1489276175","play_store":"https://play.google.com/store/apps/details?id=com.tokoin.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"It is the first official digital wallet from Tokoin where you can store and transfer your TOKO token.","badge_type":"none"},{"id":"b6329af78b11719de52ca0426fb50d64b9b965335fc53dafed994ec22680614e","name":"Imota ","homepage":"https://imota.io","image_id":"c81f5bbf-ce66-42bd-3436-f1baaaa18b00","order":670,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/imota/id6444327204","play_store":"https://play.google.com/store/apps/details?id=com.nft5.imota&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:66"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Imota is a non-custodial, multi-chain wallet with the most cutting-edge technologies, aiming to accelerate Blockchain mass adoption","badge_type":"none"},{"id":"848a1500e563b3a6151bbd2643fefc8e04ac088312f7f812c75d67b0badbf55f","name":"Lode Wallet","homepage":"https://lode.one/","image_id":"6442d532-b118-4286-1ee4-46624fefbf00","order":680,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://lodewallet.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:43114"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Redefining Monetary Systems with Digital Silver and Gold","badge_type":"none"},{"id":"380efff687c7d2222d62378c588d45d2e0ff40a0fc4d8f778c4d6fbe58cec5ed","name":"Atomic Wallet","homepage":"https://atomicwallet.io","image_id":"7eca0311-abf5-4902-43e9-51858403e200","order":690,"mobile_link":"atomicwallet://","desktop_link":"atomicwallet://","link_mode":null,"webapp_link":"https://chromewebstore.google.com/detail/atomic-wallet/gjnckgkfmgmibbkoficdidcljeaaaheg","app_store":"https://apps.apple.com/us/app/atomic-wallet/id1478257827","play_store":"https://play.google.com/store/apps/details?id=io.atomicwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["bip122:12a765e31ffd4059bada1e25190f6e98","cip-34:1-764824073","eip155:1","eip155:56","eip155:57073","near:mainnet","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","stellar:pubnet","tezos:mainnet","waves:087","xrpl:0"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Atomic Wallet – Secure, non-custodial wallet for BTC, ETH, USDT & 1000+ assets. Full control, swap & stake easily! ","badge_type":"none"},{"id":"3ed8cc046c6211a798dc5ec70f1302b43e07db9639fd287de44a9aa115a21ed6","name":"Leap","homepage":"https://leapwallet.io/","image_id":"d64ae9c7-c0be-495d-041e-35c6bb2cc100","order":700,"mobile_link":"leapcosmos://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/leap-cosmos/id1642465549/","play_store":"https://play.google.com/store/apps/details?id=io.leapwallet.cosmos","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/leap-cosmos-wallet/fcfcfllfndlomdhbehjjcoimbgofdncg","injected":[{"namespace":"cosmos","injected_id":"window.leap"}],"chains":["cosmos:cosmoshub-4","eip155:1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A crypto super wallet for Cosmos blockchains","badge_type":"none"},{"id":"43fd1a0aeb90df53ade012cca36692a46d265f0b99b7561e645af42d752edb92","name":"Nova Wallet","homepage":"https://novawallet.io","image_id":"4f159b10-419b-483a-f2bf-da3d17855e00","order":710,"mobile_link":"novawallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/nova-polkadot-kusama-wallet/id1597119355","play_store":"https://play.google.com/store/apps/details?id=io.novafoundation.nova.market","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:686","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Ultimate Mobile Wallet for Web3","badge_type":"none"},{"id":"e6a8cb6abe47f88d7511b0698829eab01d76e78bad82b8ccca66004055055d89","name":"Flow Wallet","homepage":"https://wallet.flow.com/","image_id":"f67a1db8-5704-4353-ead8-bd85c02a8700","order":720,"mobile_link":"frw://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ca/app/flow-wallet-nfts-and-crypto/id6478996750","play_store":"https://play.google.com/store/apps/details?id=com.flowfoundation.wallet","rdns":"com.flowfoundation.wallet","chrome_store":"https://chrome.google.com/webstore/detail/flow-reference/hpclkefagolihohboafpheddmmgdffjm","injected":[{"namespace":"flow","injected_id":"isFlowWallet"}],"chains":["flow:mainnet","flow:testnet"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Flow Wallet is the non-custodial wallet on Flow blockchain. It enables you to access Web 3.0, NFTs, tokens and dApps.","badge_type":"none"},{"id":"689e621a3585ca018fd44ff404bc89079a0e55e9c632574e8bf8d2b1c7918911","name":"GoodDollar","homepage":"https://gooddollar.org","image_id":"371ab65b-e2c8-4843-f18a-cbcf2ba2ed00","order":730,"mobile_link":"gooddollar://","desktop_link":"gooddollar://","link_mode":null,"webapp_link":"https://wallet.gooddollar.org/","app_store":null,"play_store":"https://play.google.com/store/apps/details?id=org.gooddollar","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:122","eip155:42220"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto Universal Basic Income","badge_type":"none"},{"id":"835dc63f69f65113220e700112363fef2a5f1d72d6c0eef4f2c7dc66bf64b955","name":"CVL Wallet","homepage":"https://cvl.network","image_id":"e4eff15a-35d5-49fe-047f-33e331f46400","order":740,"mobile_link":"https://app.cvl.network/","desktop_link":null,"link_mode":null,"webapp_link":"https://app.cvl.network/","app_store":"https://apps.apple.com/ru/app/cvl-wallet/id6444357628","play_store":"https://play.google.com/store/apps/details?id=llp.bc_group.cvl_wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"CVL Wallet is the easiest way to store, send, receive and exchange crypto, fiat currencies, metals and stocks at a speed never seen before.","badge_type":"none"},{"id":"372945354184bfbf3eb51e38d8fafde15a4bc11b88904334e7bad7c8229e6bb1","name":"Bitso Web3 Wallet","homepage":"https://bitso.com/web3-wallet","image_id":"7e4953fb-de22-4761-1ff6-8c494549aa00","order":750,"mobile_link":"bitso://bitso.com/web3-wallet","desktop_link":null,"link_mode":null,"webapp_link":"https://bitso.com/web3-wallet","app_store":"https://apps.apple.com/br/app/bitso-%C3%A9-f%C3%A1cil-comprar-bitcoin/id1292836438","play_store":"https://play.google.com/store/apps/details?id=com.bitso.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:42161","eip155:8453","eip155:84531"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Interact with trusted Web3 apps to swap tokens, collect NFTs and diversify your crypto holdings as you explore different blockchain Networks","badge_type":"none"},{"id":"9414d5a85c8f4eabc1b5b15ebe0cd399e1a2a9d35643ab0ad22a6e4a32f596f0","name":"Zengo Wallet","homepage":"https://zengo.com/","image_id":"6133c399-ae32-4eba-0c5a-0fb84492bf00","order":760,"mobile_link":"zengo://get.zengo.com/","desktop_link":null,"link_mode":null,"webapp_link":"https://web.zengo.com/","app_store":"https://apps.apple.com/us/app/zengo-crypto-bitcoin-wallet/id1440147115","play_store":"https://play.google.com/store/apps/details?id=com.zengo.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The leading self-custodial wallet with no seed phrase vulnerability","badge_type":"none"},{"id":"3c2c985c0adff6f46a0d0e466b3924ed8a059043882cd1944ad7f2adf697ed54","name":"Klip","homepage":"https://klipwallet.com/","image_id":"f7b6b2a6-ebe7-4779-6ad1-79a3142e6b00","order":770,"mobile_link":"klipwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/클립-klip/id1627665524","play_store":"https://play.google.com/store/apps/details?id=com.klipwallet.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:8217"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Klip for WalletConnect","badge_type":"none"},{"id":"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6","name":"Argent","homepage":"https://www.argent.xyz","image_id":"215158d2-614b-49c9-410f-77aa661c3900","order":780,"mobile_link":"argent://app/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/argent-defi-in-a-tap/id1358741926","play_store":"https://play.google.com/store/apps/details?id=im.argent.contractwalletclient&hl=en&gl=US&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:80084","eip155:80085"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Buy, earn, stake and trade on Ethereum Layer 2 with low fees & bulletproof security.","badge_type":"none"},{"id":"438b07441c5273c60e415efd227862d9b1344ef378d9ee7d1b3bfa8b33384eff","name":"Everspace","homepage":"https://everspace.app","image_id":"80eaa630-6392-4b0a-a604-0a0f808e4d00","order":790,"mobile_link":"everspace://","desktop_link":null,"link_mode":null,"webapp_link":"https://everspace.app/","app_store":"https://apps.apple.com/ru/app/everspace/id1585434994?l=en","play_store":"https://play.google.com/store/apps/details?id=com.oberton.app","rdns":null,"chrome_store":null,"injected":null,"chains":["tvm:42"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial multichain crypto wallet","badge_type":"none"},{"id":"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a","name":"Enjin Wallet","homepage":"https://enjin.io/products/wallet","image_id":"add9626b-a5fa-4c12-178c-e5584e6dcd00","order":800,"mobile_link":"enjinwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/enjin-nft-crypto-wallet/id1349078375","play_store":"https://play.google.com/store/apps/details?id=com.enjin.mobile.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56","polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Enjin Wallet is a secure non-custodial wallet to store, send, manage NFTs, FTs, and digital collectables.","badge_type":"none"},{"id":"1aa28414c95f5024133faf5766d376bb9c853c280d158cd3e22dc2b7b0a95a2d","name":"BlockWallet","homepage":"https://blockwallet.io/","image_id":"ef825629-9828-4a5a-b376-62ab4ee81f00","order":810,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/blockwallet/bopcbmipnjdcdfflfgjdgdjejmgpoaab","injected":[{"namespace":"eip155","injected_id":"isBlockWallet"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:200","eip155:250","eip155:3","eip155:30","eip155:31","eip155:4","eip155:4002","eip155:420","eip155:42161","eip155:421611","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:69","eip155:80001","eip155:97"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"BlockWallet is a self-custodial wallet making it easy to secure digital assets, protect identity, and experience Web3.","badge_type":"none"},{"id":"9e14926bb64fa2ff359c3acbd75bb675b09efa6f72aed049616a053827140025","name":"U2U Wallet","homepage":"https://wallet.uniultra.xyz/","image_id":"03bca3fc-c191-4877-592d-0b0d6557c900","order":820,"mobile_link":"u2uwc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/u2u-wallet/id6446194312?l=vi","play_store":"https://play.google.com/store/apps/details?id=org.u2u.wallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/u2u-wallet/ebjfhkbnnbjhcedilbedghedfgiaioed","injected":null,"chains":["eip155:1","eip155:43113","eip155:43114","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Easy asset management. Multichain available. Self-custody wallet. Web3 Dapp browser. Store cryptocurrencies and NFTs in one place","badge_type":"none"},{"id":"24fd8104e07aa1802aef51426222f23868013b83655fb6686c8478744dd2fda1","name":"Halo Wallet","homepage":"https://halo.social/","image_id":"80583973-8b44-4bef-0af9-099cfdbed600","order":830,"mobile_link":"halowallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/hk/app/id1633572905","play_store":"https://play.google.com/store/apps/details?id=com.kucoin.wallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/halo-wallet/nbdpmlhambbdkhkmbfpljckjcmgibalo","injected":[{"namespace":"eip155","injected_id":"isHaloWallet"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:321","eip155:42161","eip155:43110","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your Social Web3 Gateway\n","badge_type":"none"},{"id":"550b59942eb58a7226381bf7935f22d311e56ee29c3530e44d96b1de0550a35a","name":"Okto","homepage":"https://okto.tech/","image_id":"154c69b7-9bb1-4010-5b4c-6b37eeda8900","order":840,"mobile_link":"okto://","desktop_link":null,"link_mode":null,"webapp_link":"https://okto.tech/","app_store":"https://apps.apple.com/in/app/okto-wallet/id6450688229","play_store":"https://play.google.com/store/apps/details?id=com.coindcx.okto&hl=en_IN&gl=US","rdns":null,"chrome_store":"https://okto.tech/","injected":null,"chains":["eip155:137","eip155:250","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Okto web3 wallet: Simple gateway to DeFi. Trade 1000+ tokens, 20+ chains, earn from 100+ protocols. Easy investing and trading features.","badge_type":"none"},{"id":"01925725cdc7a5008824c8f19eff85769903fbcc53c62639feb0d4f8d3a6cf52","name":"Kriptomat","homepage":"https://kriptomat.io/web3/","image_id":"774110aa-70f6-4d0c-210f-ab434838fa00","order":850,"mobile_link":"kriptomatapp://wallet-connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id1440135740","play_store":"https://play.google.com/store/apps/details?id=io.kriptomat.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The simplest way to use Web3 apps.","badge_type":"none"},{"id":"7819f9cd07e8d7101a483087869f1e57b7d448f3ec5f4ef3eda63c19b926dc17","name":"Xellar","homepage":"https://xellar.co","image_id":"67b5a91d-a9ce-4268-d73d-b2f924a0b400","order":860,"mobile_link":"xellar://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/xellar-crypto-wallet/id1671215861","play_store":"https://play.google.com/store/apps/details?id=com.xellar.wallets","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The worlds most lightweight & secure hard wallet combined with the decentralized banks within one platform","badge_type":"none"},{"id":"47c5a25372f22ccf2df09a8431ccd00c02df19f4b73fa0e7c04c1573b90aec7a","name":"HAQQ Wallet","homepage":"https://haqq.network/wallet","image_id":"99fe539d-6a2a-4f52-2211-42fd04a9f300","order":870,"mobile_link":"haqq://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/haqq-wallet-by-bored-gen/id6443843352","play_store":"https://play.google.com/store/apps/details?id=com.haqq.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:11235","eip155:54211"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Mobile crypto wallet for secure, halal cryptocurrency storage and instant access","badge_type":"none"},{"id":"159b0423ce9075d5662f588f805931d989627affab3e63e4dd7ebc62b9c6738c","name":"Oxalus Wallet","homepage":"https://oxalus.io/wallet","image_id":"a6e22fcb-6b69-45d2-b52d-a4a347a21e00","order":880,"mobile_link":"oxalus://","desktop_link":null,"link_mode":null,"webapp_link":"https://oxalus.io/","app_store":"https://apps.apple.com/vn/app/oxalus-wallet/id1620111723","play_store":"https://play.google.com/store/apps/details?id=io.oxalus.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:42","eip155:43113","eip155:43114","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The true wallet for people","badge_type":"none"},{"id":"b06656d0b04f34279945f36452bc4089e8b62a44e1d58f9e98807525ac37af06","name":"WOW EARN","homepage":"https://www.ullapay.com/","image_id":"1985a753-7fd8-4d75-4c50-7998ea68a800","order":890,"mobile_link":"ullawallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id6443434220","play_store":"https://play.google.com/store/apps/details?id=com.hxg.wallet&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:128","eip155:137","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The best crypto wallet","badge_type":"none"},{"id":"4b3713c23d5b38f8ae42e0682e81b1286828b0b48ad2e983ba5b928b47f937f4","name":"Alephium Wallet","homepage":"https://alephium.org/","image_id":"3ece76f1-fc71-4fad-2d28-707f5a8d2300","order":900,"mobile_link":"alephium://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/alephium-wallet/id6469043072","play_store":"https://play.google.com/store/apps/details?id=org.alephium.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["alephium:-1_mainnet","alephium:-1_testnet","alephium:0_mainnet","alephium:0_testnet","alephium:1_mainnet","alephium:1_testnet","alephium:2_mainnet","alephium:2_testnet","alephium:3_mainnet","alephium:3_testnet"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Alephium Wallet is your key to the Alephium ecosystem.","badge_type":"none"},{"id":"85db431492aa2e8672e93f4ea7acf10c88b97b867b0d373107af63dc4880f041","name":"Frontier","homepage":"https://www.frontier.xyz","image_id":"a78c4d48-32c1-4a9d-52f2-ec7ee08ce200","order":910,"mobile_link":"frontier://","desktop_link":null,"link_mode":null,"webapp_link":"https://www.frontier.xyz/download","app_store":"https://apps.apple.com/us/app/frontier-defi-wallet/id1482380988","play_store":"https://play.google.com/store/apps/details?id=com.frontierwallet&hl=en_IN&gl=US","rdns":"xyz.frontier.wallet","chrome_store":"https://chrome.google.com/webstore/detail/frontier-wallet/kppfdiipphfccemcignhifpjkapfbihd","injected":[{"namespace":"eip155","injected_id":"isFrontier"},{"namespace":"solana","injected_id":"isFrontier"}],"chains":["cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:kava-4","eip155:1","eip155:10","eip155:100","eip155:122","eip155:1284","eip155:1285","eip155:1313161554","eip155:137","eip155:1666600000","eip155:25","eip155:250","eip155:288","eip155:42161","eip155:42220","eip155:43114","eip155:4689","eip155:56","eip155:8217","eip155:88","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The unified non-custodial wallet to Send, Stake, Swap, Bridge Crypto & NFTs. Interact with DeFi apps, 50+ Blockchains & ecosystems.","badge_type":"none"},{"id":"4aea33b6f8fd1d4b5be08cdd54356274ea3185868ace51728af7ba8891211a82","name":"OverFlex","homepage":"https://over.network/overflex","image_id":"ac442ec8-206d-4885-41dc-005aa94bc500","order":920,"mobile_link":"overflex://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/overwallet-for-over-protocol/id6447250892","play_store":"https://play.google.com/store/apps/details?id=com.superblock.overmobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:54176","eip155:541764"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your Journey on Over\nBegins with OverFlex.\nBlockchain has never been easier.","badge_type":"none"},{"id":"647ced4fad747a3a613abfe160fed7deb4e85d8623ac9329e94b24dd0d86bf00","name":"Dawn Wallet","homepage":"https://www.dawnwallet.xyz","image_id":"dcb4a287-a6f5-4e81-cbab-2d0eb27b2f00","order":930,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/dawn-ethereum-wallet/id1673143782","play_store":null,"rdns":null,"chrome_store":null,"injected":[{"namespace":"eip155","injected_id":"isDawn"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A gateway to DeFi, culture and governance on the layers of Ethereum.","badge_type":"none"},{"id":"b3adea6c0b9172c4a49da31d264a7c4aacd70ea04f6af8e8977ecb974298b13c","name":"Unstoppable Wallet","homepage":"https://unstoppable.money/","image_id":"a63cbfce-0726-4f94-9187-a761afb94400","order":940,"mobile_link":"unstoppable.money://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/unstoppable-crypto-wallet/id1447619907","play_store":"https://play.google.com/store/apps/details?id=io.horizontalsystems.bankwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unstoppable Wallet is a decentralized, open-source, non-custodial, multi-blockchain, cryptocurrency wallet app.","badge_type":"none"},{"id":"18388be9ac2d02726dbac9777c96efaac06d744b2f6d580fccdd4127a6d01fd1","name":"Rabby","homepage":"https://rabby.io/","image_id":"255e6ba2-8dfd-43ad-e88e-57cbb98f6800","order":950,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/rabby/acmacodkjbdgmoleebolmdjonilkdbch","app_store":null,"play_store":null,"rdns":"io.rabby","chrome_store":"https://chrome.google.com/webstore/detail/rabby-wallet/acmacodkjbdgmoleebolmdjonilkdbch","injected":[{"namespace":"eip155","injected_id":"isRabby"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:128","eip155:1284","eip155:1285","eip155:1313161554","eip155:137","eip155:250","eip155:30","eip155:40","eip155:42161","eip155:42220","eip155:56","eip155:66"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"The game-changing wallet for Ethereum and all EVM chains","badge_type":"none"},{"id":"1a5f2435e8e31c4034f1d142e85d9f7d3be2a09ddf710e5ef1ad4e36c719d3c0","name":"ioPay","homepage":"https://iopay.me/","image_id":"411d80d0-3a75-4932-560f-565d8c715e00","order":960,"mobile_link":"iopay://","desktop_link":null,"link_mode":null,"webapp_link":"https://iopay.me/","app_store":"https://apps.apple.com/app/apple-store/id1478086371","play_store":"https://play.google.com/store/apps/details?id=io.iotex.iopay.gp","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:42","eip155:42161","eip155:43114","eip155:4689","eip155:4690","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi-Chain Crypto Wallet. Supports IoTeX, Ethereum, BNB Chain, Polygon.","badge_type":"none"},{"id":"e053718e3e968b085a0ae5d11ce1c3d74ba6918c27319c70fc358a48138a5cc4","name":"tomi Wallet","homepage":"https://tomi.com/wallet","image_id":"e0592a0e-1909-4a73-7955-2dbf9caac200","order":970,"mobile_link":"tomiwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/tomipay-digital-payment-system/id1643501440","play_store":"https://play.google.com/store/apps/details?id=com.tomiapp.production","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/tomipay/feoojlbclclaoifjiedeeenhldlenopl","injected":[{"namespace":"eip155","injected_id":"istomiPAY"}],"chains":["eip155:1","eip155:137","eip155:250","eip155:43114","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Digital Payment System","badge_type":"none"},{"id":"f384f4e9274c6e15ee1fd6f96a00ae22bb7de0053df8fbd3fcf0457de480be96","name":"Coin Wallet","homepage":"https://coin.space","image_id":"f550bcb1-72a9-4e00-268e-3e543a23b600","order":980,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://coin.space/wallet/","app_store":"https://apps.apple.com/app/coin-wallet-bitcoin-crypto/id980719434?platform=iphone","play_store":"https://play.google.com/store/apps/details?id=com.coinspace.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:61"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Coin Wallet is a non-custodial multicurrency wallet for multiple platforms.","badge_type":"none"},{"id":"b2ce31fb31735fa886270806340de999f72342a7c29484badd8d4d013d77c8b8","name":"COCA Wallet","homepage":"https://www.coca.xyz/","image_id":"34c9a3a1-a331-4c30-f7bc-182861ccca00","order":990,"mobile_link":"wirexwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://wirexapp.com/wirex-wallet","app_store":"https://apps.apple.com/app/id1594165139","play_store":"https://play.google.com/store/apps/details?id=com.wirex.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Dive into a realm of unparalleled security devoid of private key vulnerabilities, all while retaining absolute control over your funds.","badge_type":"none"},{"id":"2a3c89040ac3b723a1972a33a125b1db11e258a6975d3a61252cd64e6ea5ea01","name":"Coin98 Super Wallet","homepage":"https://coin98.com/wallet","image_id":"e7c6d5d0-b986-4348-de22-fc940e1aee00","order":1000,"mobile_link":"coin98://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/coin98-wallet/id1561969966","play_store":"https://play.google.com/store/apps/details?id=coin98.crypto.finance.media&hl=vi&gl=US","rdns":"com.coin98","chrome_store":"https://chrome.google.com/webstore/detail/coin98-wallet/aeachknmefphepccionboohckonoeemg","injected":[{"namespace":"eip155","injected_id":"isCoin98"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:122","eip155:128","eip155:1284","eip155:1313161554","eip155:1666600000","eip155:199","eip155:200","eip155:25","eip155:250","eip155:288","eip155:321","eip155:324","eip155:361","eip155:42161","eip155:56","eip155:61","eip155:66","eip155:86","eip155:88","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Coin98 Wallet is the #1 non-custodial, multi-chain wallet, and DeFi gateway","badge_type":"none"},{"id":"08739356e3fc0efd9498696b7831e8b42b0ad7390af663cd3ba3c30866195b34","name":"BCERTin wallet","homepage":"https://blockcerts.com","image_id":"e321346d-5ce7-4e75-371e-e4f0bf923900","order":1010,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.blockcerts.BlockCerts&hl=en_US&gl","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:3","eip155:4","eip155:5"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The BCERTin wallet comes with a set of amazing tools to manage your business & life with unlimited cloud access","badge_type":"none"},{"id":"19fcea5bdddbf5abbb9ecdcb53acf6fb17da23ab0984ee1dbe487688d8d4ffe7","name":"THORWallet","homepage":"https://www.thorwallet.org/","image_id":"45165bea-fdae-454e-7caa-31681f255200","order":1020,"mobile_link":"thorwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ch/app/thorwallet-defi-wallet/id1592064324","play_store":"https://play.google.com/store/apps/details?id=defisuisse.thorwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:mayachain-mainnet-v1","cosmos:thorchain-mainnet-v1","eip155:1","eip155:10000","eip155:1284","eip155:1285","eip155:137","eip155:324","eip155:42161","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial wallet, free VISA card, and complementary Swiss bank account for secure crypto management and cross-chain transactions.","badge_type":"none"},{"id":"a18aeec9fab0c08ca41e7bdaae06cac5700bb628ec75c6381bacd9b2df574895","name":"Monarch Wallet","homepage":"https://monarchwallet.com","image_id":"c664d955-8a1e-4460-3917-4cfcf198f000","order":1030,"mobile_link":"https://monarchwallet.com","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/monarch-wallet/id1386397997","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Secure, Decentralized, DAPP Gateway, *NFTs, Buy, Sell, Earn, Swap & *Recurring & Custom Crypto Payments — Over 1 Million Wallets Generated","badge_type":"none"},{"id":"3968c3f5e1aa69375e71bfc3da08a1d24791ac0b3d1c3b1c7e3a2676d175c856","name":"Loopring","homepage":"https://loopring.io/","image_id":"2103feda-4fc8-4635-76a7-02a4ed998000","order":1040,"mobile_link":"loopring://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/loopring-smart-wallet/id1550921126","play_store":"https://play.google.com/store/apps/details?id=loopring.defi.wallet","rdns":"io.loopring.wallet","chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Loopring Smart Wallet","badge_type":"none"},{"id":"ff771deda39152ddb76add14a8eb17564af6bf2765bb1298a69a062723608298","name":"metapro wallet","homepage":"https://wallet.metapro.one","image_id":"20775b9e-c38f-4173-509f-896a84593b00","order":1050,"mobile_link":"metapro://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/metapro-wallet/id1628087356","play_store":"https://play.google.com/store/apps/details?id=com.metapro.app&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:42161","eip155:56","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"First choice web3 gaming non-custodial wallet. Manage your games and assets!","badge_type":"none"},{"id":"23d57b0a48df6cec411e609ddedaa290dae4a844ea90909ddd33aca794574603","name":"MyWalliD","homepage":"https://www.wallid.io/","image_id":"e6cff623-9671-4a39-acc7-1c2292d7e100","order":1060,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/wallid-wallet/eknlkogikcabnjbjnhmjllabckeapdii","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"MyWalliD lets the user store and manage their own identities assets on the browser local memory or to authenticate on the web3.","badge_type":"none"},{"id":"d99d67379a0af80a39ef8fa79ad477debfe5abb71bd7cf92d12f30d6ffa69506","name":"GameStop Wallet","homepage":"https://wallet.gamestop.com/wallets","image_id":"c12536e0-dff1-4a1a-6c8f-c7247d6aa200","order":1070,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.gamestop.com/wallets","app_store":"https://wallet.gamestop.com/wallets","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"GameStop Wallet is a simple and secure way to get started with Web3. Use your GameStop Wallet to buy, hold, swap. Power to the players!","badge_type":"none"},{"id":"f94a60403cdffa9a521dd12f9ec1004a887755c62ecf7bb4e9b8ee6806c26b58","name":"UvToken","homepage":"https://www.uvtoken.com","image_id":"a0057241-cd91-4a53-7175-016b76bfd900","order":1080,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://www.uvtoken.com","app_store":"https://apps.apple.com/hk/app/uvtoken/id1552556395","play_store":"https://wallet.uvtoken.com/static/download/android/uvtoken.apk","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:128","eip155:56","eip155:65","eip155:66","eip155:97","polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A safe, convenient and efficient decentralized digital asset management community","badge_type":"none"},{"id":"8821748c25de9dbc4f72a691b25a6ddad9d7df12fa23333fd9c8b5fdc14cc819","name":"Burrito","homepage":"https://burritowallet.com","image_id":"7eec7187-3f48-4fda-53bb-b0ad55749a00","order":1090,"mobile_link":"burrito://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/burrito-wallet/id6449563083","play_store":"https://play.google.com/store/apps/details?id=com.burritowallet.app","rdns":null,"chrome_store":null,"injected":null,"chains":["casper:casper","eip155:1","eip155:10","eip155:137","eip155:19011","eip155:2020","eip155:248","eip155:288","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:59144","eip155:7518","eip155:80094","eip155:8217","eip155:8453","polkadot:91b171bb158e2d3848fa23a9f1c25182","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Let's wrap it up with Burrito Wallet!","badge_type":"none"},{"id":"7424d97904535b14fe34f09f63d8ca66935546f798758dabd5b26c2309f2b1f9","name":"Bridge Wallet","homepage":"https://mtpelerin.com","image_id":"20c3072e-c92e-4902-d4b9-cb2b6ab29100","order":1100,"mobile_link":"https://bridge.mtpelerin.com/wc","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/bridge-wallet/id1481859680","play_store":"https://play.google.com/store/apps/details?id=com.mtpelerin.bridge&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:250","eip155:30","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Swiss app to invest in crypto the easy way","badge_type":"none"},{"id":"e2c884737858154c28ff2c543f96331f8987f58734a9c9eaff6d2daef8cd2917","name":"Dohrnii Wallet","homepage":"https://dohrnii.io/","image_id":"1bb51ed9-68ed-4012-3082-72dcb7754300","order":1110,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://dohrnii.io/","app_store":"https://apps.apple.com/ch/app/dohrnii-wallet/id1624702756?l=en","play_store":"https://play.google.com/store/apps/details?id=io.dohrnii.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The official wallet of the Dohrnii DAO","badge_type":"none"},{"id":"dd15a3530dc4de4c50ebb22010824c41337403efec713f1187695c72934fb94c","name":"Plus Wallet","homepage":"https://pluswallet.app","image_id":"2c21491b-58ce-47bb-ace9-bdef71f43600","order":1120,"mobile_link":"pluswallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/plus-wallet-app/id6467651848","play_store":"https://play.google.com/store/apps/details?id=com.PlusWallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Plus Wallet is your all-in-one solution for managing digital assets and exploring the fascinating world of blockchain technology. ","badge_type":"none"},{"id":"a3e4e54d0266116e3b51cdb89630dacb1b45c5a40d3ae7c98ca329489bf2e15a","name":"LocalTrade Wallet","homepage":"https://lab.localtrade.cc","image_id":"fcc60983-74ae-484a-4242-87cb6f05f100","order":1130,"mobile_link":"https://ws.lab.localtrade.cc","desktop_link":null,"link_mode":null,"webapp_link":"https://docs.localtrade.cc/products/defi-wallet-mvp-for-ios","app_store":"https://apps.apple.com/app/localtrade-defi-wallet/id1602772298","play_store":"https://play.google.com/store/apps/details?id=com.localtrade.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Created as an addition to our interconnected ecosystem, this wallet is the definitive gateway to the world of decentralized finance","badge_type":"none"},{"id":"ca57b69f837149751431765b8cd4ed94ec8f3730b802035764ecf3505b597409","name":"UPTN","homepage":"https://dapp-web.uptn.io","image_id":"5e656c3e-96ae-484f-c0c6-37bc908daa00","order":1140,"mobile_link":"uptn://dapp-web.uptn.io/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/id6444606758","play_store":"https://play.google.com/store/apps/details?id=io.uptn.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:248","eip155:43114"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"쉽게 시작할 수 있는 블록체인 지갑, UPTN Station (업튼 스테이션)\nUPTN Station은 UPTN 블록체인에서 사용하는 가상자산 지갑 서비스입니다.","badge_type":"none"},{"id":"b1b0a0916c431f46a062ee2a757d93454c82ff1f22e00bf83ba1a9abd09570ab","name":"HERE Wallet","homepage":"https://herewallet.app","image_id":"21cadc07-2f45-4860-3358-83a2057b6300","order":1150,"mobile_link":"herewallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://download.herewallet.app?ios","play_store":"https://download.herewallet.app?android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1313161554"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"HERE Wallet - secure, fun and powerful client for crypto exchanges.\n\nKeep money safe and use Binance via HERE app when you really need it.\n\n","badge_type":"none"},{"id":"24fa79ebaafca330af474d828d3d1d4b20b4d7f93f7d2fd4986ddafee5e51b14","name":"Xcapit","homepage":"https://xcapit.com/","image_id":"17f59b75-21b0-4b3f-b024-fe4b9b8d2300","order":1160,"mobile_link":"https://app.xcapit.com/links","desktop_link":null,"link_mode":null,"webapp_link":"https://app.xcapit.com/","app_store":"https://apps.apple.com/ar/app/xcapit/id1545648148","play_store":"https://play.google.com/store/apps/details?id=com.xcapit.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:30","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The first smart wallet, easy and simple to use for decentralized finance, without government restrictions.","badge_type":"none"},{"id":"e6d7b916732325821a4016c374dec9e2d58becdac154ce3ea20db1fd9fe1d57e","name":"Zeal","homepage":"https://www.zeal.app/","image_id":"5416fb0b-9aec-4ffe-b7cd-c04c79ea4300","order":1170,"mobile_link":"zeal://walletconnect/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"app.zeal","chrome_store":"https://chrome.google.com/webstore/detail/zeal-wallet/heamnjbnflcikcggoiplibfommfbkjpj?hl=en&authuser=0","injected":[{"namespace":"eip155","injected_id":"isZeal"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:10000","eip155:100000","eip155:100001","eip155:100002","eip155:100003","eip155:100004","eip155:100005","eip155:100006","eip155:100007","eip155:100008","eip155:10001","eip155:10003","eip155:1001","eip155:1007","eip155:101","eip155:1010","eip155:10101","eip155:1012","eip155:102","eip155:1022","eip155:1023","eip155:1024","eip155:10243","eip155:1026062157","eip155:1028","eip155:106","eip155:108","eip155:11","eip155:110","eip155:110000","eip155:110001","eip155:110002","eip155:110003","eip155:110004","eip155:110005","eip155:110006","eip155:110007","eip155:110008","eip155:1101","eip155:111","eip155:11155111","eip155:1122334455","eip155:11235","eip155:11297108099","eip155:11297108109","eip155:1139","eip155:114","eip155:1140","eip155:11888","eip155:12","eip155:12051","eip155:1213","eip155:122","eip155:123456","eip155:124","eip155:127","eip155:1273227453","eip155:128","eip155:1280","eip155:1284","eip155:1285","eip155:1286","eip155:1287","eip155:1288","eip155:13","eip155:1313114","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:1313500","eip155:13371337","eip155:1350216234","eip155:1351057110","eip155:137","eip155:14","eip155:142","eip155:1442","eip155:1482601649","eip155:15","eip155:1517929550","eip155:1564830818","eip155:16","eip155:16000","eip155:16001","eip155:1618","eip155:162","eip155:1620","eip155:163","eip155:1657","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:1666700000","eip155:1666700001","eip155:1666700002","eip155:1666700003","eip155:17","eip155:170","eip155:172","eip155:18","eip155:18289463","eip155:1856","eip155:186","eip155:19","eip155:19011","eip155:1907","eip155:1908","eip155:1987","eip155:199","eip155:1995","eip155:2","eip155:20","eip155:200","eip155:20001","eip155:200625","eip155:201030","eip155:20181205","eip155:2020","eip155:2021","eip155:2022","eip155:204","eip155:2046399126","eip155:21","eip155:2100","eip155:2101","eip155:210309","eip155:211","eip155:2195","eip155:22","eip155:222","eip155:23","eip155:24484","eip155:245022926","eip155:245022934","eip155:245022940","eip155:246","eip155:246529","eip155:246785","eip155:24734","eip155:248","eip155:25","eip155:250","eip155:2559","eip155:256","eip155:262","eip155:269","eip155:27","eip155:274","eip155:28","eip155:280","eip155:288","eip155:2888","eip155:28945486","eip155:295","eip155:296","eip155:3","eip155:30","eip155:31","eip155:31102","eip155:311752642","eip155:3125659152","eip155:31337","eip155:32","eip155:321","eip155:322","eip155:324","eip155:32659","eip155:3269","eip155:3270","eip155:33","eip155:333888","eip155:333999","eip155:336","eip155:338","eip155:344106930","eip155:35","eip155:35855456","eip155:36","eip155:361","eip155:363","eip155:364","eip155:365","eip155:369","eip155:38","eip155:385","eip155:39797","eip155:4","eip155:40","eip155:4002","eip155:40875","eip155:41","eip155:418","eip155:42","eip155:420","eip155:42069","eip155:42161","eip155:421611","eip155:421613","eip155:4216137055","eip155:421614","eip155:42170","eip155:42220","eip155:43","eip155:43110","eip155:43113","eip155:43114","eip155:432201","eip155:432204","eip155:44","eip155:44787","eip155:4689","eip155:4690","eip155:4759","eip155:476158412","eip155:48991","eip155:49797","eip155:499","eip155:5","eip155:50","eip155:5000","eip155:5001","eip155:503129905","eip155:51","eip155:5197","eip155:52","eip155:53","eip155:534351","eip155:534353","eip155:54211","eip155:55","eip155:558","eip155:56","eip155:5611","eip155:56288","eip155:57","eip155:570","eip155:5700","eip155:57000","eip155:58","eip155:5851","eip155:5869","eip155:59","eip155:59140","eip155:59144","eip155:595","eip155:6","eip155:60","eip155:60000","eip155:60001","eip155:60002","eip155:60103","eip155:61","eip155:61717561","eip155:62","eip155:62320","eip155:63","eip155:64","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:69","eip155:7","eip155:70000","eip155:70001","eip155:70002","eip155:70103","eip155:7027","eip155:71393","eip155:721","eip155:73799","eip155:73927","eip155:7518","eip155:7575","eip155:7576","eip155:76","eip155:77","eip155:7762959","eip155:777","eip155:7777777","eip155:78","eip155:78110","eip155:78281","eip155:787","eip155:8","eip155:80","eip155:80001","eip155:8029","eip155:803","eip155:8080","eip155:82","eip155:820","eip155:821","eip155:8217","eip155:8285","eip155:83","eip155:8453","eip155:84531","eip155:85","eip155:86","eip155:8723","eip155:8724","eip155:88","eip155:880","eip155:8888","eip155:8995","eip155:9","eip155:9000","eip155:9001","eip155:9372","eip155:940","eip155:95","eip155:955305","eip155:96970","eip155:97","eip155:9728","eip155:9731","eip155:9732","eip155:977","eip155:99","eip155:99415706","eip155:998","eip155:999"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The best web3 wallet for builders and on-chain earners on all EVM networks.","badge_type":"none"},{"id":"37aacf1e6bf6793c892e42c3f7623a61d9ffcb4337010804cc3193c4d596cf5c","name":"Oasys Passport","homepage":"https://www.oasys-wallet.com/","image_id":"43eb1fb9-e0db-4c9b-d864-4d7fc5abcc00","order":1180,"mobile_link":"oasys-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/jp/app/oasys-passport/id6449960854","play_store":"https://play.google.com/store/apps/details?id=com.oasys_wallet.oas_app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:19011","eip155:248","eip155:40875","eip155:5","eip155:80001","eip155:9372"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Simple and easy wallet for blockchain game beginners on Oasys","badge_type":"none"},{"id":"bfa6967fd05add7bb2b19a442ac37cedb6a6b854483729194f5d7185272c5594","name":"Absolute Wallet","homepage":"https://absolutewallet.com/dashboard/bridge","image_id":"03797059-fc49-4adc-7b93-503290b62300","order":1190,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://t.me/AbsoluteWalletBot","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:100","eip155:122","eip155:1284","eip155:1285","eip155:1313161554","eip155:137","eip155:1666600000","eip155:199","eip155:25","eip155:250","eip155:321","eip155:42161","eip155:42220","eip155:43114","eip155:50","eip155:56","eip155:61","eip155:66","eip155:8","eip155:820","polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Multi-chains Crypto Wallet. Store, manage, stake and earn cryptocurrencies from your favorite messaging App!","badge_type":"none"},{"id":"6c90dec3879127b46e162146e88cc272a79654648392d6de0feaa4b5127f38eb","name":"Locker Token","homepage":"https://locker-token.com/","image_id":"37401d35-3fa1-451c-802d-604940315800","order":1200,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.locker-token.com/","app_store":"https://apps.apple.com/ar/app/locker-token/id1619140841?l=en","play_store":"https://play.google.com/store/apps/details?id=com.lockertoken","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:30","eip155:31","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi-currency digital wallet platform connecting you with the crypto-world.","badge_type":"none"},{"id":"1f69170bf7a9bdcf89403ec012659b7124e158f925cdd4a2be49274c24cf5e5d","name":"CoolWallet","homepage":"https://coolwallet.io/","image_id":"f581365d-e844-4d21-8e35-44a755a32d00","order":1210,"mobile_link":"coolwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/us/app/coolwallet-s-2018/id1328764142","play_store":"https://play.google.com/store/apps/details?id=com.coolbitx.cwsapp","rdns":"com.coolbitx.cwsapp","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:108","eip155:137","eip155:14","eip155:25","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:59144","eip155:66","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Explore the Web3 universe with the coolest wallet.","badge_type":"none"},{"id":"3fecad5e2f0a30aba97edea69ebf015884a9b8a9aec93e66d4b4b695fee1f010","name":"Torus","homepage":"https://app.tor.us","image_id":"1caa462e-dcf5-4c56-d180-094c81444f00","order":1220,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.tor.us","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:1001","eip155:1284","eip155:1285","eip155:137","eip155:30","eip155:31","eip155:420","eip155:42161","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:65","eip155:66","eip155:8217","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910"],"description":"Torus is the most secure passwordless authentication and private key management platform with the security guarantees.","badge_type":"none"},{"id":"dd8ee41915d967e547c80266e883d77ee808427405f4e8026a85ac1308104221","name":"Linen","homepage":"https://linen.app/","image_id":"aff3e4e1-92a9-4066-f48f-3591947cf200","order":1230,"mobile_link":"linen://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/linen-app-investing-in-defi/id1480509067","play_store":"https://play.google.com/store/apps/details?id=app.linen.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:100","eip155:137","eip155:5","eip155:80001"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Linen users are protected by the Safe technology used by large crypto holders.","badge_type":"none"},{"id":"c679c2a1267c8cfb51d5d28a1a21f3eca5e8d7556332b9b9eb400c1f371844c9","name":"Nabox","homepage":"https://nabox.io/","image_id":"3b75e9f7-2ca8-4a33-ed2b-4e8a0c048d00","order":1240,"mobile_link":"https://nabox.io/app/*","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/nabox-wallet/nknhiehlklippafakaeklbeglecifhad?hl=en","app_store":"https://testflight.apple.com/join/Ux18h5Nv","play_store":"https://play.google.com/store/apps/details?id=com.wallet.nabox","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1313161554","eip155:4689","eip155:50"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Nabox is a cross-chain DID application built for Web3. ","badge_type":"none"},{"id":"959c4774921adfcd49b30c88eb53f3831df6cc8c2f65577fbdd65c26a342577e","name":"Marble","homepage":"https://www.marblewallet.com/","image_id":"eb6de921-6824-4f35-6331-8a8b031e7100","order":1250,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.marblewallet.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:3","eip155:4","eip155:420","eip155:5","eip155:6","eip155:69","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"A fully customizable non-custodial wallet that takes seconds for your users to set up. No seed phrases or extensions needed.","badge_type":"none"},{"id":"445ced0f482742632dfa6684f802eb1a2bb3cb97531bd06e02fb297c6ad21de1","name":"Family","homepage":"https://family.co","image_id":"18ba1b99-6268-4d7e-bead-260e978b1a00","order":1260,"mobile_link":"familywallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/family-ethereum-wallet/id1606779267","play_store":null,"rdns":"co.family.wallet","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:324","eip155:42161","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Family is a beautiful, secure, and user-friendly Ethereum wallet.","badge_type":"none"},{"id":"631c29ea78dabcfd0addef077c496b18689c7c8ac8a6643e3bef93555a8555f9","name":"ATON","homepage":"https://www.platon.network/en/wallet","image_id":"2e85f1d1-f498-4cae-bb54-1d40614ee300","order":1270,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://www.platon.network/en/wallet","app_store":"https://apps.apple.com/us/app/aton-platon-network%E9%92%B1%E5%8C%85/id1473112418?l=zh","play_store":"https://play.google.com/store/apps/details?id=com.platon.aton","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:201030","eip155:210309"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"ATON is a safe and easy to use mobile wallet, and the first one that supports PlatON's network.","badge_type":"none"},{"id":"92dec31cb291452a58043db64f26b20c886607661fd82e921be6362d5fee7f49","name":"Krystal","homepage":"https://krystal.app/","image_id":"d2b59965-4eb8-4828-d3d4-fbc0b3379e00","order":1280,"mobile_link":"krystalwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://defi.krystal.app/","app_store":"https://apps.apple.com/us/app/krystal-one-platform-all-defi/id1558105691","play_store":"https://play.google.com/store/apps/details?id=com.kyrd.krystal","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1313161554","eip155:137","eip155:25","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:8217"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Simplest Web3 Wallet for Everyone","badge_type":"none"},{"id":"163d2cf19babf05eb8962e9748f9ebe613ed52ebf9c8107c9a0f104bfcf161b3","name":"Brave Wallet","homepage":"https://brave.com/wallet/","image_id":"8cecad66-73e3-46ee-f45f-01503c032f00","order":1290,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"com.brave.wallet","chrome_store":"https://brave.com/wallet/","injected":[{"namespace":"eip155","injected_id":"isBraveWallet"},{"namespace":"solana","injected_id":"isBraveWallet"}],"chains":["eip155:1","eip155:10","eip155:1313161554","eip155:137","eip155:250","eip155:4","eip155:42220","eip155:44787","eip155:5","eip155:56","eip155:80001","eip155:8453","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"The secure multi-chain crypto wallet","badge_type":"none"},{"id":"fe9127f49fd95e20e6d877d0e224da6a75062f52d8fb9784856a5cb7ef39e9d2","name":"ELLIPAL","homepage":"https://www.ellipal.com","image_id":"0a5b45a1-c974-4f41-6c14-376714478c00","order":1300,"mobile_link":"ELLIPAL://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/us/app/ellipal/id1426179665?l=zh&ls=1&mt=8","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:128","eip155:137","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"ELLIPAL is an all-in-one cryptocurrency wallet. It combines the safety of a Cold Wallet with the convenience of a mobile one. ","badge_type":"none"},{"id":"4b0ef81be0008b86e873d57554e533a7b93b99dd6e9376ae4cbb4fea29b64269","name":"Yuse Wallet","homepage":"https://yusetoken.io/","image_id":"2cd61458-59c2-4208-c8ee-98b5e0076b00","order":1310,"mobile_link":"yuse://wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/yuse-wallet/id6449364813","play_store":"https://play.google.com/store/apps/details?id=com.yuse.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Yuse Wallet is the official crypto wallet of Yuse Technologies.","badge_type":"none"},{"id":"abe0fdeae7b922a07bd0ced268cae04c1195ca1a50a478ca82b6b34a74b83700","name":"Gryfyn","homepage":"https://gryfyn.io/","image_id":"51bb1507-45a1-4d21-15f2-1cc2ebe69400","order":1320,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://gryfyn.io/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","5ab4170b-2d88-475e-8fd7-ec9eeb6ce45d"],"description":"Gryfyn is a custodial wallet that gives you access to Web3 experiences without needing to worry about the security of your private keys.","badge_type":"none"},{"id":"c482dfe368d4f004479977fd88e80dc9e81107f3245d706811581a6dfe69c534","name":"NOW Wallet","homepage":"https://walletnow.app/","image_id":"b6ee4efc-f53e-475b-927b-a7ded6211700","order":1330,"mobile_link":"nowwallet://","desktop_link":"nowwallet://","link_mode":null,"webapp_link":"https://walletnow.app.link","app_store":"https://apps.apple.com/app/now-wallet-bitcoin-crypto/id1591216386","play_store":"https://play.google.com/store/apps/details?id=com.nowwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56","near:mainnet"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Cryptocurrency Fort Knox in your pocket","badge_type":"none"},{"id":"394631c96f2c3201ffd5b3f3f249028163a893ae2ff9076882350e70f3450cb0","name":"Saakuru All-in-One crypto App","homepage":"https://app.saakuru.com","image_id":"bb9120f9-9757-4aae-0378-3e4dc2f82100","order":1340,"mobile_link":"metaone://","desktop_link":null,"link_mode":null,"webapp_link":"https://getmeta.one/","app_store":"https://apps.apple.com/us/app/saakuru-all-in-one-crypto-app/id1627212812","play_store":"https://play.google.com/store/apps/details?id=ventures.aag.metaone","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:1666600000","eip155:1666600001","eip155:248","eip155:42161","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"All your crypto needs satisfied in one App","badge_type":"none"},{"id":"cf14642fb8736a99b733ada71863241c823743b16e2a822b3dba24e2fa25014d","name":"Taho","homepage":"https://taho.xyz/","image_id":"13416950-f73f-4a4c-2f22-d494ed5df800","order":1350,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/taho/eajafomhmkipbjmfmhebemolkcicgfmd","injected":[{"namespace":"eip155","injected_id":"isTally"}],"chains":["eip155:1","eip155:5"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"First community-owned web3 wallet","badge_type":"none"},{"id":"a9751f17a3292f2d1493927f0555603d69e9a3fcbcdf5626f01b49afa21ced91","name":"Frame","homepage":"https://frame.sh/","image_id":"29b4f569-c1e8-4144-132e-629bf5290f00","order":1360,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/frame-companion/ldcoohedfbjoobcadoglnnmmfbdlmmhf","injected":[{"namespace":"eip155","injected_id":"isFrame"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:5"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"A privacy focused Ethereum wallet that runs natively on macOS, Windows and Linux","badge_type":"none"},{"id":"c7708575a2c3c9e6a8ab493d56cdcc56748f03956051d021b8cd8d697d9a3fd2","name":"FoxWallet","homepage":"http://foxwallet.com","image_id":"d673068d-1acf-4372-76ee-8eb931c59e00","order":1370,"mobile_link":"foxwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/foxwallet-crypto-web3/id1590983231","play_store":"https://play.google.com/store/apps/details?id=com.foxwallet.play","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Best Multi-chain Web3 Wallet Private & Secure Decentralized & Flexible","badge_type":"none"},{"id":"4d0cf1b635a59175b4ad6d6522b0b748ee920b1f8c32030fa704c00926efdf3e","name":"Paper","homepage":"https://withpaper.com","image_id":"37d7a10f-d94d-4a56-c30e-267e8afbd500","order":1380,"mobile_link":"https://withpaper.com","desktop_link":null,"link_mode":null,"webapp_link":"https://withpaper.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:420","eip155:5","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Connect an app's embedded wallet powered by Paper.","badge_type":"none"},{"id":"c40b9bcef32fa6ce4e0df98be1420628bbc4957646f742380fe618fcb4ab74f1","name":"RiceWallet","homepage":"https://ricewallet.io/","image_id":"df94578e-19be-4f00-258f-2470343e7b00","order":1390,"mobile_link":"ricewallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://ricewallet.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Investing in DeFi for Everyone","badge_type":"none"},{"id":"4f5de5333fed2ccf47c690579aba3b9128aea78175339ff51ef61704bde7502a","name":"Okse Wallet","homepage":"https://okse.io","image_id":"8a1b36d5-7f40-403a-7000-5d30f9181200","order":1400,"mobile_link":"oksewallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://okse.io","app_store":"https://apps.apple.com/us/app/okse-wallet-card/id1555914591","play_store":"https://play.google.com/store/apps/details?id=wallet.okse.io","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:106","eip155:128","eip155:1313161554","eip155:250","eip155:3","eip155:4","eip155:40","eip155:42","eip155:43114","eip155:5","eip155:56","eip155:88"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Okse Wallet & Card App","badge_type":"none"},{"id":"21af5c7a9c01793077b61aecbb4bb5648e9be62a6a0a42c5f4d2ff05d4e00d5c","name":"Tholos","homepage":"https://tholos.app","image_id":"f0f306e6-2dba-4805-e7b9-4f25952e2900","order":1410,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://dashboard.tholos.app","app_store":"https://apps.apple.com/app/tholos/id1669578487","play_store":"https://play.google.com/store/apps/details?id=app.tholos.tholos","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:42161","eip155:421614","eip155:43113","eip155:43114","eip155:56","eip155:8453","eip155:84532","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"User-friendly multi-signer wallet built for teams","badge_type":"none"},{"id":"19ad8334f0f034f4176a95722b5746b539b47b37ce17a5abde4755956d05d44c","name":"Aktionariat","homepage":"https://aktionariat.com/","image_id":"6d18e8ea-b536-4038-c5bf-94a499d5a400","order":1420,"mobile_link":"aktionariat://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ch/app/aktionariat/id1518326813","play_store":"https://play.google.com/store/apps/details?id=com.aktionariat.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:324","eip155:42161","eip155:43114","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A fully automated, blockchain-based market tool. Embedded in your company's website.","badge_type":"none"},{"id":"44ca80bba6838e116e8d0a2c1a1f37041ea322379cc65a71479b6a240b6fcab2","name":"Cypher Wallet","homepage":"https://cypherhq.io","image_id":"7bce0965-a4cc-4aad-6217-009d51017500","order":1430,"mobile_link":"cypherwallet://","desktop_link":"cypherwallet://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/cypherd-wallet/id1604120414","play_store":"https://play.google.com/store/apps/details?id=com.cypherd.androidwallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/cypher-wallet/niiaamnmgebpeejeemoifgdndgeaekhe","injected":[{"namespace":"eip155","injected_id":"window.ethereum.isCypherD"}],"chains":["cosmos:cosmoshub-4","eip155:1","eip155:10","eip155:1101","eip155:137","eip155:250","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non Custodial Multichain Wallet Mobile , Chrome Extension, Crypto Card, \nEVM + Cosmos Wallet / Inter-chain Bridge, Swap. ","badge_type":"none"},{"id":"5dc61e9d57489bccc11306365361614dac3de1d8eab2a9a7877a95970f68712f","name":"PayBolt","homepage":"https://www.paybolt.com","image_id":"cc8f4e0c-56a8-465a-6cb6-3e9d60846500","order":1440,"mobile_link":"paybolt://Wallet","desktop_link":null,"link_mode":null,"webapp_link":"https://www.paybolt.com","app_store":"https://apps.apple.com/app/paybolt-crypto/id1599880290","play_store":"https://play.google.com/store/apps/details?id=com.fincrypt.paybolt","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"World’s first Web3 cross-chain crypto payment ecosystem that accepts ALL tokens.","badge_type":"none"},{"id":"123e6d19e6c0f575b148c469eb191f8b92618c13c94c4758aee35e042e37fa21","name":"Compass Wallet","homepage":"https://compasswallet.io/","image_id":"1d7dea00-96be-4ce8-ca15-d14bddbb5000","order":1450,"mobile_link":"leapcompass://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/compass-wallet-for-sei/id6450257441","play_store":"https://play.google.com/store/apps/details?id=io.leapwallet.compass","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/compass-wallet-for-sei/anokgmphncpekkhclmingpimjmcooifb","injected":null,"chains":["eip155:1329"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A crypto wallet for Sei Blockchain, brought to you by the Leap Wallet team.\n\nCompass is the best way to navigate through the Sei ecosystem.","badge_type":"none"},{"id":"cbe13eb482c76f1fa401ff4c84d9acd0b8bc9af311ca0620a0b192fb28359b4e","name":"Plasma Wallet","homepage":"https://plasma-wallet.com","image_id":"c268e78d-ffb0-4c8b-5cad-04c3add48500","order":1460,"mobile_link":"plasmawallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/plasmapay-defi-crypto-wallet/id1461735396","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:128","eip155:1284","eip155:1285","eip155:1313161554","eip155:25","eip155:250","eip155:28","eip155:288","eip155:42161","eip155:43114","eip155:56","eip155:66"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial iOS crypto wallet for DeFi, NFT and Web3","badge_type":"none"},{"id":"feb6ff1fb426db18110f5a80c7adbde846d0a7e96b2bc53af4b73aaf32552bea","name":"Cosmostation","homepage":"https://www.cosmostation.io/","image_id":"ea26c3c8-adb6-4dc4-ee02-35d6eee02800","order":1470,"mobile_link":"cosmostation://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/cosmostation/id1459830339","play_store":"https://play.google.com/store/apps/details?id=wannabit.io.cosmostaion","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","cosmos:irishub-1","cosmos:kava-4","eip155:66"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Wallet For Cosmos Ecosystem","badge_type":"none"},{"id":"7468ebbf5e14bd146c4fa12a08fb1a0d8d9af3b66409a5b682b64cffc4f21919","name":"ByteBank","homepage":"https://www.bytebank.org/","image_id":"bc7aacd6-b2e2-4146-7d21-06e0c5d44f00","order":1480,"mobile_link":"hideoutWallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/sg/app/hideout-wallet/id1620315192?l=zh","play_store":"https://play.google.com/store/apps/details?id=com.hideout.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Storing and managing your cryptocurrencies made easier. No matter where you are, no matter which digital currency you hold.","badge_type":"none"},{"id":"8308656f4548bb81b3508afe355cfbb7f0cb6253d1cc7f998080601f838ecee3","name":"Unstoppable Domains","homepage":"https://unstoppabledomains.com/","image_id":"4725dda0-4471-4d0f-7adf-6bbe8b929c00","order":1490,"mobile_link":"unstoppabledomains://","desktop_link":null,"link_mode":null,"webapp_link":"https://unstoppabledomains.com/","app_store":"https://apps.apple.com/us/app/unstoppable-domains/id1544748602","play_store":"https://play.google.com/store/apps/details?id=com.unstoppabledomains.manager","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your identity for Web3","badge_type":"none"},{"id":"e401b54ca287ce5c4c4579a91220e79816cff07cdf18b388fde84449c3be8a51","name":"Koala Wallet","homepage":"https://koalawallet.io/","image_id":"0d222367-ffaf-4402-3873-fdc80e521b00","order":1500,"mobile_link":"kowallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/koala-wallet/id1627486259","play_store":"https://play.google.com/store/apps/details?id=com.eucalyptuslabs.kowallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/koala-wallet/lnnnmfcpbkafcpgdilckhmhbkkbpkmid","injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:8081"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Koala Wallet makes it easier than ever to buy, send, receive, and safely store your crypto assets.","badge_type":"none"},{"id":"9504a1c1a86cc0702b2d3e47049e1389b373fb2ff22de3208c748d62912433a4","name":"Opto Wallet","homepage":"https://optowallet.com/","image_id":"3df102e4-e435-49dd-d4b1-5ea74ebed500","order":1510,"mobile_link":"opto://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/opto-wallet/id6443854537","play_store":"https://play.google.com/store/apps/details?id=app.opto.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["near:mainnet","near:testnet"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The wallet built for NEAR Protocol & Octopus Network","badge_type":"none"},{"id":"66a1b8d00aa8da714ae07a123a565f6226c44156a54ed04ffc6ee5ffe1f56e64","name":"Mirai App","homepage":"https://miraiapp.io","image_id":"0c8022b0-d5a3-4561-64d5-a3e60d1ed500","order":1520,"mobile_link":"miraiapp://","desktop_link":null,"link_mode":null,"webapp_link":"https://miraiapp.io","app_store":"https://apps.apple.com/vn/app/mirai-app-mpc-powered-wallet/id6472134236","play_store":"https://play.google.com/store/apps/details?id=co.mirailabs.app","rdns":null,"chrome_store":null,"injected":[{"namespace":"eip155","injected_id":"isMirai"}],"chains":["eip155:1","eip155:137","eip155:2718","eip155:42161","eip155:421613","eip155:56","eip155:80001","eip155:97","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Mirai App is your trusted partner for navigating the dynamic world of digital assets with the MPC technology.","badge_type":"none"},{"id":"2cca8c1b0bea04ba37dee4017991d348cdb7b826804ab2bd31073254f345b715","name":"Bee Wallet","homepage":"https://www.beewallet.app","image_id":"f90bc33f-f085-40cf-7538-fae5ae84f900","order":1530,"mobile_link":"beewallet.app://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/lt/app/bee-for-uniswap-pancakeswap/id1617257467","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:250","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bee Wallet is a mobile-first crypto wallet that lets you manage funds, swap tokens safely, and track your NFT collection.","badge_type":"none"},{"id":"1f711d32b1df0f84741fafa2ad1d81599b01297cc7d22d153272cb3ef4232f19","name":"Sequence Wallet","homepage":"https://sequence.xyz/","image_id":"b2d5c39c-a485-4efa-5736-a782204e4a00","order":1540,"mobile_link":"https://sequence.app","desktop_link":null,"link_mode":null,"webapp_link":"https://sequence.app","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:4","eip155:42161","eip155:421611","eip155:43113","eip155:43114","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Sequence is the smartest web3 wallet and developer platform. Sequence makes building user-friendly web3 applications easy for developers.","badge_type":"none"},{"id":"17a4ec96ceb34ade8e5215220df2051614aeebb832cc80ef19ddd7f33d5ba862","name":"Fizen Wallet","homepage":"https://fizen.io","image_id":"1160bfa2-b669-42ba-b224-13edcd40c700","order":1550,"mobile_link":"fw://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/fizen-wallet/id1621269508","play_store":"https://play.google.com/store/apps/details?id=com.fizen.io.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:106","eip155:137","eip155:199","eip155:200","eip155:250","eip155:43114","eip155:56","eip155:66"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Fizen Super App for Crypto Spending - The Bridge Between Your Crypto and Real-life Activities","badge_type":"none"},{"id":"a0718f5fb1493e4aaac72cff62d162cb85db40ed68fd8700298f36f1d5c4b73d","name":"AirGap Wallet","homepage":"https://airgap.it","image_id":"76bfe8cd-cf3f-4341-c33c-60da01065000","order":1560,"mobile_link":"airgap-wallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.airgap.it","app_store":"https://itunes.apple.com/us/app/airgap-wallet/id1420996542?l=de&ls=1&mt=8","play_store":"https://play.google.com/store/apps/details?id=it.airgap.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Self custody made simple and secure. Based on a two device approach, increasing security and usability with YOU in the driver’s seat","badge_type":"none"},{"id":"a2eb8a1c403a4440b2f578e9deb185b8e22cf4ec2a2a58441032b84b13aaab87","name":"The Pulse Wallet","homepage":"https://thepulsewallet.org/","image_id":"1f3d46b8-2569-4601-5084-845f7e64da00","order":1570,"mobile_link":"wallet.pulse://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/pulse-wallet/id6458346951","play_store":"https://play.google.com/store/apps/details?id=com.wallet.thepulse","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:369","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The safest and fastest way to explore and master PulseChain. Store, manage, trade, and swap crypto and NFT anywhere anytime.","badge_type":"none"},{"id":"b83a346877b71c02b8531f53485ce12bc00033eabcc1213ca3329cbc744813a5","name":"Holdstation Wallet","homepage":"https://www.holdstation.com","image_id":"dba228fc-d0c9-497b-903e-843ad1076e00","order":1580,"mobile_link":"holdstation://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/holdstation-web3-wallet/id6444925618","play_store":"https://play.google.com/store/apps/details?id=io.holdstation","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Holdstation Wallet is a self-custodial wallet working with all EVM. Holdstation aims to be a secured wallet with the best user experience.","badge_type":"none"},{"id":"15d7610042217f691385d20e640869dc7273e991b04e8f476417cdc5ec856955","name":"Coinomi","homepage":"https://www.coinomi.com","image_id":"3b446d16-a908-40c8-5835-9a6efe90dd00","order":1590,"mobile_link":"coinomi://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/app/coinomi-wallet/id1333588809","play_store":"https://play.google.com/store/apps/details?id=com.coinomi.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The blockchain wallet trusted by millions. Securely store, manage, and exchange Bitcoin, Ethereum, and more than 1,770 Tokens and Altcoins.","badge_type":"none"},{"id":"63488e0e0679da829dd964a670f2d0bf8643f52aa2d5a8a8539c3a4fcad6a78a","name":"Trustee Wallet","homepage":"https://trusteeglobal.com","image_id":"853e6f0a-ccb6-4b7e-e73b-89171a4e0a00","order":1600,"mobile_link":"tw://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/trustee-wallet/id1462924276","play_store":"https://play.google.com/store/apps/details?id=com.trusteewallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:10001","eip155:106","eip155:137","eip155:1666600000","eip155:199","eip155:250","eip155:3","eip155:4","eip155:56","eip155:61","stellar:pubnet","vechain:b1ac3413d346d43539627e6be7ec1b4a","waves:087","xrpl:0"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Support 31 blockchain & tokens of ERC20, BEP20, TRC10/TRC20, SPL, NFT. Built-in crypto swap & ETH, SOL, TRX, VET staking.","badge_type":"none"},{"id":"2c724cd7e745016e6e4acccebdcc49464e13ec17ee23141c4fb2fe8004be2504","name":"Wallacy","homepage":"https://wallacy.io","image_id":"9496c3d8-8b60-495f-bd55-c3af19519d00","order":1610,"mobile_link":"wallacy://","desktop_link":"wallacy://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/wallacy-crypto-btc-wallet/id6448592576","play_store":"https://play.google.com/store/apps/details?id=io.wallacy.cryptowallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:5","eip155:56","eip155:80001","eip155:8217","eip155:8453","eip155:97"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A Gamified and Hybrid Crypto Wallet","badge_type":"none"},{"id":"ca3f372788f7eaceda2429be20dd4f9c8c148f0d103bb7ba8576f8138104f18c","name":"Jambo","homepage":"https://www.jambo.technology/","image_id":"b0fd39a1-d147-4bf7-4cb5-68a294b26f00","order":1620,"mobile_link":"jbw://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.jambo","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1329","eip155:420","eip155:61","eip155:84531"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Jambo is building the web3 superapp to educate, bank and entertain our African community.","badge_type":"none"},{"id":"a9104b630bac1929ad9ac2a73a17ed4beead1889341f307bff502f89b46c8501","name":"Blade Wallet","homepage":"https://bladewallet.io","image_id":"8fa87652-b043-4992-3a45-78e438d1cd00","order":1630,"mobile_link":"org.bladelabs.bladewallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://welcome.bladewallet.io/","app_store":"https://apps.apple.com/app/apple-store/id1623849951","play_store":"https://play.google.com/store/apps/details?id=org.bladelabs.wallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/blade-%E2%80%93-hedera-web3-digit/abogmiocnneedmmepnohnhlijcjpcifd","injected":null,"chains":["eip155:1","eip155:11155111","hedera:mainnet","hedera:testnet"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Integrate our secure wallet solutions within your apps and leverage our one-click user onboarding. Unlock the power of Web3 with Blade.","badge_type":"none"},{"id":"47bb07617af518642f3413a201ec5859faa63acb1dd175ca95085d35d38afb83","name":"KEYRING PRO","homepage":"https://keyring.app/","image_id":"dda0f0fb-34e8-4a57-dcea-b008e7d1ff00","order":1640,"mobile_link":"keyring://","desktop_link":null,"link_mode":null,"webapp_link":"https://keyring.app/","app_store":"https://apps.apple.com/us/app/keyring-pro-wallet-management/id1546824976","play_store":"https://play.google.com/store/apps/details?id=co.bacoor.keyring","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:128","eip155:137","eip155:1666600000","eip155:1666600001","eip155:250","eip155:256","eip155:4002","eip155:42","eip155:42161","eip155:421611","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:61","eip155:69","eip155:80001","eip155:88","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"KEYRING PRO brings possibilities to reality by offering a simple cross-chain environment, where user can experience multiple chains at once.","badge_type":"none"},{"id":"c8c8f44329b9b826ded9a2ac330745f584a61aed6b1d0ed2a093b64bca7fc3bb","name":"Abra Wallet","homepage":"https://abra.com","image_id":"2219db01-e0c9-471c-5def-fd3b4e7a7a00","order":1650,"mobile_link":"abra://","desktop_link":null,"link_mode":null,"webapp_link":"https://abra.com","app_store":"https://abra.com","play_store":"https://abra.com","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:42161","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Abra DeFi Wallet","badge_type":"none"},{"id":"5b8e33346dfb2a532748c247876db8d596734da8977905a27b947ba1e2cf465b","name":"PREMA Wallet","homepage":"https://premanft.com/","image_id":"6487869b-1165-4f30-aa3a-115665be8300","order":1660,"mobile_link":"premawallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://premanft.com/","app_store":"https://apps.apple.com/us/app/prema%E3%82%A6%E3%82%A9%E3%83%AC%E3%83%83%E3%83%88-%E3%83%9E%E3%83%AB%E3%83%81%E3%83%81%E3%82%A7%E3%83%BC%E3%83%B3%E3%82%A2%E3%83%97%E3%83%AA/id1603556315","play_store":"https://play.google.com/store/apps/details?id=co.jp.xcreation.premawallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:128","eip155:137","eip155:1666600000","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:88"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"PREMA offers a seamless multichain experience as a full-fledged Blockchain platform.","badge_type":"none"},{"id":"34fca0f0eaa51af856cc7f205bacc36ede45545fa987fd81274e53db7718a183","name":"COCA Wallet","homepage":"https://www.coca.xyz/","image_id":"16e75893-aee7-4884-2267-b561fb031d00","order":1670,"mobile_link":"wirexwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/coca-crypto-and-defi/id1594165139","play_store":"https://play.google.com/store/apps/details?id=com.wirex.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","stellar:pubnet"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Dive into a realm of unparalleled security devoid of private key vulnerabilities, all while retaining absolute control over your funds","badge_type":"none"},{"id":"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8","name":"Timeless Wallet","homepage":"https://timelesswallet.xyz","image_id":"32e89601-0490-42fc-0cc4-8627d62a2000","order":1680,"mobile_link":"timeless-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/timeless-wallet/id1592807339","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:1666600000","eip155:250","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 made simple. secure. social.","badge_type":"none"},{"id":"7475258cb07b3e5fbab715aab27f383fc177154f4f0461790c57d97077a47547","name":"Volt Wallet","homepage":"https://voltage.finance","image_id":"ffddf01a-337f-45c1-61c9-f6d3dd3d3c00","order":1690,"mobile_link":"volt://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/volt-wallet/id6444159237","play_store":"https://play.google.com/store/apps/details?id=finance.voltage.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:122"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Experience Effortless DeFi with Account Abstraction — Making Managing Crypto Easy and Intuitive.","badge_type":"none"},{"id":"802a2041afdaf4c7e41a2903e98df333c8835897532699ad370f829390c6900f","name":"Infinity Wallet","homepage":"https://infinitywallet.io/","image_id":"9f259366-0bcd-4817-0af9-f78773e41900","order":1700,"mobile_link":null,"desktop_link":"infinity://","link_mode":null,"webapp_link":"https://infinitywallet.io/","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://infinitywallet.io/download/","injected":[{"namespace":"eip155","injected_id":"isInfinityWallet"},{"namespace":"solana","injected_id":"infinitywallet"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:25","eip155:321","eip155:43114","eip155:50","eip155:56","eip155:66","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Infinity Wallet is a leading all-in-one one-stop DeFi and Web3 crypto wallet & the 1st Web3 Browser!","badge_type":"none"},{"id":"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071","name":"Bitizen","homepage":"https://bitizen.org/","image_id":"75dd1471-77e9-4811-ce57-ec8fc980ec00","order":1710,"mobile_link":"bitizen://wallet/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/bitizen-defi-web3-eth-wallet/id1598283542","play_store":"https://play.google.com/store/apps/details?id=org.bitizen.wallet","rdns":null,"chrome_store":"https://bitizen.org/","injected":[{"namespace":"eip155","injected_id":"isBitizen"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:1001","eip155:1007","eip155:101","eip155:1010","eip155:1012","eip155:102","eip155:1022","eip155:1023","eip155:1024","eip155:1028","eip155:106","eip155:108","eip155:11","eip155:110","eip155:111","eip155:1139","eip155:12","eip155:122","eip155:124","eip155:127","eip155:128","eip155:1284","eip155:1285","eip155:13","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:137","eip155:14","eip155:142","eip155:15","eip155:16","eip155:162","eip155:163","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:1666700000","eip155:1666700001","eip155:1666700002","eip155:1666700003","eip155:17","eip155:170","eip155:172","eip155:18","eip155:186","eip155:19","eip155:199","eip155:2","eip155:20","eip155:200","eip155:21","eip155:210309","eip155:211","eip155:22","eip155:222","eip155:23","eip155:246","eip155:25","eip155:250","eip155:256","eip155:262","eip155:269","eip155:27","eip155:28","eip155:288","eip155:3","eip155:30","eip155:31","eip155:32","eip155:321","eip155:322","eip155:33","eip155:336","eip155:338","eip155:35","eip155:361","eip155:363","eip155:364","eip155:365","eip155:369","eip155:38","eip155:385","eip155:4","eip155:40","eip155:4002","eip155:41","eip155:42","eip155:420","eip155:42161","eip155:421611","eip155:42220","eip155:43","eip155:43113","eip155:43114","eip155:44","eip155:44787","eip155:499","eip155:5","eip155:50","eip155:51","eip155:52","eip155:53","eip155:55","eip155:558","eip155:56","eip155:58","eip155:59","eip155:595","eip155:6","eip155:60","eip155:61","eip155:62","eip155:63","eip155:64","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:69","eip155:7","eip155:721","eip155:76","eip155:77","eip155:777","eip155:78","eip155:787","eip155:8","eip155:80","eip155:80001","eip155:803","eip155:82","eip155:820","eip155:821","eip155:8217","eip155:83","eip155:85","eip155:86","eip155:880","eip155:9","eip155:940","eip155:95","eip155:97","eip155:977","eip155:99","eip155:998","eip155:999"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto/Web3 Wallet","badge_type":"none"},{"id":"0cb0c532b518aa842786d5167e13df22046bc9301b6677808d7134c3d7366a9d","name":"Wigwam","homepage":"https://wigwam.app","image_id":"6200b005-f202-41d5-7bd9-966c970f6700","order":1720,"mobile_link":"wigwam://","desktop_link":null,"link_mode":"https://wigwam.app/","webapp_link":null,"app_store":"https://apps.apple.com/app/id6630381643","play_store":"https://play.google.com/store/apps/details?id=com.wigwamapp","rdns":"com.wigwam.wallet","chrome_store":"https://chromewebstore.google.com/detail/wigwam-%E2%80%94-web3-wallet/lccbohhgfkdikahanoclbdmaolidjdfl","injected":[{"namespace":"eip155","injected_id":"isWigwam"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:10000","eip155:100000","eip155:100001","eip155:100002","eip155:100003","eip155:100004","eip155:100005","eip155:100006","eip155:100007","eip155:100008","eip155:10001","eip155:10003","eip155:1001","eip155:1007","eip155:10081","eip155:101","eip155:1010","eip155:10101","eip155:1012","eip155:102","eip155:1022","eip155:1023","eip155:1024","eip155:10243","eip155:1026062157","eip155:1028","eip155:1030","eip155:10507","eip155:10508","eip155:105105","eip155:106","eip155:1073","eip155:1075","eip155:108","eip155:109","eip155:11","eip155:110","eip155:110000","eip155:110001","eip155:110002","eip155:110003","eip155:110004","eip155:110005","eip155:110006","eip155:110007","eip155:110008","eip155:1101","eip155:111","eip155:1111","eip155:111188","eip155:1115","eip155:11155111","eip155:1116","eip155:1122334455","eip155:11235","eip155:11297108099","eip155:11297108109","eip155:1139","eip155:114","eip155:1140","eip155:11501","eip155:11888","eip155:12","eip155:12051","eip155:1213","eip155:122","eip155:123456","eip155:124","eip155:1261120","eip155:127","eip155:1273227453","eip155:128","eip155:1280","eip155:128123","eip155:1284","eip155:1285","eip155:1286","eip155:1287","eip155:1288","eip155:13","eip155:1313114","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:1313500","eip155:13371","eip155:13371337","eip155:13381","eip155:13473","eip155:1350216234","eip155:1351057110","eip155:137","eip155:1380012617","eip155:13812","eip155:14","eip155:142","eip155:1442","eip155:148","eip155:1482601649","eip155:15","eip155:1517929550","eip155:15557","eip155:1564830818","eip155:16","eip155:16000","eip155:16001","eip155:1618","eip155:162","eip155:1620","eip155:163","eip155:1657","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:1666700000","eip155:1666700001","eip155:1666700002","eip155:1666700003","eip155:17","eip155:170","eip155:172","eip155:17777","eip155:18","eip155:1802203764","eip155:18231","eip155:18233","eip155:18289463","eip155:1856","eip155:186","eip155:1890","eip155:1891","eip155:19","eip155:19011","eip155:1907","eip155:1908","eip155:1918988905","eip155:1987","eip155:199","eip155:1995","eip155:2","eip155:20","eip155:200","eip155:2000","eip155:20001","eip155:200625","eip155:200810","eip155:200901","eip155:200910","eip155:201030","eip155:2016","eip155:2017","eip155:20181205","eip155:2020","eip155:2021","eip155:2022","eip155:20231","eip155:2024","eip155:204","eip155:2046399126","eip155:205205","eip155:21","eip155:2100","eip155:2101","eip155:210309","eip155:2109095698","eip155:211","eip155:2195","eip155:22","eip155:222","eip155:23","eip155:233","eip155:24484","eip155:245022926","eip155:245022934","eip155:245022940","eip155:246","eip155:246529","eip155:246785","eip155:247253","eip155:24734","eip155:248","eip155:25","eip155:250","eip155:2559","eip155:256","eip155:262","eip155:269","eip155:27","eip155:2718","eip155:2730","eip155:274","eip155:28","eip155:280","eip155:288","eip155:2888","eip155:28945486","eip155:295","eip155:296","eip155:297","eip155:3","eip155:30","eip155:303","eip155:31","eip155:31102","eip155:311752642","eip155:3125659152","eip155:313","eip155:31337","eip155:32","eip155:321","eip155:322","eip155:324","eip155:32659","eip155:3269","eip155:3270","eip155:32769","eip155:33","eip155:33101","eip155:33385","eip155:333888","eip155:333999","eip155:336","eip155:338","eip155:34","eip155:344106930","eip155:34443","eip155:35","eip155:35855456","eip155:36","eip155:361","eip155:363","eip155:364","eip155:365","eip155:369","eip155:3776","eip155:38","eip155:385","eip155:39797","eip155:39815","eip155:4","eip155:40","eip155:4002","eip155:4061","eip155:40875","eip155:41","eip155:418","eip155:42","eip155:420","eip155:42069","eip155:42161","eip155:421611","eip155:421613","eip155:4216137055","eip155:421614","eip155:42170","eip155:42220","eip155:42793","eip155:43","eip155:43110","eip155:43113","eip155:43114","eip155:432201","eip155:432204","eip155:44","eip155:44787","eip155:45510","eip155:462","eip155:463","eip155:4689","eip155:4690","eip155:47279324479","eip155:4759","eip155:476158412","eip155:4777","eip155:48991","eip155:49797","eip155:499","eip155:4999","eip155:5","eip155:50","eip155:5000","eip155:5001","eip155:503129905","eip155:51","eip155:5197","eip155:52","eip155:53","eip155:534351","eip155:534352","eip155:534353","eip155:54211","eip155:55","eip155:5522","eip155:558","eip155:56","eip155:5611","eip155:56288","eip155:56789","eip155:57","eip155:570","eip155:5700","eip155:57000","eip155:58","eip155:5851","eip155:5869","eip155:59","eip155:59140","eip155:59144","eip155:595","eip155:6","eip155:60","eip155:6000","eip155:60000","eip155:60001","eip155:60002","eip155:6001","eip155:60103","eip155:6038361","eip155:61","eip155:61717561","eip155:62","eip155:62320","eip155:63","eip155:64","eip155:648","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:68770","eip155:68775","eip155:69","eip155:7","eip155:70000","eip155:70001","eip155:70002","eip155:7001","eip155:70103","eip155:7027","eip155:71","eip155:71393","eip155:721","eip155:7225878","eip155:73799","eip155:73927","eip155:7518","eip155:7575","eip155:7576","eip155:76","eip155:77","eip155:7762959","eip155:777","eip155:7777777","eip155:78","eip155:78110","eip155:78281","eip155:787","eip155:8","eip155:80","eip155:80001","eip155:8029","eip155:803","eip155:8080","eip155:8081","eip155:8082","eip155:81","eip155:8194","eip155:82","eip155:820","eip155:821","eip155:8217","eip155:8285","eip155:83","eip155:8453","eip155:84531","eip155:84532","eip155:85","eip155:86","eip155:8723","eip155:8724","eip155:88","eip155:880","eip155:8822","eip155:8866","eip155:888","eip155:8888","eip155:88882","eip155:88888","eip155:8995","eip155:9","eip155:9000","eip155:9001","eip155:90483539238","eip155:919","eip155:9372","eip155:940","eip155:95","eip155:955305","eip155:96970","eip155:97","eip155:9728","eip155:9731","eip155:9732","eip155:977","eip155:99","eip155:99415706","eip155:998","eip155:998899","eip155:999","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 wallet that brings financial freedom","badge_type":"none"},{"id":"09d3f710148d94993ca9f3ed095594d7cc90ba46137dd803a8904b6dbb4bd89c","name":"Ultimate","homepage":"https://ultimate.app/","image_id":"1ed9823d-64dd-4ab6-2f3f-22c8ff228f00","order":1730,"mobile_link":"ultimate://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id1629053410","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto Trading & DeFi Wallet","badge_type":"none"},{"id":"32caff85195f843b19e79669e63bf3f4ad97b23b3a48b65b3781c0d193a3fcae","name":"Cake Wallet","homepage":"https://cakewallet.com/","image_id":"b05af25b-fa4d-4f91-a4cb-2f8f7d544000","order":1740,"mobile_link":"cakewallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/cake-wallet/id1334702542?platform=iphone","play_store":"https://play.google.com/store/apps/details?id=com.cakewallet.cake_wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Cake Wallet allows you to safely store, exchange, and spend your Monero, Bitcoin, Ethereum, Litecoin, and Haven.","badge_type":"none"},{"id":"50fa9539a59e22890d7cb2184285618ea424ed8f6699ede7e19450ceb7e878fa","name":"Fizz","homepage":"https://www.fizzwallet.app/","image_id":"f9d4db84-2e9f-4fbe-684f-c1e921c98800","order":1750,"mobile_link":"fizz://wallet-connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/fizz-fun-ezzy-crypto-wallet/id6447460538","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Self-Custodial Wallet","badge_type":"none"},{"id":"67f1ec404dbf3bddc509b5fcf615850e05b28c287ccd7167b4fe81b4293ac9df","name":"KuCoin Web3 Wallet","homepage":"https://www.kucoin.com/Web3","image_id":"70d8a90b-457b-4c04-4bc3-791e97caab00","order":1760,"mobile_link":"kucoin:///wallet/walletConnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://www.kucoin.com/download","play_store":"https://www.kucoin.com/download","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:321","eip155:42161","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Find the Next Crypto Gem","badge_type":"none"},{"id":"71a83ffbaa7fa38419e8f548a6499c78c8d429163631cf483483fc7efc6b7aae","name":"Stickey Wallet","homepage":"https://stickey.app","image_id":"12aab9fb-f3d4-4248-10e0-4eda17a5de00","order":1770,"mobile_link":"stickyapp://","desktop_link":"stickyapp://","link_mode":null,"webapp_link":"https://stickeyapp.page.link","app_store":"https://apps.apple.com/app/id1671113083","play_store":"https://play.google.com/store/apps/details?id=app.stickey","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:321","eip155:42161","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Easy to use for everyone! Everyone gathers! Community-focused wallet","badge_type":"none"},{"id":"f039a4bdf6d5a54065b6cc4b134e32d23bed5d391ad97f25aab5627de26a0784","name":"Neon Wallet","homepage":"https://neonwallet.com","image_id":"322bd6f0-09b5-4595-cb15-0dfab8054800","order":1780,"mobile_link":"neon://uri=","desktop_link":"neon://uri=","link_mode":null,"webapp_link":"https://neonwallet.com/","app_store":"https://apps.apple.com/my/app/neon-wallet-mobile/id1530111452","play_store":"https://play.google.com/store/apps/details?id=neo.org.freewallet.app&hl=pt_BR&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["neo3:mainnet","neo3:testnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Light wallet for the NEO blockchain","badge_type":"none"},{"id":"bcaec16e531fb5f6dc690d7b70d570421e0209af9a0fe77c6419d516fe0098c2","name":"CoinStats","homepage":"https://coinstats.app","image_id":"b2a00908-f144-4a49-cc0a-9d7422ad5e00","order":1790,"mobile_link":"coinstats://","desktop_link":"coinstats://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id1247849330","play_store":"https://play.google.com/store/apps/details?id=com.coinstats.crypto.portfolio","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto Portfolio Manager & DeFi Wallet","badge_type":"none"},{"id":"2ebc33a02906094b8ea5d21a7c6e1673ecdefb33dca723897d13c7de3446d354","name":"Pundi Wallet","homepage":"https://pundi.ai/","image_id":"f095abd7-575e-4851-cf9c-79c2c4e4cc00","order":1800,"mobile_link":"fxwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/f-x-wallet-by-function-x-labs/id1504798360","play_store":"https://play.google.com/store/apps/details?id=com.pundix.functionx","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","eip155:1","eip155:10","eip155:137","eip155:200","eip155:420","eip155:43114","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Developed by Function X Labs, an easy-to-use and secure decentralized wallet app, supporting multiple blockchains","badge_type":"none"},{"id":"1896aa67ce33d5bde764369c7541a75074baa1b8da97e703c9ee3a4b61e56e65","name":"Ripio Portal","homepage":"https://ripio.com/portal","image_id":"fd56c695-ce58-4df5-1625-767571c80700","order":1810,"mobile_link":"ripio://portal","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ar/app/ripio-comprar-bitcoin-y-eth/id1221006761","play_store":"https://play.google.com/store/apps/details?id=com.ripio.android&hl=en&gl=US","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/ripio-portal/ddamhapapianibkkkcclabgicmpnpdnj","injected":[{"namespace":"eip155","injected_id":"isPortal"}],"chains":["eip155:1","eip155:137","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Start interacting with blockchain apps in the easiest and safest way with our Web3 wallet","badge_type":"none"},{"id":"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92","name":"Arculus Wallet","homepage":"https://www.arculus.co","image_id":"f78dab27-7165-4a3d-fdb1-fcff06c0a700","order":1820,"mobile_link":"arculuswc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/arculus-wallet/id1575425801","play_store":"https://play.google.com/store/apps/details?id=co.arculus.wallet.android&hl=en_US&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","cosmos:thorchain-mainnet-v1","eip155:1","eip155:10","eip155:1329","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453","polkadot:91b171bb158e2d3848fa23a9f1c25182","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","vechain:b1ac3413d346d43539627e6be7ec1b4a"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Cold Storage Crypto Wallet","badge_type":"none"},{"id":"bd44a349197c9d22659b98f0db579589f1e99f0ef51ccc06ffab2544b86e68e7","name":"HARTi Wallet","homepage":"https://harti.io/","image_id":"d0407f26-fe0b-4f3c-43c3-69bc8fef2e00","order":1830,"mobile_link":"HARTi://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/jp/app/harti/id1599921940?l=en","play_store":"https://play.google.com/store/apps/details?id=app.harti&hl=ja&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"HARTi, the curated NFT platform, blends virtual and physical art spaces. Discover, explore, and buy art at harti.tokyo.","badge_type":"none"},{"id":"dcb5cd7bb4a8849288f8b43dea7bf20d7b7e2b096b630964f9ca5bf808531edd","name":"Gem Wallet","homepage":"https://gemwallet.com","image_id":"28f1b431-9d2a-4083-1bf8-5958939a2300","order":1840,"mobile_link":"gem://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/apple-store/id6448712670?mt=8","play_store":"https://play.google.com/store/apps/details?id=com.gemwallet.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:10143","eip155:137","eip155:204","eip155:250","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:57073","eip155:59144","eip155:80094","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Friendly Crypto Wallet.","badge_type":"none"},{"id":"c4a289db34ed1b8e29d7e87a2e97c236bb82d72d60c8d73e27e02769facabd4a","name":"DTTD","homepage":"https://www.dttd.io/","image_id":"4a1da9d0-1a81-4e51-4758-b2157f4e6000","order":1850,"mobile_link":"dotted://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://hop.dttd.app/appstoredownload","play_store":"https://hop.dttd.app/googleplaydownload","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A Mobile-First Social Wallet Enabling Web3 for Everyone","badge_type":"none"},{"id":"d166c283d59164538cdc50e414546a7433d5f62b9410c9aa563e4e2ec496a106","name":"Zelcore","homepage":"https://zelcore.io","image_id":"1b9e652e-1667-425a-f828-707bf9b05400","order":1860,"mobile_link":"zel://","desktop_link":"zel://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/zelcore/id1436296839","play_store":"https://play.google.com/store/apps/details?id=com.zelcash.zelcore","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi-chain wallet for Desktop & Mobile with Walletconnect, quickswaps, fiat ramps, and more","badge_type":"none"},{"id":"43832260665ea0d076f9af1ee157d580bb0eb44ca0415117fef65666460a2652","name":"Theta Wallet","homepage":"https://www.thetatoken.org/wallet","image_id":"d4afb810-5925-4f00-4ebb-d180fcf29000","order":1870,"mobile_link":"wc://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.thetatoken.org","app_store":"https://apps.apple.com/app/theta-wallet/id1451094550","play_store":"https://play.google.com/store/apps/details?id=org.theta.wallet&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:361","eip155:363","eip155:364","eip155:365"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Official Theta Wallet","badge_type":"none"},{"id":"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd","name":"Blocto","homepage":"https://blocto.io/","image_id":"374258d3-c749-4f37-7815-77e61f798c00","order":1880,"mobile_link":"blocto://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id1481181682","play_store":"https://play.google.com/store/apps/details?id=com.portto.blocto&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:420","eip155:42161","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Aims to make the Web3 community more accessible","badge_type":"none"},{"id":"59968c4e5ef18efe3a287cb1206c41fd46d69589def8fd5c4990be92401fabcb","name":"OISY","homepage":"https://oisy.com","image_id":"fd94d14c-c6a0-47a9-498a-e6df95e50f00","order":1890,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://oisy.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:56","eip155:80002","eip155:8453","eip155:84532","eip155:97","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"A multi-chain wallet powered by chainfusion.","badge_type":"none"},{"id":"ad29e6ba814865dc84111a311f0d64692a6f3fdc220aa1c151034b1e948fe2ef","name":"Tellaw Wallet","homepage":"https://www.tellaw.com/","image_id":"c1cb03f5-e1c2-4c3e-86e1-9a90565ea300","order":1900,"mobile_link":"tellaw://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id6446802245","play_store":"https://play.google.com/store/apps/details?id=com.tellaw.tellaw","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 portal at fingertips","badge_type":"none"},{"id":"b6d18ff342920bb492f810bb070a064d6031ec2c3d6fffecb6ca233c8a591e00","name":"Facewallet","homepage":"https://facewallet.xyz","image_id":"51ab77a7-8df7-4217-ad98-b313cfbbe700","order":1910,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://my.facewallet.xyz","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1001","eip155:11155111","eip155:137","eip155:19011","eip155:248","eip155:29548","eip155:40875","eip155:4759","eip155:56","eip155:59140","eip155:59144","eip155:7518","eip155:80001","eip155:8217","eip155:9372","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Facewallet is the world’s most gamer-friendly multi-chain wallet, which aims to onboard the next 3 billion gamers into Web3.","badge_type":"none"},{"id":"f896cbca30cd6dc414712d3d6fcc2f8f7d35d5bd30e3b1fc5d60cf6c8926f98f","name":"Ctrl Wallet","homepage":"https://ctrl.xyz/","image_id":"749856b0-3f0e-4876-4d0f-27835310db00","order":1920,"mobile_link":"ctrl-mobile://","desktop_link":null,"link_mode":"https://ctrl.xyz/deeplink/wallet","webapp_link":"https://ctrl.xyz/","app_store":"https://apps.apple.com/us/app/ctrl-wallet/id6630386336","play_store":"https://play.google.com/store/apps/details?id=xyz.ctrl.wallet","rdns":"xyz.ctrl","chrome_store":"https://chrome.google.com/webstore/detail/ctrl-wallet/hmeobnfnfcmdkdcmlblgagmfpfboieaf?hl=en","injected":null,"chains":["cosmos:columbus-4","cosmos:cosmoshub-4","eip155:1","eip155:10000","eip155:1313161554","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","near:mainnet","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"One wallet for all your crypto. The safest & easiest wallet for 2,300+ chains.","badge_type":"none"},{"id":"7b20b6de13a5ecce036f74f74185669ca8f37cca0ca853d126d8dc2830d38f22","name":"Callback","homepage":"https://callback.is","image_id":"9f50c7a7-2384-4efe-89c3-01e0fec2b700","order":1930,"mobile_link":"callback://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/en/app/callback-original-stickers/id1543659456","play_store":"https://play.google.com/store/apps/details?id=com.thebasicsmeishi","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Callback Wallet is the coolest way to manage your on-chain items.","badge_type":"none"},{"id":"fa6a09c7efd73c6fe3bc5a68969d0def71b5d760b99a16985e3e8e79d84b0156","name":"SA ASSISTANT","homepage":"https://summonersarena.io/","image_id":"7954b508-9ff0-4416-9aba-16209b571000","order":1940,"mobile_link":"saas://success","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.onechain.saas&hl=en-VN","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","eip155:1","eip155:3","eip155:4","eip155:5","eip155:56","eip155:97","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A wallet ","badge_type":"none"},{"id":"33c036d8075d28c9f3619d4d43075676a6d294047e3658fb103e5b3424337551","name":"NuFi","homepage":"https://nu.fi","image_id":"65e07e9f-183a-4f6c-6ca5-4964eda1ef00","order":1950,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.nu.fi/wallet_connect/connector/redirect","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/nufi/gpnihlnnodeiiaakbikldcihojploeca","injected":[{"namespace":"cip-34","injected_id":"nufi"},{"namespace":"solana","injected_id":"isNufi"}],"chains":["cip-34:0-1","cip-34:1-764824073","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"A self-custody Web3 wallet to manage crypto, staking, NFTs, trading and Dapps","badge_type":"none"},{"id":"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1","name":"SafeMoon","homepage":"https://safemoon.com/","image_id":"ea0140c7-787c-43a4-838f-d5ab6a342000","order":1960,"mobile_link":"safemoon://","desktop_link":"safemoon://","link_mode":null,"webapp_link":"https://safemoon.com/wc/wc","app_store":"https://apps.apple.com/us/app/safemoon/id1579735495","play_store":"https://play.google.com/store/apps/details?id=net.safemoon.androidwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:25","eip155:250","eip155:42161","eip155:421614","eip155:43113","eip155:43114","eip155:56","eip155:8453","eip155:84532","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A human-focused technology and innovation business expanding blockchain technologies for a brighter tomorrow.","badge_type":"none"},{"id":"816d067b6e3387965911bab9666725e2e53d3bfcd3dade708b74917a6d5c8432","name":"Impact Wallet","homepage":"https://www.ixo.world/","image_id":"afc85418-2ca6-46cf-cfb9-daf6bc43e400","order":1970,"mobile_link":"impactsx://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/impacts-x/id6444948058","play_store":"https://play.google.com/store/apps/details?id=com.ixo.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Impacts Wallet to make a difference.","badge_type":"none"},{"id":"1531a2c7dd4506df2ec8660da31c7d4a5f3c9ebbc121c7996c688e12a097f26b","name":"Bitpie","homepage":"https://bitpie.com","image_id":"e6dce4ec-a1a8-49e6-d8e1-8329fdd5c700","order":1980,"mobile_link":"bitpiewc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/bitpie-universal-crypto-wallet/id1481314229","play_store":"https://bitpie.com/android/","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:10000","eip155:128","eip155:1284","eip155:137","eip155:200","eip155:324","eip155:42161","eip155:42220","eip155:43114","eip155:5","eip155:56","eip155:59","eip155:66"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bitpie is an industry-leading multi-blockchain (BTC/ETH/TRX/USDT etc.) decentralized wallet. ","badge_type":"none"},{"id":"aba1f652e61fd536e8a7a5cd5e0319c9047c435ef8f7e907717361ff33bb3588","name":"GateWallet","homepage":"https://www.gateweb3.net/web3","image_id":"6e528abf-7a7d-47bd-d84d-481f169b1200","order":1990,"mobile_link":"gtweb3wallet://","desktop_link":"gtweb3wallet://","link_mode":null,"webapp_link":"https://www.gateweb3.net/web3","app_store":"https://www.gate.io/mobileapp","play_store":"https://www.gate.io/mobileapp","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:10000","eip155:1028","eip155:11155111","eip155:128","eip155:137","eip155:25","eip155:250","eip155:256","eip155:280","eip155:324","eip155:42161","eip155:43114","eip155:5","eip155:53","eip155:56","eip155:65","eip155:66","eip155:71393","eip155:85","eip155:86","eip155:97"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Wallets, trading, cross-chain, NFTs and DApps all in Gate web3","badge_type":"none"},{"id":"dc09ba6dfa61fefeda72672d88390226bc6fa9e94ce6a6820230d96af897b7ec","name":"Wallypto","homepage":"https://wallypto.io","image_id":"00684f38-f9f9-40b6-6b6e-33891434f400","order":2000,"mobile_link":"wallypto://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/wallypto-blockchain-wallet/id1639302472","play_store":"https://play.google.com/store/apps/details?id=xyz.wallypto","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1001","eip155:11155111","eip155:8217","hedera:mainnet","hedera:testnet"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A secure self-custodial wallet for managing virtual assets such as cryptocurrencies and NFTs, offering essential features for using dApps.","badge_type":"none"},{"id":"053ac0ac602e0969736941cf5aa07a3af57396d4601cb521a173a626e1015fb1","name":"αU wallet","homepage":"https://web.wallet.alpha-u.io/intro.html","image_id":"40489ba1-6eb0-49a1-a9d4-439fefe52000","order":2010,"mobile_link":"alpha-u-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/jp/app/%CE%B1u-wallet/id6444401106","play_store":"https://play.google.com/store/apps/details?id=com.kddi.wallet","rdns":null,"chrome_store":"nothing","injected":null,"chains":["eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Safely manage NFTs and cryptocurrencies with Wallet","badge_type":"none"},{"id":"dc8ac638c6fd002950f9404dbb0639ae25bab667bf1a60a419bf8f44a89ed3a7","name":"Lif3 Wallet","homepage":"https://lif3.com/","image_id":"1a89c0ec-9059-4515-afb6-8204d49f0900","order":2020,"mobile_link":"lif3wallet://walletview","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/lif3/id6444389674","play_store":"https://play.google.com/store/apps/details?id=com.lif3.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:25","eip155:250","eip155:3","eip155:338","eip155:4","eip155:42","eip155:420","eip155:42161","eip155:42220","eip155:43114","eip155:44787","eip155:5","eip155:5000","eip155:5001","eip155:56","eip155:62320","eip155:65","eip155:66","eip155:8453","eip155:84531","eip155:9000","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Explore the possibilities of DeFi with Lif3 Wallet.","badge_type":"none"},{"id":"541517cf964687d18414ff05d2623b9c0a122a7a06ac5a5702fd92c4f2b87b1c","name":"Ammer Wallet","homepage":"https://ammer.app/","image_id":"7d38dd8e-92ee-44bf-1ca4-818531de1900","order":2030,"mobile_link":"ammerwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ammer-wallet/id1599698329","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:106","eip155:137","eip155:42220"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto Wallet and Pay ecosystem","badge_type":"none"},{"id":"cbc11415130d01316513f735eac34fd1ad7a5d40a993bbb6772d2c02eeef3df8","name":"Binance.US","homepage":"https://binance.us","image_id":"48aa1a7d-c5fe-4ad6-c2f2-e5684b296900","order":2040,"mobile_link":"bncus://binance.us","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/app/id1492670702","play_store":"https://play.google.com/store/apps/details?id=com.binance.us","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Binance US Web3 Wallet","badge_type":"none"},{"id":"b4678fefcc469583ed4ef58a5bd90ce86208b82803f3c45f2de3e0973d268835","name":"BitPay Wallet","homepage":"https://bitpay.com/wallet","image_id":"553e8fff-37c9-4a62-5bfe-02ff22e1e200","order":2050,"mobile_link":"bitpay://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/bitpay-bitcoin-wallet-card/id1149581638?platform=iphone","play_store":"https://play.google.com/store/apps/details?id=com.bitpay.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:80001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The only wallet app you need to buy, store, swap and spend your crypto.","badge_type":"none"},{"id":"f1f4ce9c495cb3db6862230ad961edca8563bf85c245bd774d4d78b7de884641","name":"BitBox","homepage":"https://bitbox.swiss","image_id":"e8373489-de33-4d1f-ffdf-1c435a050e00","order":2060,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=ch.shiftcrypto.bitboxapp&utm_source=website&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:5"],"categories":["9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"BitBox Wallet App","badge_type":"none"},{"id":"0e36dd863f7cb70a0d8dd507e2b32495b01771abbf5c73817401d958d9938ca7","name":"SISTEMAS","homepage":"https://waynance.com","image_id":"eda865c8-746b-4536-9d57-7d7de0555400","order":2070,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://waynance.app","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Sistema de apertura de cuentas","badge_type":"none"},{"id":"75aa577b08b3dc3a1777c9c74cbbb79b5bfd73caaff222a28a53ce4e76cbb41c","name":"JoyID Passkey","homepage":"https://joy.id/","image_id":"eef16f1f-1882-41c9-00c3-558444e0d000","order":2080,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.joy.id","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:15557","eip155:42161","eip155:421611","eip155:421613","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"JoyID is a multichain, cross-platform, passwordless, and mnemonic-free wallet solution based on FIDO Webauthn protocol and Nervos CKB. ","badge_type":"none"},{"id":"47bb562043e570200267c79b256c5fc4e005bde1d5628db9205f072243329fbf","name":"MUZA","homepage":"https://muza.co","image_id":"f8516ff9-ca2e-4b59-65f6-ed8ef438f100","order":2090,"mobile_link":"muza://","desktop_link":"muza://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/th/app/muza-wallet-nft-web3/id6450735857","play_store":"https://play.google.com/store/apps/details?id=com.muza.muza&pcampaignid=web_share","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","5ab4170b-2d88-475e-8fd7-ec9eeb6ce45d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MUZA is a crypto wallet, this application connects you between web3 and the physical world to redeem a privilege from your NFTs.","badge_type":"none"},{"id":"ef18169e2888785e5f6de4df18cdd86313b4a51694271399be989c8e049d188b","name":"Rakuten Wallet","homepage":"https://www.rakuten-wallet.co.jp/web3/","image_id":"a7b5c4b1-8b55-4b6c-af68-4b2786480600","order":2100,"mobile_link":"rakutenwalletweb3://","desktop_link":null,"link_mode":null,"webapp_link":"https://www.rakuten-wallet.co.jp/","app_store":"https://apps.apple.com/jp/app/id6504903632","play_store":"https://play.google.com/store/apps/details?id=jp.co.rakuten.web3wallet.crypto","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:19011","eip155:247101234","eip155:248","eip155:40875","eip155:80002","eip155:812397","eip155:9372"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The web3 wallet offered by Rakuten Wallet.","badge_type":"none"},{"id":"fdcaaa47c154988ff2ce28d39248eb10366ec60c7de725f73b0d33b5bb9b9a64","name":"KeepKey Desktop","homepage":"https://www.keepkey.com/","image_id":"eb4227d9-366c-466c-db8f-ab7e45985500","order":2110,"mobile_link":null,"desktop_link":"keepkey://launch","link_mode":null,"webapp_link":"https://www.keepkey.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:137"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"A Desktop Client for the KeepKey Hardware Wallet","badge_type":"none"},{"id":"0d27c5ac4a4a36e8c3f24f8bf3626ee5f0ab41d1a62ea17133f7a67c72efe09d","name":"RYIPAY","homepage":"https://ryipay.app/","image_id":"2f0918f7-f135-4b62-4765-ac183f14e500","order":2120,"mobile_link":"ryipay://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ryipay-wallet/id1620995066","play_store":"https://play.google.com/store/apps/details?id=io.ryi.pay","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:56","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"RYIpay wallet app is built as a decentralized asset management tool for cryptocurrencies ","badge_type":"none"},{"id":"dd1112ffb1ba02247ac7d22d69a0249c5ec867918c614ce9256c571ba7636882","name":"Sequel Wallet","homepage":"https://www.sequelfi.com/","image_id":"0c89b2e4-a0cc-4bfc-e3f5-398f4711af00","order":2130,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.sequelfi.com/","app_store":"https://app.sequelfi.com","play_store":null,"rdns":null,"chrome_store":"https://app.sequelfi.com","injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","5ab4170b-2d88-475e-8fd7-ec9eeb6ce45d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A self-custody, multi-wallet management platform featuring trustless, chain-agnostic social recovery. Powered by OPAQUE cryptography.","badge_type":"none"},{"id":"6544c9ff3ea25bc10a86b6e213c0f0407b04fb335490d7d56f4550c2c6be0502","name":"MetaWallet","homepage":"http://www.dota168.org/","image_id":"a18337ad-433f-47c0-ea57-8a6199835e00","order":2140,"mobile_link":"metawallet://com.metawallet.client","desktop_link":"metawallet://","link_mode":null,"webapp_link":"http://www.dota168.org/","app_store":null,"play_store":"http://www.dota168.org/","rdns":null,"chrome_store":"http://www.dota168.org/","injected":[{"namespace":"eip155","injected_id":"window.ethereum.isMetaWallet"}],"chains":["eip155:42161","eip155:421611","eip155:56","eip155:60","eip155:9001"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"a feature-rich and secure wallet application designed to help users better manage and control their financial situation","badge_type":"none"},{"id":"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98","name":"AlphaWallet","homepage":"https://alphawallet.com/","image_id":"5b1cddfb-056e-4e78-029a-54de5d70c500","order":2150,"mobile_link":"awallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/alphawallet-eth-wallet/id1358230430","play_store":"https://play.google.com/store/apps/details?id=io.stormbird.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:11297108099","eip155:11297108109","eip155:137","eip155:200","eip155:256","eip155:3","eip155:338","eip155:4","eip155:4002","eip155:42","eip155:42161","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:61","eip155:69","eip155:77","eip155:97","eip155:99"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"AlphaWallet is a production-ready and easy to customise Ethereum Wallet for your business.","badge_type":"none"},{"id":"eae2c4b9da3b33b72b20d929a6342830bf54b541665e54c3a46024118e9e0e81","name":"Noone Wallet","homepage":"https://noone.io/","image_id":"fbae89d3-d6cb-4b98-bd1c-b2007b61ed00","order":2160,"mobile_link":"crypto.noone.wallet://walletcon","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/noone-wallet/id1668333995","play_store":"https://play.google.com/store/apps/details?id=io.noone.androidwallet&hl=en&gl=US","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/noone-wallet/bgfhmafjampalkbjicjcjiikhlaggdnm","injected":[{"namespace":"eip155","injected_id":"isNooneWallet"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"White-label non-custodial wallet. Сustomize your crypto journey with tailored features designed exclusively for your business","badge_type":"none"},{"id":"1796b3d91d6dcaa47a23f7eeb751b89e95d9ced769ade41caa18a8e9759b673c","name":"Unido","homepage":"https://www.unido.us/","image_id":"c22450a3-b4a7-4e86-8855-f5b88d983100","order":2170,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/au/app/unido/id1444261005","play_store":"https://play.google.com/store/apps/details?id=com.worldwebms.multisigwallet&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unido offers enterprise-level crypto self-custody solutions for SMEs, sophisticated corporations and institutions.","badge_type":"none"},{"id":"b956da9052132e3dabdcd78feb596d5194c99b7345d8c4bd7a47cabdcb69a25f","name":"ABC Wallet","homepage":"https://myabcwallet.io/","image_id":"e689ea2b-cd49-4a1d-7812-424a0e0d9200","order":2180,"mobile_link":"abc-wallet://abcwc","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/abc-wallet-safe-web3-wallet/id1642837445","play_store":"https://play.google.com/store/apps/details?id=io.myabcwallet.mpc&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1001","eip155:137","eip155:5","eip155:56","eip155:80001","eip155:8217","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Secure your crypto with ABC Wallet! MPC tech, recoverable keys. Manage ETH, Klaytn, Polygon, BSC in one place.","badge_type":"none"},{"id":"34c19e0afafeb86ffa75df1c04445b8840450217e79d30abc6def9aa537fb7d6","name":"Wallet 3","homepage":"https://wallet3.io","image_id":"34ab7558-9e64-4436-f4e6-9069f2533d00","order":2190,"mobile_link":"wallet3://","desktop_link":"wallet3://","link_mode":null,"webapp_link":"https://wallet3.io","app_store":"https://itunes.apple.com/us/app/wallet-3/id1597395741","play_store":"https://play.google.com/store/apps/details?id=jp.co.chainbow.wallet3.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:128","eip155:1284","eip155:1285","eip155:1313161554","eip155:137","eip155:1666600000","eip155:2020","eip155:25","eip155:250","eip155:28","eip155:42161","eip155:42220","eip155:43114","eip155:56","eip155:66","eip155:8217"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Wallet 3 is a digital wallet designed specifically for Ethereum users.","badge_type":"none"},{"id":"a74882bc3c24d2f52e55fd9c9579275885177e92789586ae857208c839335306","name":"Coininn Wallet","homepage":"https://www.coininn.com/coinwallet","image_id":"52efd5a7-65fa-428d-668c-f53ceb4b5f00","order":2200,"mobile_link":"coininn_wallet_wc://request","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/app/id6448525015","play_store":"https://play.google.com/store/apps/details?id=com.coininn.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Securely Hold, Send, Receive, Exchange, Tip and Earn 800+ cryptocurrencies with coinInn","badge_type":"none"},{"id":"3cf9e635075cdc1587c444bc6e01a6026c7fd1d518a96a7ac0aa23b905a7c53e","name":"Safe App Syscoin","homepage":"https://syscoin.org/","image_id":"0b6b29ca-10a4-44cc-a51e-baa4b49fc300","order":2210,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://safe.syscoin.org","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:57","eip155:570","eip155:5700"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","8c168017-bf5e-4aac-9935-65d25b700b99"],"description":"Safe Deployment on Syscoin Networks","badge_type":"none"},{"id":"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568","name":"Ambire Wallet","homepage":"https://www.ambire.com","image_id":"c39b3a16-1a38-4588-f089-cb7aeb584700","order":2220,"mobile_link":"ambire://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.ambire.com","app_store":"https://apps.apple.com/bg/app/ambire-smart-crypto-wallet/id6444863857","play_store":"https://play.google.com/store/apps/details?id=com.ambire.wallet&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1284","eip155:1285","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Ambire Wallet is a full featured non-custodial open-source wallet focused on DeFi and ease of use.","badge_type":"none"},{"id":"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43","name":"Avacus","homepage":"https://avacus.cc","image_id":"a7106965-91cc-4a73-4688-c5c72ae0ed00","order":2230,"mobile_link":"avacus://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id6449657442","play_store":"https://play.google.com/store/apps/details?id=io.sowaka.avacus","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto wallet integrated with token exchanges, browser DApps, multichain wallet and many other utilities","badge_type":"none"},{"id":"7ef337ff00714f179d38b8142398efa2ab902a53430e99ebce02892053d7a310","name":"EASY","homepage":"https://easy.me","image_id":"62feb41a-be1f-4b1c-e089-27f97c0e8d00","order":2240,"mobile_link":"co.theeasy.app://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/easy-web3-social-wallet/id1641192503","play_store":"https://play.google.com/store/apps/details?id=co.theeasy.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:80001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your web3 social wallet","badge_type":"none"},{"id":"6af02afbc4ac21d339fb4290d048d48f9f73c3b1a307a994f0474329948c0e5a","name":"UTORG","homepage":"https://utorg.app","image_id":"39c77c0b-d6ea-419d-92b7-513a5eac2c00","order":2250,"mobile_link":"utorg://mainactivity","desktop_link":"utorg://mainactivity","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/utorg-bitcoin-crypto-wallet/id6444720908","play_store":"https://play.google.com/store/apps/details?id=com.utorg","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:1313161554","eip155:137","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:59144"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A multi-crypto, self-custody wallet with blockchain support. Purchase crypto directly within the app.","badge_type":"none"},{"id":"87c00b80517fed78fe3705f43dfefe9b711910859acebb8889aa752556649ef1","name":"Solace","homepage":"https://solaceprotocol.com","image_id":"4bb93c92-f20b-41d7-97c7-d0e74100bd00","order":2260,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.solaceprotocol.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:25","eip155:43113","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Solace ERC4337 Smart Contract Wallet","badge_type":"none"},{"id":"b48cefc7ff96f9bf4e6db66fd93d277d4ee6f4199d7f996c25a56b0b0bb2c352","name":"ScramberryWallet","homepage":"https://scramberry.io/ja/wallet/","image_id":"2398a924-62b4-4f64-4a59-7ae7a293ce00","order":2270,"mobile_link":"io.scramberry.v7bmfgda1vo42ue385xc://deeplink","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/jp/app/scramberry-wallet/id6468808512","play_store":"https://play.google.com/store/apps/details?id=io.scramberry.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:3776","eip155:43114"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Secure, easy, and convenient crypto asset management wallet","badge_type":"none"},{"id":"7b3211c08255a17230494a384a1381bb12a284af4bf03945877fec5b7fc24410","name":"Iskra Wallet","homepage":"https://app.iskra.world/","image_id":"171f0bcf-b6bb-406f-6ee1-879bc9608e00","order":2280,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.iskra.world/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:8217","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Explore Iskra with Iskra Wallet","badge_type":"none"},{"id":"7215d406ebbd8e129f6092ee3c6c86c08d444e431bf35414613f6fbb686ab2c9","name":"Meter Wallet","homepage":"https://www.meter.io","image_id":"05700788-1b9d-4670-dabd-61fa9b90f900","order":2290,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.meter.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1284","eip155:1285","eip155:137","eip155:361","eip155:43114","eip155:56","eip155:82"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"wallet on ethereum compatible networks","badge_type":"none"},{"id":"5a32122dd183770b1253d8e3bb0954ced0be9f2dfd9654fe773cc80be79a57ca","name":"SaitaPro","homepage":"https://www.saitamatoken.com/saitapro/","image_id":"fedd85cd-fa5e-4c66-0b05-1ff2ce864e00","order":2300,"mobile_link":"SaitaPro://app","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/saitapro/id1636523777","play_store":"https://play.google.com/store/apps/details?id=com.saitapro&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"SaitaPro is here to make crypto and decentralized finance simple and safe for you. Buying crypto, trading assets, staking .","badge_type":"none"},{"id":"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa","name":"SecuX","homepage":"https://secuxtech.com/","image_id":"98183be0-3125-45ee-a6b6-fbd47ebefd00","order":2310,"mobile_link":"secux://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.secuxtech.com/secuxess/#/","app_store":"https://apps.apple.com/tw/app/secux-mobile/id1477437607","play_store":"https://play.google.com/store/apps/details?id=com.secuxapp&hl=zh_TW&gl=US&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"SecuX Hardware Wallet","badge_type":"none"},{"id":"2f0e39323be165a0972147140c7b822be17e5eb464a5e8558ac0e0ab01c48944","name":"Open Wallet","homepage":"https://openwallet.finance","image_id":"68a3c433-d944-4bf6-5093-4ac415fd5400","order":2320,"mobile_link":"x-app-open-wallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://openwallet.finance/","app_store":"https://apps.apple.com/ee/app/open-wallet-keyless-mastery/id6502636684","play_store":"https://play.google.com/store/apps/details?id=com.finverselabs.openwallet&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:25","eip155:42161","eip155:56","eip155:59144","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"OpenWallet isn't your average crypto wallet. It throws away the keys (literally) and uses advanced tech to keep your digital assets safe","badge_type":"none"},{"id":"01d3eae656238d3b3354a995228f8461446e0d701eb15fd71feb34afd98c3b10","name":"DMToken","homepage":"https://defim.site","image_id":"cd19f4a5-9390-4801-7587-233a3bf1d800","order":2330,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://defim.site","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://defim.site","injected":null,"chains":["eip155:56"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"A cryptocurrency solution that leverages the best of finance and memecoin","badge_type":"none"},{"id":"582506d3ac795e1d72b1674e0ee54b45431ad6fac9b51c0c8c4c1893d923c5f0","name":"Shido App","homepage":"https://www.shido.io/","image_id":"673b4fdc-8c65-41e0-d0f8-c2eb6c8e5500","order":2340,"mobile_link":"shido://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/shido-app/id6473452165","play_store":"https://play.google.com/store/apps/details?id=com.shido.wallet&hl=en&gl=US&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Shido App is a non-custodial crypto wallet","badge_type":"none"},{"id":"cb7d4e00e9c6ba5ca1ef3b3464ce1ccf0468f7526fbda116106302525f929807","name":"Unity Wallet","homepage":"https://unitywallet.com","image_id":"09b4aad3-c007-40e7-ec8f-6a62585e6900","order":2350,"mobile_link":"savl://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/savl-wallet-bitcoin-solana/id1369912925","play_store":"https://play.google.com/store/apps/details?id=com.savl","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unity Wallet is the Swiss Army knife of applications for DeFi and Web3. It offers more features than any other digital wallet on the market.","badge_type":"none"},{"id":"0f5eca2c7f2c9d11c992fdc707575c484ffb751e58e43eaeeea24510bfe8b8dd","name":"ONTO","homepage":"https://onto.app","image_id":"14934596-632e-4b29-d45f-61109e959000","order":2360,"mobile_link":"ontoprovider://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/onto-an-ontology-dapp/id1436009823","play_store":"https://play.google.com/store/apps/details?id=com.github.ontio.onto","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:1024","eip155:128","eip155:1280","eip155:1284","eip155:1313161554","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:288","eip155:42161","eip155:4689","eip155:50","eip155:56","eip155:58","eip155:66","neo3:mainnet","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A #DID-based #Web3 gateway for 1 million+ users on 30+ popular #blockchains, supporting 700+ dApps.","badge_type":"none"},{"id":"deb700f0ebe34fd6c25a937629949b3c4c6c9dafdf87056190e985f189b691d2","name":"campux.digital","homepage":"https://campux.digital","image_id":"a635b65a-44b9-4dfa-a28f-83128d8dff00","order":2370,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://campux.digital","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:irishub-1","cosmos:kava-4","cosmos:mayachain-mainnet-v1","cosmos:mayachain-stagenet-v1","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Our soccer sport passport is an interactive digital wallet designed for the global soccer community. ","badge_type":"none"},{"id":"e5276850a2559a0fd4eb37207e3c9325cfb20b84ebb28a2d6ad5ade43a2a77bd","name":"TobeWallet","homepage":"https://testnet.tobechain.net/testnet/faucet/","image_id":"ccfadd90-2fe4-41c0-4762-32e1cf9b2700","order":2380,"mobile_link":"tobewallet://","desktop_link":"tobewallet://","link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.companyname.swaptobe&hl=vi","rdns":"com.companyname.swaptobe","chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"com.companyname.swaptobe","badge_type":"none"},{"id":"73232eaed7a1e4876f3efb13c3d526dfe4e293a152e1380095a62eb4c5814a87","name":"midoin","homepage":"https://midoin.com","image_id":"9728246c-9504-4b0f-9881-ed848c9fa000","order":2390,"mobile_link":"midoin://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/midoin/id1374974523","play_store":"https://play.google.com/store/apps/details?id=com.midoin","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Midoin is a mobile-first currency aiming to be fun, easy and fast to use.","badge_type":"none"},{"id":"4b2604c8e0f5022d0fbfbc67685dd5e87426bbfe514eebcce6c5f3638f2e1d81","name":"BC Vault","homepage":"https://bc-vault.com","image_id":"56995d82-a980-4dfc-2611-0f91d88c5700","order":2400,"mobile_link":null,"desktop_link":"bcvault://","link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10001","eip155:10003","eip155:106","eip155:128","eip155:137","eip155:25","eip155:250","eip155:256","eip155:338","eip155:56","eip155:61","eip155:62","eip155:63","eip155:65","eip155:66","eip155:80001","eip155:97","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"BC Vault Hardware Crypto Wallet","badge_type":"none"},{"id":"a94328bcaff3ed69de88cb6347b6933370d16455af591e4a46e7e0d7c2a485c8","name":"HyperPay","homepage":"https://www.hyperpay.io/","image_id":"44abbf25-f8c4-4d04-0ce7-a695e00d8e00","order":2410,"mobile_link":"hyperPay://","desktop_link":"hyperPay://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ae/app/hyperpay-bitcoin-crypto-wallet/id1354755812","play_store":"https://play.google.com/store/apps/details?id=com.legendwd.hyperpayW&hl&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:128","eip155:137","eip155:250","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:66","eip155:8453"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Where your crypto wants to stay!","badge_type":"none"},{"id":"22086a7044492919c850e06c38b7940dca5a17c83a69d2d61581d72a1526c373","name":"Hellō","homepage":"https://wallet.hello.coop/","image_id":"d365f826-0a95-48f5-0642-e25cd47c2100","order":2420,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.hello.coop/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Cloud Identity Wallet","badge_type":"none"},{"id":"be5a8ab0c885357ce212602173781d9b03f8c0308f28aa1211e1e92ce04fb2c9","name":"Competence.id","homepage":"https://competence.id","image_id":"ac1de66e-a82c-4cc5-f460-86b640e56500","order":2430,"mobile_link":"competenceid://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/competenceid/id6448860364","play_store":"https://play.google.com/store/apps/details?id=id.competence","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Competence.ID, is a self-sovereign identity solution designed to allow you build your reputation in the supply chain industry.","badge_type":"none"},{"id":"36dbd7f82df78f406723eb71599640fbbf703b2583682ba1e419a9098a2d4945","name":"StrikeX Wallet","homepage":"https://tradestrike.io/","image_id":"f81642e4-2355-454a-25f5-72e27f2c6f00","order":2440,"mobile_link":"strikex://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/strikex-wallet/id6443517613","play_store":"https://play.google.com/store/apps/details?id=com.tradestrike","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Buy, sell, swap, transfer & track crypto on our non-custodial DeFi Crypto wallet.","badge_type":"none"},{"id":"de0876834d89cfbc7d50c9082727480c784c33ec559349b0541c452cd9e10ed0","name":"Deficloud","homepage":"https://app.deficloud.cc","image_id":"f67d45d0-dbeb-4d00-3c3a-51a91bedc100","order":2450,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.deficloud.cc","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1285","eip155:1313161554","eip155:137","eip155:1666600002","eip155:200","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"For deficloud.cc ","badge_type":"none"},{"id":"cb53ce18c593e8ea5d93c6a55bf848e4b75010c077f83b012b7c4e5f8fce842a","name":"BeanBag","homepage":"https://besc.llc","image_id":"5fad49d2-a138-47bb-ac87-6368d8bd9000","order":2460,"mobile_link":"beanbag://wallet/connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.beanbag.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Mobile crypto currency wallet \n\n\nKEEP getting declined no testing but i have tested and all works how can i show u","badge_type":"none"},{"id":"d11e890cc208235fd14e5234b4fc180eb36ade32808c980ee85cc57fe4a08ebb","name":"Smart.Baby","homepage":"https://smart.baby","image_id":"7f408502-e3d1-48f1-a81f-654a3f338f00","order":2470,"mobile_link":"smartbody://?uri=","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://smartbaby.oss-cn-hongkong.aliyuncs.com/wallet/20230912/e94cee9101074e54a717415cccd11a87.apk","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Smart.Baby is an encrypted wallet using the most cutting-edge AI technology","badge_type":"none"},{"id":"2ba89f94faff121a7c1091c3cea124167dc4291ebe87123620c66e0f120197cc","name":"CoinWallet","homepage":"https://www.coinsdo.com","image_id":"1c0cd352-ce8e-4bcc-f91d-8763eab60b00","order":2480,"mobile_link":"coinwallet://","desktop_link":"coinwallet://","link_mode":null,"webapp_link":"https://www.coinsdo.com/wallet_coinsdo.html","app_store":"https://apps.apple.com/us/app/coinsdo-wallet-btc-eth-wallet/id6479635869","play_store":"https://play.google.com/store/apps/details?id=com.coinsdo.wallet","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/coinwallet-btc-crypto-wal/oafedfoadhdjjcipmcbecikgokpaphjk","injected":null,"chains":["cip-34:0-1","cip-34:1-764824073","eip155:1","eip155:100","eip155:10000","eip155:10001","eip155:128","eip155:137","eip155:250","eip155:256","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:59","eip155:61","eip155:65","eip155:66","eip155:80001","eip155:97","polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MPC-TSS HD Multichain Wallet, support mainnet and testnet, generate address based on custom derivation path, NFT, DApp, and more.","badge_type":"none"},{"id":"a21d06c656c8b1de253686e06fc2f1b3d4aa39c46df2bfda8a6cc524ef32c20c","name":"Venly","homepage":"https://www.venly.io","image_id":"d8c846d0-5164-4520-d10f-e1c27d69ce00","order":2490,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://walletconnect.venly.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:31337","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:60","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","5ab4170b-2d88-475e-8fd7-ec9eeb6ce45d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Onboard users in seconds! Venly Wallet allows your users to interact with Web3 familiarly, while we take care of the security & complexity.","badge_type":"none"},{"id":"49c61c13758b7a9f69018f06de961110a29cb0f0be4cb9cbbd4eb3a2bee3b857","name":"Newmoney.AI","homepage":"https://newmoney.ai","image_id":"2736bfe5-65f6-4ca1-77bf-8b4a59f7a900","order":2500,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/newmoneyai/coknkdplmddfgoggddpienehfhdgegna","injected":[{"namespace":"eip155","injected_id":"isNewMoney"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Newmoney.AI - Easily Send & Receive Crypto & AI","badge_type":"none"},{"id":"d6071018d2199b47d48c9590423f17afe222c35a12727db3f64ca2962a5e5709","name":"IApp","homepage":"https://ivirse.com","image_id":"5da95e88-2d6c-4880-e6d8-b6a8d0663900","order":2510,"mobile_link":"ivirse://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/oomy/id6446265246","play_store":"https://play.google.com/store/apps/details?id=com.ivirse.figame","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Wallet of ivirse team","badge_type":"none"},{"id":"ce3e70881c4605a03fb86554509735d45eca98c68bd6d72e86073e962dc6e8cb","name":"Kayros","homepage":"https://www.kayros.games/","image_id":"b2c3ae20-d3c9-4a47-16a1-a9862a410c00","order":2520,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://www.kayros.games/","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/kayros/ionnbdlogiaapopodiglgaakhiifihcl","injected":[{"namespace":"eip155","injected_id":"isKayros"}],"chains":["eip155:1","eip155:10","eip155:1111","eip155:1284","eip155:137","eip155:1666600000","eip155:200","eip155:204","eip155:25","eip155:250","eip155:42220","eip155:43114","eip155:4689","eip155:8217"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"The wallet that rewards web3 gamers","badge_type":"none"},{"id":"c299d20788465854615bc197864027625c71f8f4735fdb3e210636d1bd1e1935","name":"DS Security SA","homepage":"https://www.dssecurity.ch","image_id":"149a10a6-8914-44ea-424a-236017890100","order":2530,"mobile_link":"https://www.coinbase.com/wallet/","desktop_link":null,"link_mode":null,"webapp_link":"https://www.coinbase.com/wallet/","app_store":"https://dssecurity.ch","play_store":"https://dssecurity.ch","rdns":null,"chrome_store":"https://dssecurity.ch","injected":[{"namespace":"eip155","injected_id":"https://nft.coinbase.com"}],"chains":["eip155:5"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"produce cryptocurrencies","badge_type":"none"},{"id":"7dcb0e5eb1b4fc6e2e0b143201c489ea6c618259f49527527d4a349d1a95ba7b","name":"Concordium","homepage":"https://concordium.com/","image_id":"b1ca907e-2f5f-42a8-d11c-86a15a291600","order":2540,"mobile_link":"concordiumwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://concordium.com/","app_store":"https://apps.apple.com/us/app/concordium-blockchain-wallet/id6444703764","play_store":"https://play.google.com/store/apps/details?id=software.concordium.mobilewallet.seedphrase.mainnet&pli=1","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/concordium-wallet/mnnkpffndmickbiakofclnpoiajlegmg?hl=en-US","injected":[{"namespace":"ccd","injected_id":"concordium"}],"chains":["ccd:4221332d34e1694168c2a0c0b3fd0f27","ccd:9dd9ca4d19e9393877d2c44b70f89acb"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The only Layer-1 with the protocol level ID, science-backed blockchain for building a safer digital world.","badge_type":"none"},{"id":"63f5b2024d710b30f7cec57fb8312f4261a67074dc5043c50f2d59f4d982141a","name":"Ape Wallet","homepage":"https://www.zkape.io","image_id":"ea66f627-cc46-41c4-8287-dae2f379f700","order":2550,"mobile_link":"ape://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ape-layer2-wallet/id6450944029","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1101","eip155:1442","eip155:204","eip155:280","eip155:324","eip155:420","eip155:421613","eip155:421614","eip155:42170","eip155:5","eip155:5000","eip155:5001","eip155:534351","eip155:534353","eip155:5611","eip155:59140","eip155:59144","eip155:8453","eip155:84531"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"NFT Infrastructure for ERC4337 Account Abstraction & ERC6551 TBAs on zkSync Era. Pioneering the Apes-Themed Experience.\n","badge_type":"none"},{"id":"af9a6dfff9e63977bbde28fb23518834f08b696fe8bff6dd6827acad1814c6be","name":"Status","homepage":"https://status.app/","image_id":"1e5fb93a-3a0a-40b9-8a86-b14a775aae00","order":2560,"mobile_link":"status-app://","desktop_link":"status-app://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/status-gateway-to-ethereum/id1178893006","play_store":"https://play.google.com/store/apps/details?id=im.status.ethereum","rdns":"app.status","chrome_store":"https://chromewebstore.google.com/detail/kahehnbpamjplefhpkhafinaodkkenpg","injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:42161","eip155:421614","eip155:8453","eip155:84532"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Status is a private messenger, secure crypto wallet, and Ethereum Web3 DApp browser—in short, one powerful communication tool.","badge_type":"none"},{"id":"14e5d957c6eb62d3ee8fc6239703ac2d537d7e3552154836ca0beef775f630bc","name":"Pitaka","homepage":"https://pitaka.io","image_id":"c816aeae-e0d1-4c52-f37a-efde6df1ee00","order":2570,"mobile_link":"pitaka://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ph/app/pitaka-blockchain-wallet/id1644341925","play_store":"https://play.google.com/store/apps/details?id=com.pitakamobile","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:kava-4","eip155:1","eip155:10","eip155:10000","eip155:10001","eip155:1001","eip155:10101","eip155:1028","eip155:11297108099","eip155:11297108109","eip155:1284","eip155:1285","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:1666700000","eip155:1666700001","eip155:1666700002","eip155:1666700003","eip155:19","eip155:199","eip155:200","eip155:25","eip155:28","eip155:288","eip155:3","eip155:30","eip155:31","eip155:32659","eip155:333888","eip155:333999","eip155:4","eip155:40","eip155:4002","eip155:41","eip155:42","eip155:42161","eip155:43113","eip155:43114","eip155:44787","eip155:4689","eip155:4690","eip155:5","eip155:56","eip155:6","eip155:61","eip155:62","eip155:63","eip155:65","eip155:66","eip155:8","eip155:8217","eip155:9","polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Secure your wealth from external threats like inflation, seizure, and censorship.","badge_type":"none"},{"id":"f37a272090b3b7620c8be1d2ed40cf435055789fc16ab2b710ecec124b62b634","name":"LichtBit","homepage":"https://scan.lichtbit.net","image_id":"f67b54c7-c5e2-4796-5bc6-eca4f3e6e800","order":2580,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://scan.lichtbit.net","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":[{"namespace":"eip155","injected_id":"isMetamask"}],"chains":["eip155:1","eip155:5"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"This Explorer Lichtbit to show Transaction and token","badge_type":"none"},{"id":"4174944732b68fe84b79b98bc0d75c3f0dce4e6e6e9834439fbc1e51fa6eebf3","name":"OzoneWallet","homepage":"https://ozonewallet.io/","image_id":"4eb57479-515a-463a-9fcb-c20e9cc60c00","order":2590,"mobile_link":"chiawallet://ozonewallet.io","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.chiatk.apps.ozone1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:61"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Chia Wallet secure and portable","badge_type":"none"},{"id":"c342b7446487de20c6112b356df719506a0b60ce7c2cd78729cc79d75b89e732","name":"rss wallet","homepage":"https://mugambo.org","image_id":"920c743d-950f-4d53-64ec-d342e272e500","order":2600,"mobile_link":"rsswallet://rss.app.link","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://bo.centapey.com/rsswallet_2.0.2.3.apk","rdns":null,"chrome_store":null,"injected":null,"chains":["polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"This is rss token rss-wallet","badge_type":"none"},{"id":"5265dcf66be0553328dbc727414ab329e22f9a480e593bd2e927b279e4ab244d","name":"Sahal Wallet","homepage":"https://mrhb.network","image_id":"afa1e46a-331a-418f-ef1f-a29f76def100","order":2610,"mobile_link":"sahalwallet://","desktop_link":"sahalwallet://","link_mode":null,"webapp_link":"https://sahalwallet.app","app_store":"https://apps.apple.com/gb/app/sahal-wallet/id1602366920","play_store":"https://play.google.com/store/apps/details?id=sahal.wallet.app&gl=GB","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:25","eip155:250","eip155:338","eip155:4","eip155:4002","eip155:43113","eip155:43114","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial multi-chain wallet serving as the gateway to MRHB Network.","badge_type":"none"},{"id":"96dec48797b543cc455efc53f1f6548d1af490534892b7a639748948fc738e6a","name":"My Cloud Wallet","homepage":"https://www.mycloudwallet.com/","image_id":"2fac85b3-85a3-4dd2-8e9d-8ea2cfa28100","order":2620,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://www.mycloudwallet.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["antelope:1064487b3cd1a897ce03ae5b6a865651","antelope:f16b1833c747c43682f4386fca9cbb32"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"My Cloud Wallet (MCW) is your gateway to explore and engage with WAX Blockchain","badge_type":"none"},{"id":"87eecbca66faef32f044fc7c66090fc668efb02e2d17dda7bf095d51dff76659","name":"Crossmint","homepage":"https://www.crossmint.com/","image_id":"8ad627ec-cbcd-4878-ec5c-3df588055200","order":2630,"mobile_link":"https://www.crossmint.com","desktop_link":null,"link_mode":null,"webapp_link":"https://www.crossmint.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://www.crossmint.com","injected":null,"chains":["cip-34:1-764824073","eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Making NFTs accessible to everyone","badge_type":"none"},{"id":"de9e8421961e35c5e35cb63e3cd7be9af328a62c7b5a11f95ca116bf128a7424","name":"Konio","homepage":"https://konio.io","image_id":"305dadb1-395e-4ca8-d4d0-d8ad0cc37000","order":2640,"mobile_link":"konio://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/konio/id6453561342","play_store":"https://play.google.com/store/apps/details?id=com.adrihoke.konio","rdns":null,"chrome_store":null,"injected":null,"chains":["koinos:EiAAKqFi-puoXnuJTdn7qBGGJa8yd-dc","koinos:EiBZK_GGVP0H_fXVAM3j6EAuz3-B-l3e"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Native Koinos Wallet - The first multi-platform native wallet for Koinos the first zero fee oriented towards web3 development","badge_type":"none"},{"id":"b75bd05179c7b969fc6cd830579cef10f4bf36a3a72433294a1c942c5f4af317","name":"3mint","homepage":"https://app.3mint.io","image_id":"3143a461-002d-4e49-b0f7-32f58ec6b700","order":2650,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.3mint.io/wallet","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:10","eip155:137","eip155:420","eip155:421613","eip155:42170","eip155:71393"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"3mint is a brand-focused web3 loyalty platform based on digital collectibles.","badge_type":"none"},{"id":"080f1b10c1a55922037a4bda62f42c7ff2b5384bc9b5d6ebf0c7cd93e70489a2","name":"LegionNetwork","homepage":"https://www.legionnetwork.io/","image_id":"26044229-4a61-4b14-a2ed-5413fe435a00","order":2660,"mobile_link":"legionapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/gb/app/legion-network-crypto-superapp/id1602921528","play_store":"https://play.google.com/store/apps/details?id=com.legion.production&pcampaignid=web_share","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Metaverse, Play and Earn, Watch and Earn. Mint NFTs & access top blockchain projects before they go public.","badge_type":"none"},{"id":"a78c2c969af82bc38a9c8fbe8ad9ee682d9c8c76b1a5d0f167e8f90975c3e0c8","name":"MELDapp","homepage":"https://app.meld.com","image_id":"7946da4c-c8b7-4037-f044-8c3f7f1cb200","order":2670,"mobile_link":"meld://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":"https://app.meld.com","app_store":null,"play_store":null,"rdns":"com.meld.app","chrome_store":null,"injected":null,"chains":["cip-34:1-764824073","eip155:1","eip155:43114"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MELDapp is a web3 multichain non-custodial wallet with integrated financial and crypto tools.","badge_type":"none"},{"id":"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd","name":"PLTwallet","homepage":"https://pltwallet.io/","image_id":"a5d9dd15-8cef-42de-8bed-09e01a8b0200","order":2680,"mobile_link":"pltwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id1581055631","play_store":"https://play.google.com/store/apps/details?id=com.palettechain.wallet&hl=ja&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"PLTwallet is a wallet for ethereum and PLT","badge_type":"none"},{"id":"aa01d13483db4c065b7a619b813f9eae1cb60c19bf0fc0ed3c36444a07257bd0","name":"AT.Wallet","homepage":"https://authentrend.com/at-wallet/","image_id":"98bd3b9a-097e-4743-8808-986b4ad1ad00","order":2690,"mobile_link":"atwallet://","desktop_link":"atwallet://","link_mode":null,"webapp_link":"https://apps.apple.com/us/app/at-wallet/id1490097962?mt=12","app_store":"https://apps.apple.com/app/at-wallet/id1479171310","play_store":"https://play.google.com/store/apps/details?id=com.authentrend.atwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The 1st fingerprint enabled Cold Wallet","badge_type":"none"},{"id":"3a9973b9ee638a3aac3e1d001cabe425bf307602a61faee67942fda314736610","name":"Uniblow","homepage":"https://uniblow.org/","image_id":"3aa86daa-b885-4686-c443-83355e1b3b00","order":2700,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:3","eip155:4","eip155:42","eip155:42161","eip155:421611","eip155:42220","eip155:43113","eip155:43114","eip155:44787","eip155:5","eip155:56","eip155:59","eip155:62320","eip155:80001","eip155:97"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"A universal blockchain wallet for cryptos","badge_type":"none"},{"id":"e90b3efa35dce75097b85d897d4bb80342b74cf820906b6edbf59c934d319ccf","name":"MG","homepage":"https://moongate.one","image_id":"84946308-413c-4191-5414-a325547a5c00","order":2710,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.moongate.one/","app_store":null,"play_store":null,"rdns":"com.moongate.one","chrome_store":"https://wallet.moongate.one/","injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:42170","eip155:43114"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Onboarding ETH Users To Your Solana dApp - Pain In The dAss?","badge_type":"none"},{"id":"016f8161cd78dd01003cf466292b9690c0fd251f2d69415a3cc96659d975e398","name":"pockie","homepage":"https://www.pockie.io/ko","image_id":"a761beae-1e7e-4402-bcc5-a896a92bfb00","order":2720,"mobile_link":"pockie://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/pockie/id6448715234","play_store":"https://play.google.com/store/apps/details?id=com.pilab.pockie&hl=en-KR","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56","eip155:8217"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Pockie is a new, user-friendly wallet here to simplify your crypto journey.\nYou can easily manage digital assets across different chains.","badge_type":"none"},{"id":"841b1ef7139a08ee064e626f9f946154b0a80096c3417abe49ced448217fcf4c","name":"BitFrost","homepage":"https://bifrostwallet.com","image_id":"cd37c47c-95df-464b-0ebf-d7d5313f2900","order":2730,"mobile_link":"bifrostwallet://wallet-connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/gb/app/bifrost-wallet/id1577198351","play_store":"https://play.google.com/store/apps/details?id=com.bifrostwallet.app&hl=en_GB&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bitfrost is a non-custodial mobile crypto wallet","badge_type":"none"},{"id":"fbea6f68df4e6ce163c144df86da89f24cb244f19b53903e26aea9ab7de6393c","name":"Klever Wallet","homepage":"https://klever.io/","image_id":"2e181ba3-bf6f-4599-5349-f7409bc62100","order":2740,"mobile_link":"klever-wallet://dp/walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/klever-wallet/id1615064243","play_store":"https://play.google.com/store/apps/details?id=finance.klever.bitcoin.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["cip-34:1-764824073","cosmos:xstaxy-1","eip155:1","eip155:128","eip155:137","eip155:56","eip155:686","eip155:787","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","reef:7834781d38e4798d548e34ec947d19de","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Klever Wallet is a secure multi-chain web-3 wallet. Store BTC and +10,000 crypto assets in one place.","badge_type":"none"},{"id":"6b2e623f231f3794db2fcb7cfff2d1cc1d902bff70d946980d62956cd880cacc","name":"Kelp","homepage":"https://kelp.org","image_id":"1854e47d-3804-4e92-e455-06829b64b100","order":2750,"mobile_link":"link.kelp.finance://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/kelp/id1632857274","play_store":"https://play.google.com/store/apps/details?id=com.app.kelpa","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A non-custodial cryptocurrency wallet to use during the Kelp multi-phase launch.","badge_type":"none"},{"id":"9ec7dc26973b1a7bd708aaae749002fe3bc509254472939a8d8d2ae1f2d483b2","name":"EtherMail","homepage":"https://ethermail.io","image_id":"7f3205c6-6051-4cdb-8ef8-84334a7c7f00","order":2760,"mobile_link":"ethermail://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ethermail/id6451305966","play_store":"https://play.google.com/store/apps/details?id=com.ethermail.ethermail_android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:250","eip155:42161","eip155:42220","eip155:43114","eip155:56","eip155:8453","mvx:1","polkadot:6fbd74e5e1d0a61d52ccfe9d4adaed16","stacks:1","xrpl:0"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"EtherMail is building the bridge between Web2 & Web3 via email, bringing full inbox ownership, control, and sovereignty back to users.","badge_type":"none"},{"id":"79a37a33816cfba8b2ab936c440a69efdd555414e3eed7f43a2f12dab5e8807b","name":"FINTOKEN","homepage":"https://fintoken.pro/","image_id":"420ababa-3c29-4711-4487-84b93bfa5900","order":2770,"mobile_link":"fintoken://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/fintoken-web3-crypto-wallet/id6447503215","play_store":"https://play.google.com/store/apps/details?id=com.digitalasset.fintoken&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:128","eip155:42161","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"FINTOKEN is an incredibly powerful Web3 wallet ,It offers decentralized asset management, supports 100+ public blockchains.","badge_type":"none"},{"id":"981ee0b205893921cdb52c94070acedd39283e911de238c478652dedf0e1d76d","name":"Pali Wallet","homepage":"https://paliwallet.com","image_id":"4672cbde-0f96-42f3-84a0-524e9ad70a00","order":2780,"mobile_link":"paliwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/pali-wallet-dex-nft-defi/id6447639615","play_store":"https://play.google.com/store/apps/details?id=io.paliwallet","rdns":null,"chrome_store":"https://play.google.com/store/apps/details?id=io.paliwallet","injected":[{"namespace":"eip155","injected_id":"pali-v2"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:57","eip155:570"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your Secure Web3 Companion.","badge_type":"none"},{"id":"c4cf2554856778945254c47b5b2f6f6218b668b1942b13d20f4d54aab43ec054","name":"UIIC","homepage":"https://api.uincubator.vc/download/?company_id=NTU2NjIwMDA=","image_id":"cdd77592-c1ba-4dc2-f2a6-c454e2c19800","order":2790,"mobile_link":"uiwallet://?uri=","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://api.uincubator.vc/download/?company_id=NTU2NjIwMDA=","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"this is a web3 wallet","badge_type":"none"},{"id":"8eefa62c2f86b4c73bd68cf5cb178e09d15cbf21399ac5aea234d2b616e9ae9d","name":"una Wallet","homepage":"https://unawallet.unagi.io","image_id":"78118aa8-8dfc-4742-86f7-b51d34e7cf00","order":2800,"mobile_link":"unaWallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/una-wallet/id6456397239","play_store":"https://play.google.com/store/apps/details?id=app.unawallet.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1111","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8217"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unbound Blockchain experience","badge_type":"none"},{"id":"bb9d9ff64c877aedc2ec5f596e2c4806aa5b26bafa04e835624e1f8e2b87176b","name":"Nova Spektr","homepage":"https://novaspektr.io","image_id":"733e8649-3608-43d6-6956-167fb7eb8000","order":2810,"mobile_link":null,"desktop_link":"novaspektr://","link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"Full-spectrum Polkadot Desktop Wallet","badge_type":"none"},{"id":"bd25c370dbc2e62b0580bb1eea9df6a812a66d6fff7045107173a6ac5e7c6f57","name":"SmartRush","homepage":"https://smartmoneyrush.com/","image_id":"330df9c4-66c2-4306-1ca1-09b4c9921800","order":2820,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://www.smartmoneyrush.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:204","eip155:5611","eip155:56288","eip155:80001","eip155:9728"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"GameDefi","badge_type":"none"},{"id":"9f14837e4392582c3974613ed8e1acc7ed84b2ae3910ad27cb9542a3758df800","name":"Bitwinex","homepage":"https://bitwinex.com","image_id":"2fc793ee-4c3a-4d84-85a1-3f9ff98ece00","order":2830,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://bitcuit.com/login","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:aura-testnet-2","cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:euphoria-2","cosmos:harpoon-4","cosmos:irishub-1","cosmos:kaiyo-1","cosmos:kava-4","cosmos:likecoin-mainnet-2","cosmos:likecoin-public-testnet-5","cosmos:mayachain-mainnet-v1","cosmos:mayachain-stagenet-v1","cosmos:serenity-testnet-001","cosmos:thorchain-mainnet-v1","cosmos:thorchain-stagenet-v1","cosmos:xstaxy-1","eip155:1","eip155:10","eip155:100","eip155:101","eip155:102","eip155:106","eip155:108","eip155:11","eip155:110","eip155:111","eip155:11155111","eip155:11297108099","eip155:12","eip155:122","eip155:124","eip155:127","eip155:128","eip155:13","eip155:137","eip155:14","eip155:142","eip155:15","eip155:16","eip155:16000","eip155:16001","eip155:162","eip155:163","eip155:17","eip155:170","eip155:172","eip155:18","eip155:18289463","eip155:186","eip155:19","eip155:199","eip155:1995","eip155:2","eip155:20","eip155:200","eip155:204","eip155:211","eip155:22","eip155:222","eip155:23","eip155:246","eip155:25","eip155:250","eip155:256","eip155:262","eip155:269","eip155:27","eip155:28","eip155:280","eip155:288","eip155:3","eip155:30","eip155:31","eip155:32","eip155:321","eip155:322","eip155:324","eip155:33","eip155:336","eip155:338","eip155:35","eip155:361","eip155:363","eip155:364","eip155:365","eip155:38","eip155:4","eip155:40","eip155:41","eip155:42","eip155:420","eip155:42161","eip155:421611","eip155:421613","eip155:421614","eip155:42170","eip155:42220","eip155:43","eip155:432201","eip155:432204","eip155:44","eip155:44787","eip155:4689","eip155:4690","eip155:499","eip155:5","eip155:50","eip155:51","eip155:52","eip155:53","eip155:55","eip155:5522","eip155:558","eip155:56","eip155:56789","eip155:58","eip155:5851","eip155:59","eip155:6","eip155:60","eip155:61","eip155:62","eip155:63","eip155:64","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:69","eip155:7","eip155:71393","eip155:76","eip155:77","eip155:78","eip155:78281","eip155:8","eip155:80","eip155:80001","eip155:82","eip155:821","eip155:83","eip155:85","eip155:86","eip155:88","eip155:9","eip155:95","eip155:96970","eip155:97","eip155:99","koinos:EiBZK_GGVP0H_fXVAM3j6EAuz3-B-l3e","mvx:1","mvx:D","mvx:T","near:mainnet","near:testnet","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"We create a connection so that transactions can be made by connecting to our exchange.","badge_type":"none"},{"id":"b7cd38c9393f14b8031bc10bc0613895d0d092c33d836547faf8a9b782f6cbcc","name":"Libera","homepage":"https://liberawallet.com","image_id":"9485d17f-c413-47fe-ebee-a876a9dc9100","order":2840,"mobile_link":"libera://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.impactmarket.mobile&&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:42220"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Libera is the key to empowering financially unserved and underserved people around the world.","badge_type":"none"},{"id":"4e21a70acc8f11aa35f87733de2fbada29a2dd08e9011d34d92522fb8ad0e3d2","name":"Armana Portal","homepage":"https://portal.armana.io","image_id":"fe3c264d-b595-437d-e5f9-5e5833dd4300","order":2850,"mobile_link":"armanaportal://","desktop_link":null,"link_mode":null,"webapp_link":"https://arman.io/mint","app_store":"https://apps.apple.com/us/app/armana-portal/id6448726023","play_store":"https://play.google.com/store/apps/details?id=io.armana.portal","rdns":null,"chrome_store":null,"injected":null,"chains":["koinos:EiBZK_GGVP0H_fXVAM3j6EAuz3-B-l3e"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unlock the potential of the decentralized world with Portal, your all-in-one gateway to the Koinos blockchain. ","badge_type":"none"},{"id":"21662ea26f2284c26ac44bfbb176340b477a3b4039d5a3793e86ba8177514901","name":"eth-q1","homepage":"https://webeasy.xyz","image_id":"027f3d70-61ad-43d7-6c77-da305bf64500","order":2860,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://ernns.top/","injected":null,"chains":["cosmos:aura-testnet-2","cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:irishub-1","cosmos:kava-4","cosmos:mayachain-mainnet-v1","cosmos:mayachain-stagenet-v1","cosmos:thorchain-mainnet-v1","cosmos:thorchain-stagenet-v1","eip155:1","eip155:101","eip155:111","eip155:20","eip155:22","eip155:23","eip155:3","eip155:4","eip155:5","eip155:6","eip155:7","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"A convenient and fast wallet tool","badge_type":"none"},{"id":"7be8d8b5e39bbcee13867c50e47387cd752c12e03b3e6fdf2e0638c7b4e3b69f","name":"Nash","homepage":"https://nash.io","image_id":"65c53de2-05fd-4a62-5f9c-979dcb406c00","order":2870,"mobile_link":"nash://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/nl/app/nash-spend-save-invest/id1475759236","play_store":"https://play.google.com/store/apps/details?id=io.nash.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:245022934","eip155:42161","eip155:43114","eip155:5000","eip155:56288","eip155:8453","neo3:mainnet"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Spend, save & invest","badge_type":"none"},{"id":"53156573bc146ecf92638a53fa9b031e040513f95296a7f8b97404e751a279bf","name":"X9Wallet","homepage":"https://x9wallet.com","image_id":"f64f7bf8-62ea-4d1e-087b-82d374d04d00","order":2880,"mobile_link":"x9wallet://a","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://expo.dev/accounts/teza8899x/projects/x9wallet/updates/d8aa245f-076d-4634-b2ba-e23489b04dde","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3Wallet of X9Wallet","badge_type":"none"},{"id":"43c76a3d2a84cb7a10f6329a34261eb6794ac830e74bc8136b42ee05ee54efb1","name":"Kigo","homepage":"https://kigo.io","image_id":"ad83d869-de11-4685-2a24-d3ce93a86400","order":2890,"mobile_link":"kigo-mobile-app://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/kigo-digital/id6449599872","play_store":"https://play.google.com/store/apps/details?id=com.augeo.kigo","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:5","eip155:80001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Kigo partners with loyalty programs to allow users to redeem for digital assets. Our wallet is where these tokens can be claimed and used.","badge_type":"none"},{"id":"394046500fb52c9e57e0091ef30305d513bcae143132a49c1f2a69b594126001","name":"DOSI Vault","homepage":"https://vault.dosi.world/","image_id":"0a0d223e-6bf7-4e12-a5b4-1720deb02000","order":2900,"mobile_link":"app.dosivault://","desktop_link":null,"link_mode":null,"webapp_link":"https://vault.dosi.world/","app_store":"https://apps.apple.com/kr/app/dosi-vault/id1664013594","play_store":"https://play.google.com/store/apps/details?id=world.dosi.vault","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/dosi-vault/blpiicikpimmklhoiploliaenjmecabp?hl=en","injected":[{"namespace":"cosmos","injected_id":"dosiVault"}],"chains":["cosmos:cosmoshub-4"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Blockchain Wallet for All","badge_type":"none"},{"id":"f45cb3dd0fd2a31bb7b1d19baa9f4a043609debdc7c494edf73b9b56da77a642","name":"Levain","homepage":"https://levain.tech/","image_id":"504f6043-9d47-4dd9-5332-49ea67e93100","order":2910,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.levain.tech/","app_store":null,"play_store":null,"rdns":"tech.levain","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:420","eip155:42161","eip155:421613","eip155:421614","eip155:5","eip155:56","eip155:80001","eip155:8453","eip155:84531","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Levain is an all-in-one platform that makes it easy to start, run, and grow a crypto business.","badge_type":"none"},{"id":"dbe30fc296ccd75fbf5bc7157fcfe23d839c0cea83c4883ab9601677e0a9a738","name":"NonBank","homepage":"https://nonbank.io/","image_id":"fe06c7ed-3df1-4cc7-9686-c920914abd00","order":2920,"mobile_link":"nonbank://","desktop_link":null,"link_mode":"https://id.nonbank.io/wc","webapp_link":null,"app_store":"https://apps.apple.com/us/app/nonbank-defi-crypto-wallet-app/id6477441479","play_store":"https://play.google.com/store/apps/details?id=io.nonbank","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:42161","eip155:421614","eip155:56","eip155:8453","eip155:84532","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-Custodial Wallet","badge_type":"none"},{"id":"2125ab6a3e8be0d73e6d48f9db39c34925a790a631b4b67b84502d823aa47ad3","name":"HB WALLET","homepage":"https://hbwallet.app","image_id":"f134f8a2-cf58-44dd-7626-dc2cd21a3800","order":2930,"mobile_link":"hbwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ethereum-wallet-hb-wallet/id1273639572","play_store":"https://play.google.com/store/apps/details?id=co.bacoor.android.hbwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:128","eip155:137","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:250","eip155:42170","eip155:43114","eip155:56","eip155:59144","eip155:8453","eip155:88","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"You can interact instantly and directly with Dapps on Ethereum (ETH), Binance Smart Chain (BSC), and all custom chains from HB WALLET.","badge_type":"none"},{"id":"8bee2c65ad37240fab769ff3c9f56f94914e53c8d99087e1a805cc5ef39a44f3","name":"Cogni ","homepage":"https://www.getcogni.com/","image_id":"b650cd08-21eb-4769-8ef9-96feb6e38e00","order":2940,"mobile_link":"getcogni://web3/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/cogni-mobile-banking/id1483957512","play_store":"https://play.google.com/store/apps/details?id=com.getcogni.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1","xrpl:0"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial Web 2 to Web 3","badge_type":"none"},{"id":"0a418f1b991744b9e77ed957b8f809e11d19201d49a2a476816c13a22420ec4c","name":"37x","homepage":"https://37xdubai.com","image_id":"c85a6bf2-f505-481c-9e7d-9a7190042c00","order":2950,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://37xdubai.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:5"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"37xDubai is a space where Art and Technology come together to create the most unique expressions of creativity.","badge_type":"none"},{"id":"c615c62d619fd52fa1cdf0187229a627f78fa924c90f04391af8960c000b59c5","name":"IndiGG","homepage":"https://indi.gg","image_id":"8e90a32f-130d-4317-7294-4884510aa300","order":2960,"mobile_link":"indigg://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":"https://indi.gg/","app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.indiggcommunity&hl=en_US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:137","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The ultimate Web3 gaming wallet that lets you enter the web3 ecosystem and earn while playing games.","badge_type":"none"},{"id":"f26de15901fa07f464e3be824e36e63bdc587d34f04654ad6cd3f0a018889fca","name":"NoF","homepage":"https://nof.town","image_id":"0f822531-ac3b-4cc0-d0da-c2ab57d0fe00","order":2970,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://nof.town","play_store":"https://nof.town","rdns":null,"chrome_store":"https://nof.town","injected":null,"chains":["eip155:80001"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Number One Fun","badge_type":"none"},{"id":"9034d54985807aaf3d7780f50f155f954daa468fb58d7b14b216fc79d68bbd14","name":"Qubic Wallet","homepage":"https://wallet.qubic.app","image_id":"535c91a5-a43c-4104-233c-439449ffcd00","order":2980,"mobile_link":"qubic://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.qubic.app","app_store":"https://apps.apple.com/app/qubic-%E6%9C%80%E7%B0%A1%E5%96%AE%E4%B8%8A%E6%89%8B%E7%9A%84%E8%99%9B%E6%93%AC%E8%B2%A8%E5%B9%A3%E9%8C%A2%E5%8C%85/id1563987988?itsct=apps_box_link&itscg=30200","play_store":"https://play.google.com/store/apps/details?id=app.qubic.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"More Than Just A Wallet","badge_type":"none"},{"id":"fb6ed96272ec885008e896c6146002048d8dc88c0b7e0e6fa42bcadf052a1569","name":"Enkrypt","homepage":"https://www.enkrypt.com","image_id":"5aafd680-95a8-41e6-6df0-632ea23f4700","order":2990,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://google.com","app_store":null,"play_store":null,"rdns":"com.enkrypt","chrome_store":"https://chromewebstore.google.com/detail/enkrypt-multichain-crypto/kkpllkodjeloidieedojogacfhpaihoh","injected":[{"namespace":"eip155","injected_id":"isEnkrypt"}],"chains":["eip155:1","eip155:200","eip155:30","eip155:31","eip155:336","eip155:5","eip155:61","eip155:66","eip155:686","eip155:88","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"A multichain crypto wallet Hold, buy, send, receive, and swap tokens. Manage your NFTs. Access web3 apps across multiple blockchains.","badge_type":"none"},{"id":"5ff1c0982092f5b41df67c6ad636feddfc3e9d8c771777ddc26e5335fc91ab2f","name":"Scramble","homepage":"https://scramble-wallet.com","image_id":"c00ef3da-aacb-4c27-66ae-3cb9537a4800","order":3000,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"com.scramble","chrome_store":"https://chrome.google.com/webstore/detail/scramble-evm-btc-polkadot/dfkkefmblkgnecepjogenokjpagglfhj","injected":[{"namespace":"eip155","injected_id":"isScramble"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Scramble is a multichain crypto wallet that is designed to simplify your Web3 experience! ","badge_type":"none"},{"id":"30eb3e6d71fd0727d154e451748815e04a99c06972a84b10dfe7ae1b923c0c92","name":"FxWallet","homepage":"https://www.fxwallet.com","image_id":"46a80541-e639-483d-e230-731fcbf13000","order":3010,"mobile_link":"fxwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/fxwallet/id1560943983","play_store":"https://play.google.com/store/apps/details?id=com.fxfi.fxwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A Decentralized Multi-Chain Digital Wallet & The Gateway to Web3.","badge_type":"none"},{"id":"6f43d35d53ae12c86681df65342315b643026e2085e41bf8b8cc67287150c375","name":"ShimmerSea","homepage":"https://shimmersea.finance","image_id":"2e97da0b-225a-44c2-2e72-9125d8504a00","order":3020,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://shimmersea.finance","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:148"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"ShimmerSea is a leading decentralized exchange (DEX) on Shimmer focused on offering a premier trading experience.","badge_type":"none"},{"id":"2564a702f3b709b000a7747ccfc6f6dcc58b638c57f29791cd01514fe91cc5f8","name":"Sinum","homepage":"https://sinum.app/","image_id":"560d5efa-3fd1-4ac4-9229-f720395ab500","order":3030,"mobile_link":"sinum://","desktop_link":null,"link_mode":null,"webapp_link":"https://app.sinum.io","app_store":"https://apps.apple.com/gb/app/sinumapp/id6466151819?mt=8","play_store":"https://play.google.com/store/apps/details?id=io.sinum.wallet&referrer=af_tranid%3DnU7l_g2aK5j8sdqWOykU7g%26c%3DMAIN+WEBSITE+TO+ANDROID%26pid%3DMAIN+ANDROID&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Customizable multi-functional web3 mobile app.","badge_type":"none"},{"id":"19418ecfd44963883e4d6abca1adeb2036f3b5ffb9bee0ec61f267a9641f878b","name":"KryptoGO Wallet","homepage":"https://kryptogo.com/wallet","image_id":"4eb31988-f494-403c-6127-cfcef036ac00","order":3040,"mobile_link":"kryptogo://","desktop_link":null,"link_mode":null,"webapp_link":"https://kryptogo.com/wallet","app_store":"https://apps.apple.com/il/app/kryptogo/id1593830910","play_store":"https://play.google.com/store/apps/details?id=com.kryptogo.walletapp","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/bgaihnkooadagpjddlcaleaopmkjadfl","injected":null,"chains":["eip155:1","eip155:137","eip155:2020","eip155:321","eip155:42161","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The 1st decentralized DeFi Wallet with full compliance. Unlock DeFi earning in your hand.","badge_type":"none"},{"id":"6d47c10f046c322b4882dbb6a4d8c8e5e439019402ff872412d3b79bd3a859f4","name":"SoulSwap","homepage":"https://app.soulswap.finance","image_id":"24fc6e6e-a276-4c95-fa77-91ec1097d600","order":3050,"mobile_link":"soulwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/soulwallet-defi-portal/id6469735252","play_store":null,"rdns":null,"chrome_store":"https://apps.apple.com/us/app/soulwallet-defi-portal/id6469735252","injected":[{"namespace":"eip155","injected_id":"isSoulWallet"},{"namespace":"polkadot","injected_id":"isSoulWallet"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:4002","eip155:42161","eip155:43113","eip155:43114","eip155:56","eip155:8453","eip155:97","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"We make DeFi accessible with an embedded browser, ERC token balances, collectibles, multi-chain portfolios, and crypto news.","badge_type":"none"},{"id":"4457c130df49fb3cb1f8b99574b97b35208bd3d0d13b8d25d2b5884ed2cad13a","name":"ShapeShift","homepage":"https://shapeshift.com","image_id":"957c34b2-7210-475a-0734-689dfcabc400","order":3060,"mobile_link":"shapeshift://","desktop_link":null,"link_mode":null,"webapp_link":"https://app.shapeshift.com","app_store":"https://apps.apple.com/us/app/shapeshift-crypto-platform/id996569075","play_store":"https://play.google.com/store/apps/details?id=com.shapeshift.droid_shapeshift&hl=en_US&gl=US&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","cosmos:thorchain-mainnet-v1","eip155:1","eip155:10","eip155:100","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"ShapeShift is an open-source, community-owned wallet supporting 15 chains. Create or import a wallet on web, desktop, or mobile.","badge_type":"none"},{"id":"71aca34c569bda617eea36c774d941e57b3656060bca575fe898d2f8029553ea","name":"Ready","homepage":"https://ready.io/","image_id":"00ba080d-fb0a-4a31-940e-f75388500500","order":3070,"mobile_link":"readywallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ready-next-gen-messenger/id1668536401","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56","eip155:80001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A secure, efficient, and powerful messaging application with multi-chain crypto wallets integrated, all built with leading-edge technology.","badge_type":"none"},{"id":"2b9085b314023231adf4ba051274a20b9a4b5f64fd85251a7a329e386da1811b","name":"SheFi","homepage":"https://www.shefi.org","image_id":"a1a909e8-526b-4452-8788-5bb21e2b9e00","order":3080,"mobile_link":"shefi://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://testflight.apple.com/join/CEmx1nCa","play_store":"https://play.google.com/store/apps/details?id=org.shefi.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:42161","eip155:42220","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"SheFi is designed to make Web3 learning accessible and inclusive.","badge_type":"none"},{"id":"b508bac65989c98cd5ca664738ebd50b4fdaa06420f2c0c3b049a01a0856bd79","name":"Keychain","homepage":"http://keychain.money/","image_id":"2b6e9e4b-7dca-45dd-45d5-d96f45010200","order":3090,"mobile_link":"https://app.keychain.money/","desktop_link":null,"link_mode":null,"webapp_link":"https://app.keychain.money/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:137"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A simple web3 wallet","badge_type":"none"},{"id":"f6488493aa7713ec6f915ebe80070d7a4dd17da9d162d72f53117cc4f230bd75","name":"Beexo","homepage":"https://beexo.com/","image_id":"7074bf0c-d0f7-4d86-2dc4-28430d629d00","order":3100,"mobile_link":"beexo://","desktop_link":null,"link_mode":null,"webapp_link":"https://app.beexo.com/","app_store":"https://apps.apple.com/ar/app/beexo-wallet/id1533311061","play_store":"https://play.google.com/store/apps/details?id=com.beexo","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto made simple","badge_type":"none"},{"id":"37ef631ba83835cae97dbbfe270ff828cdf4c9326e998927bcb03f262f98f144","name":"SuperWallet","homepage":"https://superex.live","image_id":"e8f30122-5537-4b38-d6d5-9cae46771800","order":3110,"mobile_link":"superwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://superex.com","app_store":"https://apps.apple.com/us/app/superex/id1601589888","play_store":"https://play.google.com/store/apps/details?id=com.superex.ex","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Multichain Wallet for Web3","badge_type":"none"},{"id":"8ece0bce3a95db74077d7861f7767770af5e5746c3af011e4eec7e3d2efe2be4","name":"Clave","homepage":"https://getclave.io","image_id":"f1c538df-15d9-4448-542f-b7b358e95d00","order":3120,"mobile_link":"clave://link/wc/","desktop_link":"clave://link/wc/","link_mode":null,"webapp_link":"https://getclave.io/link","app_store":"https://apps.apple.com/gr/app/clave-smart-wallet/id6449253761","play_store":"https://play.google.com/store/apps/details?id=com.clave.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:280","eip155:324"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Forget private keys and seed phrases. Embrace Account Abstraction storing keys on hardware for the easiest access to the future of finance.","badge_type":"none"},{"id":"b86809b9f01a70ec1e94bddae5ddc6db160dbd03661b2914655afa98bb28d7b1","name":"Bettatrade","homepage":"https://bettatrade.com","image_id":"938053f6-6e81-4d58-4033-8ae8625e5f00","order":3130,"mobile_link":"bettatrade://","desktop_link":null,"link_mode":null,"webapp_link":"https://apps.apple.com/us/app/bettatrade/id6474153866","app_store":"https://apps.apple.com/us/app/bettatrade/id6474153866","play_store":"https://play.google.com/store/apps/details?id=com.wallet.Bettatrade","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Enjoy complete self-sovereignty with our fully decentralized crypto wallet.","badge_type":"none"},{"id":"855481a23310c2bccf2a6134367449d61bd2f1c8793f929516c4f68a6aaace7a","name":"NEOPIN","homepage":"https://neopin.io/","image_id":"424c54b5-b786-4c14-871f-61d5c5ded800","order":3140,"mobile_link":"nptwc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/app/id1600381072","play_store":"https://play.google.com/store/apps/details?id=com.blockchain.crypto.wallet.neopin","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:8217"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A one-stop, non-custodial CeDeFi protocol for secure crypto use within regulatory frameworks while leveraging the benefits of CeFi and DeFi.","badge_type":"none"},{"id":"216a8a921c2ed28808a5e3be6704fa106154957911d8bf3ae1e08be1488fc2b6","name":"FinoaConnect","homepage":"https://app.finoa.io/","image_id":"b7a0c6fe-10bd-423c-6aa5-0637bd2b9900","order":3150,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.finoa.io/","app_store":"https://apps.apple.com/us/app/finoa-2fa/id1484058524","play_store":null,"rdns":"io.finoa","chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Wallet Connector service enables DApp users to use Finoa's Institutional Custody services.","badge_type":"none"},{"id":"c3d4800aeb5eb7b00dd5e97247993461df84e6630cc3a89bdf2ca522f0ec07d1","name":"Blanq","homepage":"https://www.blanqlabs.com","image_id":"d02dcb81-d279-4414-627a-681dcad51200","order":3160,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.blanq.app","app_store":"https://apps.apple.com/us/app/blanq-wallet-buy-store-crypto/id6470715307","play_store":"https://play.google.com/store/apps/details?id=xyz.blanq.mobile","rdns":"com.blanqlabs.wallet","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:42161","eip155:421614","eip155:8453","eip155:84532","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The first distributed-key hardware wallet","badge_type":"none"},{"id":"7ee7b95f4ae8b3e08aab5158be7fe8e71f79bcd3717594254b34fa1f3cd4611a","name":"Puzzle Wallet","homepage":"https://puzzle.online","image_id":"08cb0a68-6271-4e25-90c3-bcc3c0226a00","order":3170,"mobile_link":"puzzleapp://","desktop_link":null,"link_mode":null,"webapp_link":"https://walletconnect.puzzle.online","app_store":"https://apps.apple.com/au/app/puzzle-aleo-wallet/id6450268321","play_store":"https://play.google.com/store/apps/details?id=online.puzzle","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/puzzle-aleo-wallet/fdchdcpieegfofnofhgdombfckhbcokj","injected":null,"chains":["aleo:3"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your portal to web3 privacy.","badge_type":"none"},{"id":"5fb52d5d1316eb09e2a3f7e6e3620e5e78450f3107684166ef7ee36459ebc09c","name":"Echooo Wallet","homepage":"https://www.echooo.xyz/","image_id":"a7b1de20-bafd-4ab9-c31d-7d398cc90a00","order":3180,"mobile_link":"echooo://echooo.valleysound.xyz/vss/walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/echooo-crypto-aa-wallet-defi/id6446883725","play_store":"https://play.google.com/store/apps/details?id=com.smartwallet.app&hl=en_US&gl=US","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/echooo-wallet/lcmncloheoekhbmljjlhdlaobkedjbgd","injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:324","eip155:42161","eip155:43114","eip155:534352","eip155:59144","eip155:82","eip155:8453"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Most advanced Account Abstraction Mobile wallet combined with MPC technology, along with the most versatile Defi and Bridge support.","badge_type":"none"},{"id":"0563e0724f434298dda37acaa704857ab293b48f1b39b765569a0072de43c0cf","name":"Verso","homepage":"https://get-verso.com","image_id":"109d7c90-86ed-4ee0-e17d-3c87624ddf00","order":3190,"mobile_link":"verso://","desktop_link":null,"link_mode":null,"webapp_link":"https://get-verso.com","app_store":"https://apps.apple.com/app/btu-protocol/id1539304605","play_store":"https://play.google.com/store/apps/details?id=com.btuprotocol.btu_wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The easiest crypto wallet","badge_type":"none"},{"id":"fa9c3adc4f0bbe263db1565d200f776e5da900ead0f1914e0ecbf8b313d268e9","name":"WemixWallet","homepage":"https://www.wemix.com/","image_id":"2439d9a4-2c1e-4d29-3bc6-654fc23a4b00","order":3200,"mobile_link":"wemixwallet30://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/wemix-wallet/id1628230003","play_store":"https://play.google.com/store/apps/details?id=com.wemixfoundation.wemixwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1111"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"WEMIXWallet is a decentralized wallet that can be easily used by any user using the blockchain.","badge_type":"none"},{"id":"022e8ff84519e427bff394b3a58308bc9838196a8efb45158da0ab7c3228abfb","name":"Essentials","homepage":"https://www.trinity-tech.io/essentials","image_id":"058878f4-7364-4e01-434f-2cc09a15cf00","order":3210,"mobile_link":"https://essentials.web3essentials.io","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/elastos-essentials/id1568931743","play_store":"https://play.google.com/store/apps/details?id=org.elastos.essentials.app","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","eip155:1","eip155:122","eip155:128","eip155:137","eip155:170","eip155:20","eip155:22","eip155:23","eip155:25","eip155:256","eip155:32659","eip155:338","eip155:40","eip155:4002","eip155:41","eip155:42161","eip155:421611","eip155:43113","eip155:43114","eip155:4689","eip155:4690","eip155:5","eip155:56","eip155:80001","eip155:9000","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto and Decentralized Identity","badge_type":"none"},{"id":"73e8db145c6b2a2a11444e835a4144416c0361342dec4c7c1bc17f85223aec93","name":"Trust Asset Wallet","homepage":"https://trustasset.io/","image_id":"f64fabc5-1e3f-4ad4-7362-747abd1bc000","order":3220,"mobile_link":"trustassetapp://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.trustassetapp&hl=en_IN&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unlock the power of your cryptocurrency assets and explore the world of web3 with Trust Asset.","badge_type":"none"},{"id":"7e6f68b033a19fd6c2999598f9791e24014f9870c626901d254da50660fda578","name":"Dfinn Wallet","homepage":"https://dfinnwallet.app","image_id":"9a9c59ce-6346-4af8-db19-778533fb6000","order":3230,"mobile_link":"dfinnwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/dfinn-wallet/id6451134219","play_store":"https://play.google.com/store/apps/details?id=money.dfinn.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:100","eip155:1024","eip155:11297108109","eip155:122","eip155:1287","eip155:2021","eip155:2022","eip155:204","eip155:245022934","eip155:25","eip155:250","eip155:42161","eip155:42170","eip155:42220","eip155:43114","eip155:5000","eip155:56","eip155:59144","eip155:61","eip155:66","eip155:99","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Safest wallet for Substrate and EVM","badge_type":"none"},{"id":"05df2f741ed2b59af7b282946af0bae7c472e874393959778b22f6b21bf8d43d","name":"BMA Wallet","homepage":"https://bmawallet.com/","image_id":"5d8240f7-1d58-4ada-12b3-0b5e7d5b1300","order":3240,"mobile_link":"bmawalletapp://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.bmawallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unlock the power of your cryptocurrency assets and explore the world of web3 with BMA Wallet.","badge_type":"none"},{"id":"02d7e6551ab805d301bde5c9d8cd51d791a73effab6a8b2460e4d9e9e81fdee9","name":"Transi","homepage":"https://www.transi.io/","image_id":"a567089d-69d5-47f6-fd99-db47a448ab00","order":3250,"mobile_link":"transi://","desktop_link":null,"link_mode":null,"webapp_link":"https://www.transi.io/TransiWallet","app_store":"https://apps.apple.com/us/app/transi-chat/id1662471884","play_store":"https://www.transi.io/TransiWallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Transi is a cutting-edge decentralized social platform that empowers users to connect, communicate, and engage in a vibrant community.","badge_type":"none"},{"id":"12ffbeb52b37f08bd8224a50e1cd2173286bf432832579861a5480bd662e349d","name":"Bloom","homepage":"https://bloomwallet.io/","image_id":"185c0388-58f4-408c-45af-71c9ca114300","order":3260,"mobile_link":null,"desktop_link":"bloom://wallet-connect/connect","link_mode":null,"webapp_link":"https://bloomwallet.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1073","eip155:1075","eip155:11155111","eip155:148","eip155:8822"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"Bloom is a beautifully designed, user-centric wallet for IOTA and Shimmer.\n","badge_type":"none"},{"id":"32e6edcfbd770996fed2f4088b76a5c0151903d4ab9771feb92e5cf75080b131","name":"SafeWallet","homepage":"https://safecryptowallet.io","image_id":"c4f43408-612b-4777-c9d6-a022934ce600","order":3270,"mobile_link":"safewallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/safe-crypto-wallet-blockchain/id6449599259?mt=8&shortlink=4ybm9n4d&c=safe+wallet&pid=clickwebsite&af_xp=custom&source_caller=ui","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Securely store and manage top cryptocurrencies like BTC, ETH, TRX, XRP, LTC and more with Safe Wallet","badge_type":"none"},{"id":"9654c004e02e492c30904a820154e239886edbf4d66bc5d372060809ef4c9111","name":"Plena-App","homepage":"https://plena.finance","image_id":"9ba07b43-3db1-4e8d-100e-8c91d8430c00","order":3280,"mobile_link":"com.plena://auth,org.plenafinance.app://auth","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/plena-smartest-defi-wallet/id1608061460","play_store":"https://play.google.com/store/apps/details?id=com.plena","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1101","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Invest in 100,000+ Cryptocurrencies: Send, Receive, Swap and Bridge Your Assets in a Single Tap With The First Crypto SuperApp.","badge_type":"none"},{"id":"c733d32f3b974c4a96e0cd5a3b6f7e186e2f6379182ac6640fdbab4f9ef489b0","name":"Certhis","homepage":"https://certhis.io","image_id":"fbd441cc-e861-46dc-48ae-a04228ddb500","order":3290,"mobile_link":"https://certhis.io/","desktop_link":null,"link_mode":null,"webapp_link":"https://certhis.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Ultimate Web3 Solution","badge_type":"none"},{"id":"5e4a8cc31d062b78a7ad9e017135574809b01c4dbbf30e4dbb467ddd43025618","name":"Tomo Wallet","homepage":"https://tomo.inc","image_id":"95c9f957-b1e4-4619-fa7c-a77569d2fe00","order":3300,"mobile_link":"tomo://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/tomo-inc/id6468010287","play_store":"https://play.google.com/store/apps/details?id=tomo.app.unyx","rdns":"inc.tomo","chrome_store":"https://chromewebstore.google.com/detail/tomo-wallet/pfccjkejcgoppjnllalolplgogenfojk","injected":[{"namespace":"eip155","injected_id":"window.ethereum.isTomo"},{"namespace":"eip155","injected_id":"window.tomo_evm"},{"namespace":"eip155","injected_id":"window.tomo_evm.isTomo"}],"chains":["eip155:1","eip155:10","eip155:11155111","eip155:42161","eip155:56","eip155:59140","eip155:59144","eip155:80084","eip155:80085","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"tomo extension ","badge_type":"none"},{"id":"1a090919fa32185977f65bcab3435d250fa7e7e47c8410e31136f3f297517e27","name":"Komet","homepage":"https://komet.me","image_id":"a2e9aaed-20f6-4da9-3ca3-448a1fc00b00","order":3310,"mobile_link":"komet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/komet/id6448238558","play_store":null,"rdns":"me.komet.app","chrome_store":"https://chromewebstore.google.com/detail/komet-wallet/anmkkggohcdelhaholjialcfgdbcegbo","injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Komet Mobile Wallet","badge_type":"none"},{"id":"fa737fa41e6e5ad02c536bd21afea4e21c061885a039e17237e08802ca5bf0bf","name":"Pandoshi Wallet","homepage":"https://pandoshi.com","image_id":"d5be0305-ff38-4412-6089-a94c2e445300","order":3320,"mobile_link":"pandoshiwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.pandoshi.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:1101","eip155:1111","eip155:128","eip155:1313161554","eip155:137","eip155:25","eip155:250","eip155:295","eip155:324","eip155:32659","eip155:369","eip155:40","eip155:42161","eip155:43114","eip155:4689","eip155:5000","eip155:534352","eip155:56","eip155:59144","eip155:66","eip155:8217","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Explore the world of digital finance with Pandoshi Wallet, a non-custodial, HD wallet designed for EVM-compatible networks.","badge_type":"none"},{"id":"b123d9d4aa6b384aed6c45e7738861a28a2eabdf4adb72ad1e408d8578bc9b81","name":"GUARDIIAN Wallet","homepage":"https://guardiianwallet.io/","image_id":"4f095c1d-8a31-4af8-ab58-57e82a398e00","order":3330,"mobile_link":"guardiianwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/pk/app/guardiian-wallet/id6478384338","play_store":"https://play.google.com/store/apps/details?id=com.gardianwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Experience GUARDIIAN Wallet, a privacy-centric digital payment platform for secure currency transactions and cryptocurrency exchange.","badge_type":"none"},{"id":"b7602b27efd93fafecb53a806cd74d65fdfb8548b76d028339569a37aee012c0","name":"Cryptnox Bridge","homepage":"https://cryptnox.com","image_id":"5cbfc263-dd0d-4978-d455-3c0b0ed52900","order":3340,"mobile_link":null,"desktop_link":"cryptnoxconnect://","link_mode":null,"webapp_link":"https://cryptnox.com","app_store":null,"play_store":null,"rdns":"com.cryptnox","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:5","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Cryptnox Bridge application for Card administration and walletconnect","badge_type":"none"},{"id":"53a2e01781ee6c0d841e6c844f2733899b8f4082a1452986d87a550800aa13ca","name":"BSC Wallet","homepage":"https://bscecowallet.com","image_id":"63fe9162-b352-4a2c-1da1-a31d48008e00","order":3350,"mobile_link":"bscwalletapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/bsc-wallet-bnb-chain/id6445821381","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi-chain wallet: BNB Chain (focus), Ethereum, Tron, Polygon, Optimism, Arbitrum, opBNB, Solana. \t","badge_type":"none"},{"id":"063ab1cdc9123ed56b7e73cbee664d24ecb7fc710ad1e0bded6cc2db0d562055","name":"Life DeFi","homepage":"https://lifedefi.co","image_id":"d249af4f-e9b8-498d-cbc3-9eab04568700","order":3360,"mobile_link":"w3akvrn:/","desktop_link":"w3akvrn:/","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ca/app/life-the-defi-wallet/id1591427970","play_store":"https://play.google.com/store/apps/details?id=life.lifecrypto.app&hl=en_US&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:25","eip155:250","eip155:338","eip155:39797","eip155:4002","eip155:420","eip155:42161","eip155:421614","eip155:43113","eip155:43114","eip155:49797","eip155:56","eip155:80001","eip155:97"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Life DeFi is an ecosystem of products focused on making Decentralized Finance (DeFi) useable for a mainstream audience","badge_type":"none"},{"id":"482779b01ffd93b70c1f62e7905658ca1a6b02799f498b07cce423f7841aed75","name":"Zypto","homepage":"https://zypto.com","image_id":"4f6ae851-7fe6-41ac-5714-3a910b2ff400","order":3370,"mobile_link":"zypto://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/zypto-all-in-one-crypto-wallet/id6463755992","play_store":"https://play.google.com/store/apps/details?id=com.zypto&gl=US","rdns":"com.zypto","chrome_store":null,"injected":null,"chains":["algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k","eip155:1","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","stellar:pubnet"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Zypto Wallet App defi easy and crypto payments smoother than ever in a user-friendly yet powerful application. ","badge_type":"none"},{"id":"a76633b85db65d78992ff51c18492a72f442aa5ea2bf7bdf49d991a94107734d","name":"Nabox","homepage":"https://nabox.io/","image_id":"d7d52161-f9bb-455a-038e-9eca68536200","order":3380,"mobile_link":"nabox://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/nabox-wallet/id6443821021","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Nabox is a cross-chain DID application","badge_type":"none"},{"id":"8ff6eccefefa7506339201bc33346f92a43118d6ff7d6e71d499d8187a1c56a2","name":"Broearn Wallet","homepage":"https://www.broearn.com","image_id":"b3c2c77c-a8cf-46e1-095a-77f0a3891500","order":3390,"mobile_link":"broearn://wallet/","desktop_link":null,"link_mode":null,"webapp_link":"https://www.broearn.com","app_store":"https://apps.apple.com/us/app/broearn/id6444156587","play_store":"https://play.google.com/store/apps/details?id=com.broearn.browser","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:128","eip155:137","eip155:250","eip155:256","eip155:4002","eip155:420","eip155:43114","eip155:5","eip155:56","eip155:6","eip155:61","eip155:65","eip155:66","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Broearn Wallet supports over 8 Million tokens including PUT, Ethereum, Solana, Polygon Matic, BNB, and Avalanche.","badge_type":"none"},{"id":"92ebfc08f0ac3bc8015a9bf843f9366750d5139b00a166086ad893aeb701acd4","name":"SampleW","homepage":"https://walletconnect.com","image_id":"171f0822-acf5-4eba-4392-a2d16db90400","order":3400,"mobile_link":null,"desktop_link":"sampleW://","link_mode":null,"webapp_link":"https://wallet-connect.sampleW.com","app_store":null,"play_store":null,"rdns":"com.walletconnect.com","chrome_store":"https://cloud.walletconnect.com","injected":null,"chains":["eip155:1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"WalletConnect","badge_type":"none"},{"id":"540148afe64558bb238cab6c43bd963055ed9248c094eaebff94d7bbb59f9aba","name":"MDAO Wallet","homepage":"https://ttmwallet.io/","image_id":"82014e92-838b-4e75-e77e-76cdc5539d00","order":3410,"mobile_link":"ttmwalletapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ru/app/ttm-wallet/id1540851562","play_store":"https://play.google.com/store/apps/details?id=com.ttmbank.wallet.app&hl=ru&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MDAO Wallet is the best app with a friendly user and convenient interface to keep and manage your digital assets.","badge_type":"none"},{"id":"21c3a371f72f0057186082edb2ddd43566f7e908508ac3e85373c6d1966ed614","name":"Bitget Wallet Lite","homepage":"https://web3.bitget.com/","image_id":"3d02c83a-19ac-4552-da5a-c4adc2523b00","order":3420,"mobile_link":"https://mini-app.bitkeep.com","desktop_link":null,"link_mode":null,"webapp_link":"https://mini-app.bitkeep.com","app_store":"https://t.me/BitgetWallet_TGBot/BGW","play_store":"https://t.me/BitgetWallet_TGBot/BGW","rdns":null,"chrome_store":"https://t.me/BitgetWallet_TGBot/BGW","injected":[{"namespace":"eip155","injected_id":"isBitkeep"}],"chains":["eip155:1","eip155:10","eip155:1116","eip155:1329","eip155:137","eip155:204","eip155:324","eip155:42161","eip155:43114","eip155:5000","eip155:56","eip155:59144","eip155:7001","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Bitget Wallet Lite is a non-custodial wallet by Bitget Wallet that is seamlessly integrated with Telegram.","badge_type":"none"},{"id":"e9a73053c7d8cf7f8eb732e3da6a8dfd3cc211ea4dc00e0274b9dec6e3316605","name":"tastycrypto","homepage":"https://www.tastycrypto.com/","image_id":"357878c9-a195-4102-8f69-55eb2c578700","order":3430,"mobile_link":"tastycrypto://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/tastycrypto-crypto-wallet/id1670102186","play_store":"https://play.google.com/store/apps/details?id=com.tastycrypto&hl=en","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Explore the endless opportunities of DeFi and Web3 through the tastycrypto self-custody wallet.","badge_type":"none"},{"id":"7617c61e2d7c85b03d41ceaaf568d49e2ab270f8f6f1b25ddb4af292026fa8f5","name":"IPMB Wallet","homepage":"https://www.ipmb.com","image_id":"846ae068-c112-412a-c103-7aa414bc9400","order":3440,"mobile_link":"com.ipmb.app://walletcon","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/gb/app/ipmb-wallet/id6474244533","play_store":"https://play.google.com/store/apps/details?id=com.ipmb.app","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/ipmb-wallet/gohpeceldnpglangfimhdjlfhgalohco","injected":[{"namespace":"eip155","injected_id":"isIpmb"}],"chains":["eip155:137"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The home of the IPMB Ecosystem, start your IPMB journey, manage your GeM NFTs, and take control of your gold.","badge_type":"none"},{"id":"c934a849294b527a83d726ab792f1299630242256c338fc2ce666e12ae18d82e","name":"Dynamic","homepage":"https://www.dynamic.xyz","image_id":"dd88a74e-593c-4f6e-a945-1199851de800","order":3450,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://demo.dynamic.xyz/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:280","eip155:324","eip155:42161","eip155:42170","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Dynamic offers a suite of tools for effortless log in, wallet creation and user management. Designed for users. Built for developers.","badge_type":"none"},{"id":"df1d89401c7320e6d62fa5bc4a516e8df21b604b10a7eedefbee9ada66b20c5d","name":"Nest Wallet","homepage":"https://nestwallet.xyz","image_id":"9f471f97-0b62-4af9-6198-fc9c4bd58000","order":3460,"mobile_link":"nestwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/nest-wallet/id6451122334","play_store":"https://play.google.com/store/apps/details?id=xyz.nestwallet.nestwallet","rdns":"xyz.nestwallet","chrome_store":"https://chromewebstore.google.com/detail/nest-wallet/cmoakldedjfnjofgbbfenefcagmedlga","injected":[{"namespace":"eip155","injected_id":"nestwallet"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:42161","eip155:43114","eip155:534352","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A wallet built for traders.","badge_type":"none"},{"id":"9a4cddbdbc19005be790f37cc9176dd24eae51aa2a49fa3edeb3b6a8b089b7be","name":"Nightly","homepage":"https://nightly.app","image_id":"7fb6e288-6d7e-4f29-d934-8b3f229c2d00","order":3470,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/pl/app/nightly-multichain-wallet/id6444768157","play_store":"https://play.google.com/store/apps/details?id=com.nightlymobile&pli=1","rdns":"app.nightly","chrome_store":"https://chromewebstore.google.com/detail/nightly/fiikommddbeccaoicoejoniammnalkfa","injected":[{"namespace":"eip155","injected_id":"isNightly"},{"namespace":"solana","injected_id":"isNightly"}],"chains":["eip155:1","eip155:10","eip155:1946","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:8453","near:mainnet","near:testnet","polkadot:6fbd74e5e1d0a61d52ccfe9d4adaed16","polkadot:91b171bb158e2d3848fa23a9f1c25182","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your favourite multichain wallet.","badge_type":"none"},{"id":"d046ce8e9d2d96e3a0f02d0f74e51116b1884cc4e85ca24a83506cd49fa28d29","name":"Solutions Team Test","homepage":"https://solutions-team-test.ecosystem.thirdweb.com/","image_id":"63048851-38f9-4a58-880e-65d404dcf300","order":3480,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://solutions-team-test.ecosystem.thirdweb.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"thirdweb Ecosystem wallet integration","badge_type":"none"},{"id":"e41335615dc17532477792bb63034f69d430d73dc39ff8da622d17f3bad0b96a","name":"Nicegram Wallet","homepage":"https://nicegram.app","image_id":"929745a4-5830-480b-f6ab-bb3a854bc700","order":3490,"mobile_link":"ncg://wallet/home","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/apple-store/id1608870673","play_store":"https://play.google.com/store/apps/details?id=app.nicegram","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Nicegram Web3 Wallet: Non-custodial, multichain, integrated with Telegram Web3 fork for easy crypto transactions.","badge_type":"none"},{"id":"6bd4cf3fa61dafe9088f9e93e5d1178c7e792fe349489d9a8141cf4354359712","name":"Ballet Crypto","homepage":"https://www.ballet.com","image_id":"fd46e96d-350d-4922-a4a9-b2bfe7c92400","order":3500,"mobile_link":"balletcrypto://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id1474912942","play_store":"https://play.google.com/store/apps/details?id=com.balletcrypto","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56"],"categories":["9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"World’s EASIEST Cryptocurrency Cold Storage","badge_type":"none"},{"id":"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7","name":"Omni","homepage":"https://omni.app","image_id":"2cd67b4c-282b-4809-e7c0-a88cd5116f00","order":3510,"mobile_link":"omni://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/de/app/steakwallet/id1569375204?l=en","play_store":"https://play.google.com/store/apps/details?id=fi.steakwallet.app","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:kava-4","eip155:1","eip155:10","eip155:100","eip155:1284","eip155:1285","eip155:137","eip155:1666600000","eip155:42161","eip155:42220","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi chain, self custodial DeFi wallet","badge_type":"none"},{"id":"d609b0824ea9a456a469c86cc2daffe422681e6b6046a2cc65405067b7a4e221","name":"Blazpay","homepage":"https://blazpay.com/download","image_id":"ba0ed3d1-e94c-408d-c8f5-a384edcba700","order":3520,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"com.blazpay.wallet","chrome_store":"https://chromewebstore.google.com/detail/blazpay/cecndeddohekaklkfehmcnhejflmclhc","injected":[{"namespace":"eip155","injected_id":"isBlzWallet"}],"chains":["eip155:1","eip155:11155111","eip155:137","eip155:167000","eip155:1890","eip155:1891","eip155:43114","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"BlazPay Wallet: Securely buy, send, swap, and manage digital assets. Connect to the decentralized web, trusted by users worldwide.","badge_type":"none"},{"id":"97d2ccab1d55b1c2bcd70aa20c8ccb0d6450ff577178227fc640c8f7319cd437","name":"KAMIYAGURA","homepage":"https://kamiyagura.com/","image_id":"f826fb86-72ec-47cc-3e60-a6e694815500","order":3530,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://kamiyagura.ecosystem.thirdweb.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:68770","eip155:68775"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"NFT TCG 「KAMIYAGURA」","badge_type":"none"},{"id":"80c7742837ad9455049270303bccd55bae39a9e639b70d931191269d3a76320a","name":"UniPass Wallet","homepage":"https://unipass.id","image_id":"d0ab3715-811f-4b2e-5293-9339e5b84c00","order":3540,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.unipass.id/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:321","eip155:42161","eip155:43114","eip155:56","eip155:66"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99"],"description":"A Seedless and Gasless User Experience for Your Web3 Apps","badge_type":"none"},{"id":"5fb20bc4cf7c8662f023f465b9ee65fd6a3b266fa5f37c6799745f0a9a2de33b","name":"KTC","homepage":"https://keytrust.one/","image_id":"42ea0ba3-df94-4305-6a52-1caba42a7000","order":3550,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://keytrust.one/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Fast and simple way to buy crypto","badge_type":"none"},{"id":"c8e9e7218b7d25b8621c125bd82dc22e9fdac16bef217a281c66fb6a53b0da85","name":"JOIN MOBILE APP","homepage":"https://getjoin.io","image_id":"bd200406-7b27-452f-bb23-14e22ac47500","order":3560,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/mk/app/join-wallet/id6590635145?uo=2","play_store":"https://play.google.com/store/apps/details?id=io.getjoin.prd","rdns":"io.getjoin.prd","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:8453"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99"],"description":"Your Ultimate digital assets Platform.","badge_type":"none"},{"id":"ca1d3f91b9233ff1f3a64fbaf2bd4a718e9ea0489ec71938d9da030a9f98ef8f","name":"ParaSwap Wallet","homepage":"https://paraswap.io","image_id":"73dc6b30-b644-46e6-020c-5926851df600","order":3570,"mobile_link":"paraswap://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/paraswap-multichain-wallet/id1584610690","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"ParaSwap Wallet is a multichain DeFi wallet for trading at the best rates, with the highest efficiency and security in a friendly interface","badge_type":"none"},{"id":"e0c2e199712878ed272e2c170b585baa0ff0eb50b07521ca586ebf7aeeffc598","name":"Talisman Wallet","homepage":"https://talisman.xyz","image_id":"ba290222-c3f3-4194-23bf-28ba7587af00","order":3580,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"xyz.talisman","chrome_store":"https://chromewebstore.google.com/detail/talisman-wallet/fijngjgcjhjmmpcmkeiomlglpeiijkld","injected":[{"namespace":"eip155","injected_id":"isTalisman"}],"chains":["eip155:1","eip155:10","eip155:1284","eip155:137","eip155:3776","eip155:42161","eip155:534352","eip155:8453","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Talisman is an open-source crypto wallet that makes web3 simple for beginners and unlocks superpowers for pros","badge_type":"none"},{"id":"9be416fd7b5a20dfe115930b759e9a69a5dd6299b42f3eab0f3f70ee6ac5331f","name":"Mixin Messenger","homepage":"https://messenger.mixin.one","image_id":"c5516ab5-57c3-45ec-09e2-b149c9709600","order":3590,"mobile_link":"mixin://","desktop_link":null,"link_mode":null,"webapp_link":"https://mixin.one","app_store":"https://apps.apple.com/app/mixin/id1322324266","play_store":"https://play.google.com/store/apps/details?id=one.mixin.messenger","rdns":"one.mixin.messenger","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 Wallet","badge_type":"none"},{"id":"744561787f6414cb71b9704ed4715f9e0607f274b722640d3a9ecc836cb2eb37","name":"clear-wallet","homepage":"https://clear-wallet.flashsoft.eu","image_id":"a6d4c2de-1bd9-404f-f3d2-3d2ed9bf5000","order":3600,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"eu.flashsoft.clear-wallet","chrome_store":"https://chromewebstore.google.com/detail/clear-evm-wallet-clw/djlahdpfkflehaepgohnnodmaajabdlg?hl=en&authuser=0","injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:40","eip155:42161","eip155:56","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Clear EVM wallet is a fully open-source EVM browser wallet based on Ethers, Ionic, Manifest V3, and Vue. It implements Metamask API.","badge_type":"none"},{"id":"45aa096282002911a77c9e1dba16dade905960e6386e681c2f8d7966f4e475b1","name":"Cryptokara","homepage":"https://cryptokara.com","image_id":"028ef53f-b5d9-4a63-2bf0-d384c8522500","order":3610,"mobile_link":"cryptokara://StartScreen","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.cryptokara&hl=en_US","rdns":"com.cryptokara","chrome_store":null,"injected":null,"chains":["algorand:SGO1GKSzyE7IEPItTxCByw9x8FmnrCDe","algorand:mFgazF-2uRS1tMiL9dsj01hJGySEmPN2","algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k","antelope:1064487b3cd1a897ce03ae5b6a865651","antelope:f16b1833c747c43682f4386fca9cbb32","ccd:4221332d34e1694168c2a0c0b3fd0f27","ccd:9dd9ca4d19e9393877d2c44b70f89acb","cip-34:0-1","cip-34:0-2","cip-34:1-764824073","cosmos:aura-testnet-2","cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:euphoria-2","cosmos:harpoon-4","cosmos:irishub-1","cosmos:kaiyo-1","cosmos:kava-4","cosmos:likecoin-mainnet-2","cosmos:likecoin-public-testnet-5","cosmos:mayachain-mainnet-v1","cosmos:mayachain-stagenet-v1","cosmos:serenity-testnet-001","cosmos:thorchain-mainnet-v1","cosmos:thorchain-stagenet-v1","cosmos:xstaxy-1","eip155:1","eip155:10","eip155:100","eip155:10000","eip155:100000","eip155:100001","eip155:100002","eip155:100003","eip155:100004","eip155:100005","eip155:100006","eip155:100007","eip155:100008","eip155:10001","eip155:10003","eip155:1001","eip155:1007","eip155:101","eip155:1010","eip155:10101","eip155:1012","eip155:102","eip155:1022","eip155:1023","eip155:1024","eip155:10243","eip155:1026062157","eip155:1028","eip155:106","eip155:108","eip155:11","eip155:110","eip155:110000","eip155:110001","eip155:110002","eip155:110003","eip155:110004","eip155:110005","eip155:110006","eip155:110007","eip155:110008","eip155:1101","eip155:111","eip155:1111","eip155:11155111","eip155:1122334455","eip155:11235","eip155:11297108099","eip155:11297108109","eip155:1139","eip155:114","eip155:1140","eip155:11888","eip155:12","eip155:12051","eip155:1213","eip155:122","eip155:123456","eip155:124","eip155:127","eip155:1273227453","eip155:128","eip155:1280","eip155:1284","eip155:1285","eip155:1286","eip155:1287","eip155:1288","eip155:13","eip155:1313114","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:1313500","eip155:13371337","eip155:1350216234","eip155:1351057110","eip155:137","eip155:14","eip155:142","eip155:1442","eip155:1482601649","eip155:15","eip155:1517929550","eip155:15557","eip155:1564830818","eip155:16","eip155:16000","eip155:16001","eip155:1618","eip155:162","eip155:1620","eip155:163","eip155:1657","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:1666700000","eip155:1666700001","eip155:1666700002","eip155:1666700003","eip155:17","eip155:170","eip155:172","eip155:17777","eip155:18","eip155:18289463","eip155:1856","eip155:186","eip155:19","eip155:19011","eip155:1907","eip155:1908","eip155:1987","eip155:199","eip155:1995","eip155:2","eip155:20","eip155:200","eip155:20001","eip155:200625","eip155:201030","eip155:20181205","eip155:2020","eip155:2021","eip155:2022","eip155:20231","eip155:2024","eip155:204","eip155:2046399126","eip155:21","eip155:2100","eip155:2101","eip155:210309","eip155:211","eip155:2195","eip155:22","eip155:222","eip155:23","eip155:24484","eip155:245022926","eip155:245022934","eip155:245022940","eip155:246","eip155:246529","eip155:246785","eip155:24734","eip155:248","eip155:25","eip155:250","eip155:2559","eip155:256","eip155:262","eip155:269","eip155:27","eip155:274","eip155:28","eip155:280","eip155:288","eip155:2888","eip155:28945486","eip155:295","eip155:296","eip155:3","eip155:30","eip155:31","eip155:31102","eip155:311752642","eip155:3125659152","eip155:31337","eip155:32","eip155:321","eip155:322","eip155:324","eip155:32659","eip155:3269","eip155:3270","eip155:33","eip155:333888","eip155:333999","eip155:336","eip155:338","eip155:344106930","eip155:35","eip155:35855456","eip155:36","eip155:361","eip155:363","eip155:364","eip155:365","eip155:369","eip155:38","eip155:385","eip155:39797","eip155:4","eip155:40","eip155:4002","eip155:40875","eip155:41","eip155:418","eip155:42","eip155:420","eip155:42069","eip155:42161","eip155:421611","eip155:421613","eip155:4216137055","eip155:421614","eip155:42170","eip155:42220","eip155:43","eip155:43110","eip155:43113","eip155:43114","eip155:432201","eip155:432204","eip155:44","eip155:44787","eip155:462","eip155:4689","eip155:4690","eip155:47279324479","eip155:4759","eip155:476158412","eip155:48991","eip155:49797","eip155:499","eip155:5","eip155:50","eip155:5000","eip155:5001","eip155:503129905","eip155:51","eip155:5197","eip155:52","eip155:53","eip155:534351","eip155:534352","eip155:534353","eip155:54211","eip155:55","eip155:5522","eip155:558","eip155:56","eip155:5611","eip155:56288","eip155:56789","eip155:57","eip155:570","eip155:5700","eip155:57000","eip155:58","eip155:5851","eip155:5869","eip155:59","eip155:59140","eip155:59144","eip155:595","eip155:6","eip155:60","eip155:60000","eip155:60001","eip155:60002","eip155:60103","eip155:61","eip155:61717561","eip155:62","eip155:62320","eip155:63","eip155:64","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:68770","eip155:68775","eip155:69","eip155:7","eip155:70000","eip155:70001","eip155:70002","eip155:7001","eip155:70103","eip155:7027","eip155:71393","eip155:721","eip155:73799","eip155:73927","eip155:7518","eip155:7575","eip155:7576","eip155:76","eip155:77","eip155:7762959","eip155:777","eip155:7777777","eip155:78","eip155:78110","eip155:78281","eip155:787","eip155:8","eip155:80","eip155:80001","eip155:8029","eip155:803","eip155:8080","eip155:8081","eip155:8082","eip155:8194","eip155:82","eip155:820","eip155:821","eip155:8217","eip155:8285","eip155:83","eip155:8453","eip155:84531","eip155:85","eip155:86","eip155:8723","eip155:8724","eip155:88","eip155:880","eip155:8866","eip155:888","eip155:8888","eip155:88882","eip155:88888","eip155:8995","eip155:9","eip155:9000","eip155:9001","eip155:919","eip155:9372","eip155:940","eip155:95","eip155:955305","eip155:96970","eip155:97","eip155:9728","eip155:9731","eip155:9732","eip155:977","eip155:99","eip155:99415706","eip155:998","eip155:999","flow:mainnet","flow:testnet","hedera:mainnet","hedera:testnet","koinos:EiAAKqFi-puoXnuJTdn7qBGGJa8yd-dc","koinos:EiBZK_GGVP0H_fXVAM3j6EAuz3-B-l3e","mvx:1","mvx:D","mvx:T","near:mainnet","near:testnet","neo3:mainnet","neo3:testnet","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","reef:7834781d38e4798d548e34ec947d19de","reef:b414a8602b2251fa538d38a932239150","stacks:1","stacks:2147483648","stellar:pubnet","stellar:testnet","tvm:42","vechain:87721b09ed2e15997f466536b20bb127","vechain:b1ac3413d346d43539627e6be7ec1b4a","waves:083","waves:084","waves:087","xrpl:0","xrpl:1","xrpl:2"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"CryptoKara - Fully decentralised wallet","badge_type":"none"},{"id":"9aa288a4c66884bec28af54056921660ebde9debd848ef03902363ed534c96d4","name":"Caesium","homepage":"https://caesiumlab.com/","image_id":"b3a456db-43c7-463c-cc3c-8c550c5b9500","order":3620,"mobile_link":"caesium-app://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.csm_app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Caesium is a community-driven platform where gamers get to monetize their cryptos and witness real gaming experiences on the blockchain.","badge_type":"none"},{"id":"4a4de89b894737cd99fe857c3253da54773c093b67381a5cd63723543e888a54","name":"Nodle","homepage":"https://www.nodle.com/products/cash_app","image_id":"39badb5c-adeb-4188-c803-a63a5cffdf00","order":3630,"mobile_link":"nodle://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/nodle-app-to-earn-crypto/id1480763553","play_store":"https://play.google.com/store/apps/details?id=io.nodle.cash","rdns":null,"chrome_store":null,"injected":null,"chains":["polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A mobile wallet and an earning app for NODL tokens, Nodle's native cryptocurrency.","badge_type":"none"},{"id":"01b3720ae82d5aed3de295e3b7b226a75f8c22bdf823c47f57981bb791dd5850","name":"BeraSig","homepage":"https://www.berasig.com/","image_id":"4b9e9716-c86d-4f1e-4bcc-12af74af7400","order":3640,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"app.berasig","chrome_store":"https://chromewebstore.google.com/detail/berasig/ckedkkegjbflcfblcjklibnedmfjppbj","injected":[{"namespace":"eip155","injected_id":"window.berasig.ethereum.isBerasig"}],"chains":["eip155:80084"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Faucet Bera, mint Honey, lending & borrowing, add liquidity to pools giving out BGT reward and delegate BGT on Berachain","badge_type":"none"},{"id":"abcfa7caec0d196ce9a99b48ee6d562884f7e38252fe7520c1fc9f53bf0e2fbc","name":"UniversalProfiles","homepage":"https://universaleverything.io","image_id":"4537fb11-ada3-4009-37c2-c70ed4b46300","order":3650,"mobile_link":"io.universaleverything.universalprofiles://wallet-connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/universalprofiles/id6702018631","play_store":"https://play.google.com/store/apps/details?id=io.universaleverything.universalprofiles","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:42","eip155:4201"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Create and Manage your Universal Profiles.","badge_type":"none"},{"id":"226d8a12a2e6e5c4185fa9c24313824bfb144c2a180325bddbd121844f497afa","name":"ISLAMIwallet","homepage":"https://islamicoin.finance/islamiwallet","image_id":"8d723c78-28ad-4610-901f-ea391d7e8d00","order":3660,"mobile_link":"islamiwallet://islami.com/path/","desktop_link":null,"link_mode":null,"webapp_link":"https://islamiwallet.com","app_store":"https://apps.apple.com/lb/app/islamiwallet/id1631212925","play_store":"https://play.google.com/store/apps/details?id=com.islami.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Swap, Vote & recovery system","badge_type":"none"},{"id":"a5b3b5055ba7333811fcb80222a421bb6ac541b3eccf99edb6d0e5040bb008e7","name":"thirdweb","homepage":"https://thirdweb.com","image_id":"c8d820ec-54fb-4c0e-210e-5cbbf92e1000","order":3670,"mobile_link":"https://ews.thirdweb.com","desktop_link":null,"link_mode":null,"webapp_link":"https://ews.thirdweb.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:200","eip155:42161","eip155:43113","eip155:43114","eip155:56","eip155:80001","eip155:8453","eip155:84531"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Connect an app's embedded wallet powered by thirdweb.","badge_type":"none"},{"id":"0e3c4838e5a7c44b6b16299b7dbc7a2bc147ad9c056588d6190e11ec5804fba9","name":"OPZ Wallet","homepage":"https://www.opz.com/","image_id":"bb347024-46c1-4be1-dd1f-98e6c51f8600","order":3680,"mobile_link":"opz-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/opz-crypto-btc-wallet/id6463236757","play_store":"https://play.google.com/store/apps/details?id=com.opz.dev&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Revolutionizing cryptocurrency with our KeyFusion Technology, and seamless dApp integration.","badge_type":"none"},{"id":"fa977f7d37f533bd283e44268d020c6852433f091f5373dd33ae7dc0d4522e9a","name":"Tobi","homepage":"https://tobi.fun","image_id":"3cd2d066-56f7-4272-4a98-b39b41ea8200","order":3690,"mobile_link":"https://api.tobiwallet.app/dapp/wallet-connect/redirect","desktop_link":null,"link_mode":null,"webapp_link":"https://api.tobiwallet.app/dapp/wallet-connect/redirect","app_store":"https://t.me/TobiWalletBot","play_store":"https://t.me/TobiWalletBot","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42170","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The first self-custody, cross-chain web3 assistant in Telegram","badge_type":"none"},{"id":"184f15ea2cd5f65e25ed72efdd2ed1979179eddf0c0741ab0dd23c1eb7e0eee5","name":"Flooz","homepage":"https://wallet.flooz.trade","image_id":"0a04f368-4f56-4c12-0bfa-93b14bb20800","order":3700,"mobile_link":"floozwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.flooz.trade/","app_store":"https://apps.apple.com/app/id1621027074","play_store":"https://play.google.com/store/apps/details?id=wallet.flooz.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your all-in-one crypto wallet","badge_type":"none"},{"id":"c3b76dabb8b8161b2848a4c313b559a2cd719b43732c3e0da00f345e571241e5","name":"T+ Wallet ","homepage":"https://www.talkapp.org/","image_id":"c08ff28f-5a52-4bf2-e63a-205905fd5800","order":3710,"mobile_link":"talkapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/hk/app/talk-%E5%8A%A0%E5%AF%86%E8%B2%A8%E5%B9%A3%E4%BA%A4%E6%98%93%E5%8F%8Aai%E8%81%8A%E5%A4%A9%E9%80%9A%E8%A8%8A%E8%BB%9F%E4%BB%B6/id1547227377","play_store":"https://play.google.com/store/apps/details?id=org.talkapp&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56","eip155:59","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"With \"Talk+\", users can easily buy crypto online instantly or transfer them to friends by using its blockchain wallet feature. ","badge_type":"none"},{"id":"91b9a02134bc834b96ebfa333a0bf27ac6372ac56682b5e77bf8577abe0eea78","name":"Plutope","homepage":"https://www.plutope.io/","image_id":"77aab1ef-28e8-4473-b91a-a566fd910900","order":3720,"mobile_link":"plutope://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/plutope-crypto-wallet/id6466782831","play_store":"https://play.google.com/store/apps/details?id=com.app.plutope&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Plutope is multi wallet crypto application. Users can manage tokens and their transactions. ","badge_type":"none"},{"id":"84ec277981a993e80d4c02960e3ba8e89027b6848ec304dc7de48651e4bd353a","name":"Reunit","homepage":"https://everywhere.finance","image_id":"98ed357f-1e2d-4679-0e78-1100f7594000","order":3730,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/reunit/nlcccgcedoleehdicpnlnjeccnlfkemh","injected":[{"namespace":"eip155","injected_id":"reunitWallet"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Reunit is the first omnichain wallet built on top of LayerZero","badge_type":"none"},{"id":"297bf3864322ce81262df9a40b9a0fdcb504e737ad900bfe8ef47710729456ce","name":"ECOIN Wallet","homepage":"https://ecoinwallet.org","image_id":"9639c263-d590-4862-ba9f-d5c7c1878d00","order":3740,"mobile_link":"ecoinwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=org.ecoinwallet&referrer=utm_source%3Dwalletconnect%26utm_medium%3Dreown%26utm_content%3Dlink","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:56","eip155:7001","eip155:80001","eip155:8453","eip155:84531","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"User-friendly crypto wallet for Android with One UI 6, supporting Bitcoin, Ethereum, Solana, BNB Chain, Polygon, ZetaChain, Base and more.","badge_type":"none"},{"id":"badac6b72f6a4599d4f6c06af60f99884c71be6bed90f5ddb24f339bc799fb4b","name":"poolswallet","homepage":"https://wallet.poolsmobility.com/","image_id":"1bd15c9e-cd7c-48e2-af7d-47fda2236600","order":3750,"mobile_link":"poolswallet://deeplink.poolsmobility.com","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/pools-wallet/id6446882533","play_store":"https://play.google.com/store/apps/details?id=com.wallet.pools&hl=en_US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:3","eip155:4","eip155:5","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Poolswallet","badge_type":"none"},{"id":"9051a97842275b8157ed5df27b77096def499f002a2f227ef6df0c6c6a0e69fb","name":"Roam","homepage":"https://roam.xyz","image_id":"a4500b0c-47e3-4c4a-207e-d72a57f1ca00","order":3760,"mobile_link":"roam://","desktop_link":"roam://","link_mode":null,"webapp_link":null,"app_store":"https://testflight.apple.com/join/hM8Ba1Qd","play_store":"https://google.com","rdns":"xyz.roam.wallet","chrome_store":"Roam.xyz","injected":[{"namespace":"eip155","injected_id":"isRoam"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:7777777","eip155:8453"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Browser & Wallet","badge_type":"none"},{"id":"984e44f2d80a93c0febf58d9ca396b5817151fc075f09333a3d387c981f75f2c","name":"DexTrade","homepage":"https://dextrade.com","image_id":"d33237c0-a4e1-4339-9db8-a1087311c400","order":3770,"mobile_link":"https://pwa.dextrade.com","desktop_link":null,"link_mode":null,"webapp_link":"https://pwa.dextrade.com","app_store":null,"play_store":null,"rdns":"com.dextrade","chrome_store":"https://chromewebstore.google.com/detail/dextrade/nmladckinifchdidkoaagbcpnieocoah?hl=en","injected":null,"chains":["eip155:1","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"DexTrade is a non-custodial, multi-currency crypto wallet with decentralized P2P exchange, personal exchange creation and a rating system.","badge_type":"none"},{"id":"b1998499e7502d1d10eddb209edc25b1a7aa7977d6ce6664b066474d66f43bdf","name":"Gamic","homepage":"https://gamic.app","image_id":"cf404c15-391c-4144-1ec0-17f1b119ed00","order":3780,"mobile_link":"gamic://","desktop_link":"gamic://","link_mode":null,"webapp_link":"https://gamic.app/","app_store":"https://apps.apple.com/us/app/gamic-spaces-chat-connect/id1673683070","play_store":"https://play.google.com/store/apps/details?id=app.gamic.guild.gamic_guild_mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1101","eip155:11155111","eip155:137","eip155:324","eip155:42161","eip155:43114","eip155:534352","eip155:56","eip155:59144","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Best Community messaging app for Web3 with a native wallet","badge_type":"none"},{"id":"105bc5cd0cf9126c1050e6f88fbdcc3e6b47bbfe4ff08b79ed189198374008c9","name":"Fncy Mobile Wallet","homepage":"https://fncy.world","image_id":"c1c8d374-dff3-419c-96af-3515d0192100","order":3790,"mobile_link":"metaCubeWallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/fncy-blockchain-platform/id1613707166","play_store":"https://play.google.com/store/apps/details?id=com.metaverse.world.cube&hl=en_US&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Fncy Mobile Wallet","badge_type":"none"},{"id":"f71e9b2c658264f7c6dfe938bbf9d2a025acc7ba4245eea2356e2995b1fd24d3","name":"M1NTY","homepage":"https://m1nty.app","image_id":"6ccb7754-acd8-4de2-797e-a587a53d3900","order":3800,"mobile_link":"m1nty://","desktop_link":null,"link_mode":null,"webapp_link":"https://m1nty.app","app_store":"https://apps.apple.com/app/m1nty/id1643737318","play_store":"https://play.google.com/store/apps/details?id=app.m1nty.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:137"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Collect and trade NFTs from your favourite brands and events.","badge_type":"none"},{"id":"6d1d5b892e02d4c992ae67f18f522398481360c64269f5cdf5e4b80435b20e3d","name":"3S Wallet","homepage":"https://3swallet.com/","image_id":"f3b6a89d-ec8f-49dc-e07f-6bf723e1e500","order":3810,"mobile_link":"bhcwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://3swallet.com/","app_store":"https://apps.apple.com/us/app/3s-wallet-crypto-wallet/id1622316272","play_store":"https://play.google.com/store/apps/details?id=network.bho.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:25","eip155:250","eip155:42161","eip155:43114","eip155:56","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Mobile crypto wallet","badge_type":"none"},{"id":"0e9aa50bb3211c93ab48626d53dd631518e33b1eb6cf88638a83e2a0a377e3d0","name":"Catecoin Wallet","homepage":"https://catecoin.app","image_id":"d017bc54-db4d-4f07-2de2-69790ce92400","order":3820,"mobile_link":"catecoin://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.catecoin.club/","app_store":"https://apps.apple.com/app/id1637850589?platform=iphone","play_store":"https://play.google.com/store/apps/details?id=com.crypto.wallet.catecoin","rdns":null,"chrome_store":null,"injected":null,"chains":["cip-34:1-764824073","eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A secure crypto wallet to grow your investments","badge_type":"none"},{"id":"d6fbaf5c2026e050920ed6e6ffbf96c8a6145b93a8b79d102def9653bedc9821","name":"Payperless","homepage":"https://payperless.com","image_id":"4a867e30-44c9-4627-6281-33457b8e2100","order":3830,"mobile_link":" payperless.com://","desktop_link":null,"link_mode":null,"webapp_link":"https://payperless.com","app_store":"https://apps.apple.com/us/app/payperless-wallet/id1552741313","play_store":"https://play.google.com/store/apps/details?id=com.payperless.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56","eip155:61"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"We believe everyone should have access to the benefits of Bitcoin and other crypto currencies, so we make it easy and safe. ","badge_type":"none"},{"id":"682095eadf8c068064ffc2777e7e9d936469debda32c997b301b79f9cd87cd54","name":"Youba","homepage":"https://youba.io","image_id":"f8f6dd04-65eb-4063-3166-3cf4020f7800","order":3840,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/de/app/youba/id6449247166","play_store":"https://play.google.com/store/apps/details?id=io.yooba.main","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:80001"],"categories":["9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"With our wallet you can deliver with one simple tap, any blockchain asset to your customers securely and conveniently.","badge_type":"none"},{"id":"36d8d9c0c7fe2957149ce8e878f3a01a8611521983362d9b651fb6e508325583","name":"CoinCircle","homepage":"https://coincircle.com","image_id":"eae63a23-c7ba-4f7e-24b3-e6fc69215d00","order":3850,"mobile_link":"https://coincircle.com/app/walletconnect","desktop_link":null,"link_mode":null,"webapp_link":"https://coincircle.com","app_store":"https://coincircle.com/app","play_store":"https://coincircle.com/app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Earn, Pay, Buy, Borrow Crypto","badge_type":"none"},{"id":"48e53d96460308a1734614b5d4fdf7ea169e6f998e01eb7b4e18014f57904d67","name":"helix id","homepage":"https://helixid.io/","image_id":"4083ef71-8389-4682-ded6-0099236d2e00","order":3860,"mobile_link":"helix-id://helix-id.com","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/de/app/helix-id/id1469238013?l=en","play_store":"https://play.google.com/store/apps/details?id=com.io.helix.id&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:4","eip155:80001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Digital Identity Service Provider","badge_type":"none"},{"id":"65fb5ef9b1fd74d001027a10ede38de96a1704a0ec82994bb47f995d10d6df85","name":"UPBOND Wallet","homepage":"https://www.upbond.io/","image_id":"698e08f3-b452-4c91-9f65-299939396a00","order":3870,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.upbond.io/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:420","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910"],"description":"Keep track, manage, and transfer your unique assets including Tokens and NFT on UPBOND Wallet, utilizing Social Login","badge_type":"none"},{"id":"0769b03b40fa93ff2cca28cf68582b3554cf10e3f4608e6c81b3089b2a3fcf01","name":"PassPay Wallet","homepage":"https://www.passpay.io/","image_id":"a1c337f5-c156-4ce8-763b-b4cc65f1c200","order":3880,"mobile_link":"com.wallet.passpay://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/US/app/passpay-wallet-nft-%E4%BB%AE%E6%83%B3%E9%80%9A%E8%B2%A8-%E3%82%A6%E3%82%A9%E3%83%AC%E3%83%83%E3%83%88/id1645009398","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:25","eip155:250","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"PassPay allows users to manage, send, and receive crypto assets, and is used in a variety of situations in a service called web3.","badge_type":"none"},{"id":"56bec983b47c8b6eb774890c1c8ae9d95334e10bdb126ab6c11dfaf56fb2b31c","name":"Kresus SuperApp","homepage":"https://www.kresus.com/","image_id":"ee242aea-3ffd-4ad8-db88-e29a1ccd2000","order":3890,"mobile_link":"com.kresus.superapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/kresus-crypto-nft-superapp/id6444355152?referrer=singular_click_id%3Da713aaae-ea8e-4919-882d-a053ad9a8278","play_store":"https://play.google.com/store/apps/details?id=com.kresus.superapp&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Kresus is a consumer-friendly, mobile, high security, non-custodial digital wallet app for crypto and NFTs.","badge_type":"none"},{"id":"dccbd717df77b395445cc6080e01fffada9d8b92dacfda312a26c70c2e9af673","name":"Nufinetes","homepage":"https://www.nufinetes.com","image_id":"4bb6c1ca-4196-4ba3-ece2-c3d335e1f800","order":3900,"mobile_link":"vimwallet://","desktop_link":"vimwallet://","link_mode":null,"webapp_link":"https://www.nufinetes.com","app_store":"https://apps.apple.com/us/app/nufinetes/id1609562349","play_store":"https://play.google.com/store/apps/details?id=com.vimworld.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Nufinetes - Multi-Chain Crypto Wallet","badge_type":"none"},{"id":"6148e2d844e21c546354d04255e9c2bb7f87aaccf3113709f09212c5f3277a9b","name":"Qoin Wallet","homepage":"https://qoin.world","image_id":"0490da30-b59c-4365-fef8-33a3e0aa4700","order":3910,"mobile_link":"wcqoin://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/au/app/qoin-wallet/id1483718254","play_store":"https://play.google.com/store/apps/details?id=com.qoin.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:333888","eip155:420","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Discover the future of buying and saving with Qoin Wallet. Download the app, join our community, and enjoy seamless, free transactions.","badge_type":"none"},{"id":"07f99a5d9849bb049d74830012b286f8b238e72b0337933ef22b84947409db80","name":"Copiosa","homepage":"https://copiosa.io","image_id":"cae1be94-9f53-4eba-b915-f6e381d5a500","order":3920,"mobile_link":"copiosa://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/gb/app/copiosa-crypto-wallet/id6443951470","play_store":"https://play.google.com/store/apps/details?id=io.copiosa.exchange","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Copiosa Wallet is more than just a digital wallet, it's an innovative tool that makes managing cryptocurrencies easy and secure","badge_type":"none"},{"id":"7de190d03faf1f15027a834801f045bc66640045b0d5a0daa4686d7fa89fab74","name":"Gems Pocket","homepage":"https://gemspocket.com/","image_id":"085ac257-f026-469d-4f6b-e947b6aa4a00","order":3930,"mobile_link":"ancrypto://app","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/ancrypto/id1660898349","play_store":"https://play.google.com/store/apps/details?id=com.ancryptoWallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your gateway to web3","badge_type":"none"},{"id":"c3309233b29cc49323e2622383539b85dc62db2785874010e13d945d66eab880","name":"Keeper","homepage":"https://keeper-wallet.app","image_id":"41f6ac85-8f4e-4d9f-b37b-92b43fa7f400","order":3940,"mobile_link":"https://link.keeper-wallet.app","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/keeper-wallet/lpilbniiabackdjcionkobglmddfbcjo","app_store":"https://apps.apple.com/us/app/keeper-wallet/id6444443920","play_store":"https://play.google.com/store/apps/details?id=app.keeper.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["waves:083","waves:084","waves:087"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your entry point to the Waves blockchain and Waves-powered dApps","badge_type":"none"},{"id":"4eca426b5c9debee28d1954b646c1a2bc79582c3c2b7e6da79ebc4ad460d8b75","name":"BharatBox App","homepage":"https://bharatbox.io/","image_id":"8bef836e-9d6a-4318-ebda-930c39246300","order":3950,"mobile_link":"bharatbox://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/bharatbox/id6472478382","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"BharatBox App: Play games, earn rewards, and manage assets in one platform.","badge_type":"none"},{"id":"56919a2ce95dfb8db63744da593c3bd70ffe14d2ec901d7a7ab58f2a319f157b","name":"Orion","homepage":"https://orion.xyz","image_id":"85007828-9522-4517-6a55-6f376de8a500","order":3960,"mobile_link":"orion://wc?","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/app/id1659758160","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:204","eip155:42161","eip155:5","eip155:56","eip155:59144","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Dive into a seamless Web3 experience with Orion, your ultimate wallet for managing and swapping a wide range of crypto effortlessly.","badge_type":"none"},{"id":"bae2ab14ef450f307f24a395a3c2766a2ef8a9c0e61856985d23f6445e8db03f","name":"Cryptnox Wallet","homepage":"https://cryptnox.com","image_id":"2947b7c8-8966-4485-a98d-25fe43c16700","order":3970,"mobile_link":"cryptnox://","desktop_link":null,"link_mode":null,"webapp_link":"https://cryptnox.com","app_store":"https://apps.apple.com/app/id1583011693","play_store":"https://play.google.com/store/apps/details?id=com.cryptnox.cryptnoxwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1101","eip155:137","eip155:250","eip155:42161","eip155:43114"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"IOS app to use our smartcards as hardware wallet via NFC","badge_type":"none"},{"id":"e6db14424618cf309697eb50dc330ec18b0ad63395f5ac4669233716df5c18be","name":"Bitverse","homepage":"https://www.bitverse.zone","image_id":"5851c585-0f2b-41a1-a36a-221a18af5200","order":3980,"mobile_link":"bitverseapp://open/wallet","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/1645515614","play_store":"https://play.google.com/store/apps/details?id=com.bitverse.app&pli=1","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/bitverse-wallet/gkeelndblnomfmjnophbhfhcjbcnemka","injected":null,"chains":["eip155:1","eip155:137","eip155:25","eip155:250","eip155:288","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:66"],"categories":["42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Credit Wallet Creates Wealth Web3 Space","badge_type":"none"},{"id":"303766b6cc6768b384c84d63a02c5f302e1faa1c8d26a624623060316fc1f68c","name":"Dropp","homepage":"https://dropp.cc/","image_id":"526fb7ea-d0da-482a-ac84-7e38afea1700","order":3990,"mobile_link":"dropp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/dropp-cc/id1544894404","play_store":"https://play.google.com/store/apps/details?id=cc.dropp.wallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/dropp-extension/hgfpnmhnmmneldokmpncjmeijkapgbbf?hl=en-US","injected":null,"chains":["hedera:mainnet","hedera:testnet"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Dropp wallet enables making quick, convenient and cost-effective small value payments in FIAT and digital currencies such as HBAR, USDC.","badge_type":"none"},{"id":"cb9d66ecab6a3a98bff2de2653e4e1ce44e84130a7ab323a2892a5c456956ffe","name":"Sinohope","homepage":"https://www.sinohope.com/","image_id":"06d056b9-aba7-453c-ddaf-a077a448ea00","order":4000,"mobile_link":"sinohopeapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/sinohope-hotgroup-wallet/id1672956199","play_store":"https://play.google.com/store/apps/details?id=com.sinohope.mpcwallet.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:42170","eip155:43114","eip155:5","eip155:56","near:mainnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Sinohope 采用 MPC-CMP 共管私鑰分片與協同簽名,實現安全自託管。支持多層級協同管理、規則引擎和審批流,引入頂級AML/KYT 系統,自動識別高風險轉賬,擁有多重安全保障","badge_type":"none"},{"id":"058e750fda11f3a5a46b3ae90cd413fc2a4e5b8679a3c01e9a640fcc756a0167","name":"Cypherock cySync","homepage":"https://www.cypherock.com/","image_id":"7fd5a23a-3a01-4cfb-3c8b-9f43ae414400","order":4010,"mobile_link":null,"desktop_link":"cypherock://","link_mode":null,"webapp_link":"https://www.cypherock.com/get-started","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:1666600000","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:61"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6"],"description":"Desktop companion application for Cypherock X1","badge_type":"none"},{"id":"95b58bd89109b2bd9989c9956a8e3f5822003126bae800d9f77455c4009db5ba","name":"hAI by Hacken","homepage":"https://hacken.ai","image_id":"d2ff6baf-5051-4bf2-edec-32450b451000","order":4020,"mobile_link":"hai://","desktop_link":null,"link_mode":null,"webapp_link":"https://hacken.ai","app_store":"https://apps.apple.com/us/app/hai-by-hacken/id1501384789","play_store":"https://play.google.com/store/apps/details?id=com.hackenai.hackenaiapp&hl=en_US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:11155111","eip155:8453","eip155:97","vechain:b1ac3413d346d43539627e6be7ec1b4a"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"hAI is the updated gateway to the Hacken ecosystem and a wallet platform for your digital assets.","badge_type":"none"},{"id":"bd0a2043ad2de4b70567d990d76c4bff7e483f6cda88814ee502b4ff25471293","name":"Spatium","homepage":"https://spatium.net","image_id":"51867bee-2963-4071-d67a-1fdcaa451f00","order":4030,"mobile_link":"spatium://","desktop_link":null,"link_mode":null,"webapp_link":"https://spatium.net","app_store":"https://apps.apple.com/ru/app/spatium/id1404844195","play_store":"https://play.google.com/store/apps/details?id=capital.spatium.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your Crypto Wallet Solution For Business and Financial Services ","badge_type":"none"},{"id":"ee789e749e9af71b1a57a78d9066085d1da1eedbcfd221100963f10cc8452cd6","name":"Bitnovo Wallet","homepage":"https://bitnovo.com","image_id":"c22b2af0-15a0-4e35-3417-1378b8239100","order":4040,"mobile_link":"bitnovowallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/es/app/bitnovo-compra-bitcoin/id1553430666","play_store":"https://play.google.com/store/apps/details?id=com.bitnovo.Wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Dive into the world of Web3 with Bitnovo Wallet. Buy, sell, and store your crypto securely. Join the revolution! ","badge_type":"none"},{"id":"8d14be896cc1660c604525abaa9911630da87127cbb70f712432fcf2e056b4d8","name":"SWOP","homepage":"https://swopme.co/","image_id":"6e773b07-efcc-40eb-b3a2-300efc5df800","order":4050,"mobile_link":"swopapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/swop-connecting-the-world/id1593201322","play_store":"https://play.google.com/store/apps/details?id=com.travisheron.swopapp&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Swop is a non-custodial wallet that provides secure and user-friendly support for the Ethereum, Polygon, and Solana networks.","badge_type":"none"},{"id":"a309c4e5e51f106e739b70ca64c9c8a78a59e51a35fb0df3711eeb1a4d642b3a","name":"LikerLand App","homepage":"https://liker.land/getapp","image_id":"501fa316-f0df-4a1b-ead6-5523251b7100","order":4060,"mobile_link":"com.oice://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/liker-land/id1248232355","play_store":"https://play.google.com/store/apps/details?id=com.oice","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:likecoin-mainnet-2"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The most user-friendly LikeCoin wallet for decentralized publishing and Writing NFT.","badge_type":"none"},{"id":"5a2b2db3d2ed90458a41d2a0c5e4bd28ec67b6fa272b0e201cc8508dc3d4be87","name":"OWallet","homepage":"https://owallet.io","image_id":"68489978-9f79-47f4-fd59-86a29df9bf00","order":4070,"mobile_link":"owallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/owallet/id1626035069","play_store":"https://play.google.com/store/apps/details?id=com.io.owallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/owallet/hhejbopdnpbjgomhpmegemnjogflenga","injected":null,"chains":["cosmos:cosmoshub-4"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Universal Wallet for Multichain Web3 Interoperability","badge_type":"none"},{"id":"2a40b26b3a69de566720e8e5134aaa8cf767b14d66fa8e27faca971984a6a545","name":"Dollet","homepage":"https://dolletwallet.com/","image_id":"21679e58-e829-44f6-78d3-6a9d6e9ce900","order":4080,"mobile_link":"dolletwc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/dollet/id6451143361","play_store":"https://play.google.com/store/apps/details?id=com.dolllet.mainnet&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Dollet is a non-custodial mobile crypto wallet","badge_type":"none"},{"id":"f6beeb5941e6853084ca2177339120e1c55a28a19ec4e504553cf402ed65c815","name":"VIVE Wallet","homepage":"https://www.viverse.com/apps/wallet","image_id":"5ef7e40e-1f02-4da2-54bf-992e3e83e100","order":4090,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/vive-wallet/id6444718696","play_store":"https://play.google.com/store/apps/details?id=com.htc.vivewallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your seamless gateway to the Web3 world. Manage your crypto assets and claim your identity in VIVERSE.","badge_type":"none"},{"id":"51d2c02e306827d2d0f0dadaa00f22575c623aa19c403f09f4b9c42c67098bb1","name":"Shinobi-Wallet","homepage":"https://shinobi-wallet.net/","image_id":"685c986c-3e80-4701-cec6-cd247ba1a700","order":4100,"mobile_link":"shinobi-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/fgraph/id1572609905","play_store":"https://play.google.com/store/apps/details?id=io.fgraph.shinobiwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:3","eip155:4","eip155:420","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Secure multi-chain crypto wallet and DeFi aggregator","badge_type":"none"},{"id":"60ce5c2246a0808b32dd4eab598435e1c5bd122cc3e9fab7b0542871ac2a35c7","name":"AZCoiner","homepage":"https://azcoiner.com/","image_id":"c6601184-7eb7-46c9-f6ad-0808cfd16100","order":4110,"mobile_link":"azcoiner://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/azcoiner/id6467728839?l=vi","play_store":"https://play.google.com/store/apps/details?id=com.azc.azcoiner&hl=vi-VN","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:200","eip155:250","eip155:42161","eip155:56","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"AZCoiner is proud to be the Super App - An All-in-One Platform in the blockchain and crypto sector","badge_type":"none"},{"id":"4c70c9bd85cc4707811ec0912d692855370d465d46188be42530eaeb4a4f3cae","name":"meta-WONDER-verse","homepage":"https://metawonderverse.custonomy.io/","image_id":"5cc6d96d-178d-42a6-cba1-ebd9d9415700","order":4120,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://metawonderverse.custonomy.io/","app_store":"https://metawonderverse.custonomy.io/","play_store":null,"rdns":null,"chrome_store":"https://metawonderverse.custonomy.io/","injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A Web3 project showcases Custonomy's Web3asy, a non-custodial MPC wallet with simple login, without seedphases.","badge_type":"none"},{"id":"fa82693d6253e73be14a572f4d0d66bee9e9d3f6bceaa49104987b4ba66ee398","name":"pier","homepage":"https://www.pierwallet.com","image_id":"cf3f0da1-40ec-4940-aebe-df075513d100","order":4130,"mobile_link":"https://pierwallet.xyz/wc","desktop_link":null,"link_mode":null,"webapp_link":"https://www.pierwallet.com","app_store":"https://apps.apple.com/lb/app/id1613187762","play_store":"https://play.google.com/store/apps/details?id=one.nobank.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:137","eip155:1666600000","eip155:280","eip155:324","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Come to the pier and discover Web3: a place to explore, transact and interact directly with others.","badge_type":"none"},{"id":"ede21300a22965815031c9bf07d72f05f3d4bf26ad00e5fc4f348a1ee4c838b8","name":"Talken Wallet","homepage":"https://talken.io/","image_id":"3c49e8e7-a4d8-4810-23ef-0a0102cce100","order":4140,"mobile_link":"talken-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/talken-web3-wallet-nft-suite/id1459475831","play_store":"https://play.google.com/store/search?q=talken&c=apps&hl=en-KR","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:128","eip155:137","eip155:25","eip155:42161","eip155:43114","eip155:56","eip155:8217"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Talken Web3 Wallet & NFT Suite","badge_type":"none"},{"id":"a562f133f272c97dd0eb1cbe4629a2ded5fd6e4854a2a3acd44ddb61907ca781","name":"Pass App: Web3 Smart Wallet","homepage":"https://pass.app/","image_id":"fbca9015-a370-4961-d25f-130e302d9600","order":4150,"mobile_link":"passwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/il/app/pass-app-web3-smart-wallet/id6670792141","play_store":"https://play.google.com/store/apps/details?id=com.passwallet.app&hl=en","rdns":"com.passwallet.app","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Discover, buy and trade crypto","badge_type":"none"},{"id":"4a4d5b02a47ef7f7162da22983431ee1cf8392a8d4929ed8c69d2759b24e17f0","name":"CoinEx Wallet","homepage":"https://wallet.coinex.com/en/","image_id":"67650667-cc52-4e7f-2d4b-26fcdb160100","order":4160,"mobile_link":"myApp://https://wallet.coinex.com","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/coinex-wallet-crypto-defi/id1462031389","play_store":"https://play.google.com/store/apps/details?id=com.viabtc.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:kava-4","eip155:1","eip155:1329","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Secure & Powerful Web3 Wallet","badge_type":"none"},{"id":"519cf00a0517cc299a898d38f440197d171f6b438aa8e6d59fa73696dbe7817d","name":"N3MUS","homepage":"https://n3mus.com","image_id":"e0195490-4997-497a-8a97-751dd4e8a400","order":4170,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://n3mus.ecosystem.thirdweb.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1284"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"N3MUS ID: A Web3 wallet that lets gamers seamlessly onboard, own, and use in-game assets across platforms with ease.","badge_type":"none"},{"id":"e999c2718f3e000c8a2669d0358ae4be974bc45bbabec528ec076742306cb31b","name":"DGPub App","homepage":"https://dg.pub","image_id":"9d9a2700-4ab0-4c1c-4acf-8ed0037cc500","order":4180,"mobile_link":"dgpub://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/jo/app/dg-pub-a-gateway-to-web3/id6478573535","play_store":"https://play.google.com/store/apps/details?id=pub.dg.wallet&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:324","eip155:42161","eip155:421613","eip155:56","eip155:61","eip155:80001","eip155:97"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"DG.PUB is the Decentralized Gateway through which users can easily access and explore the world of Web3","badge_type":"none"},{"id":"483afe1df1df63daf313109971ff3ef8356ddf1cc4e45877d205eee0b7893a13","name":"Leather","homepage":"https://leather.io/","image_id":"0153454e-9313-4441-b6cf-838e3d023000","order":4190,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"com.wallet.reown","chrome_store":"https://chromewebstore.google.com/detail/leather/ldinpeekobnhjjdofggfgjlcehhmanlj","injected":[{"namespace":"bip122","injected_id":"window.LeatherProvider"}],"chains":["bip122:000000000019d6689c085ae165831e93"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Leather is a Bitcoin wallet that enables users to put their Bitcoin-secured assets to work in a seamless, easy and accessible way.","badge_type":"none"},{"id":"2a87d74ae02e10bdd1f51f7ce6c4e1cc53cd5f2c0b6b5ad0d7b3007d2b13de7b","name":"Xverse","homepage":"https://www.xverse.app/","image_id":"785e20ef-c68c-4a85-6cb9-053443871e00","order":4200,"mobile_link":"xverse://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/xverse-wallet-buy-bitcoin/id1552272513","play_store":"https://play.google.com/store/apps/details?id=com.secretkeylabs.xverse","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/xverse-wallet-buy-bitcoin/idnnbdplmphpflfnlkomgpfbpcgelopg","injected":[{"namespace":"bip122","injected_id":"window.XverseProviders"}],"chains":["bip122:000000000019d6689c085ae165831e93"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Xverse is a non-custodial wallet designed to prioritize your privacy and give you full control over your digital funds.","badge_type":"none"},{"id":"3e86467846ea19970efad254ab3fc3cb8fd57e1f38759ed736f1cbea9314a878","name":"Greenhood","homepage":"https://www.greenhood.nl","image_id":"7b6aaa4d-fa17-4cc6-71e1-79f2e68c0900","order":4210,"mobile_link":"greenhood://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/greenhood-wallet/id1661248135","play_store":"https://play.google.com/store/apps/details?id=com.greehood.wallet","rdns":"nl.greenhood.wallet","chrome_store":null,"injected":null,"chains":["eip155:100"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Greenhood Wallet is a secure Ethereum wallet for managing Ether, supporting local renewable projects and customizable user interface.","badge_type":"none"},{"id":"c18e114130f221c8960e75bfa4b86478e70e27465e2d6b22ac8945c08a031a7e","name":"Flash Wallet","homepage":"https://flash-wallet.com/","image_id":"ded6d2d1-85b0-4eac-5582-3aaeefa8ba00","order":4220,"mobile_link":"flashwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/pk/app/flash-wallet/id6461013442","play_store":"https://play.google.com/store/apps/details?id=com.flashwallet.production","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Flash Wallet is a fast, secure wallet for managing crypto assets, supporting token transactions, real-time tracking, and NFT integration.","badge_type":"none"},{"id":"b563f5fb9214c9bf33baef0e14e4bf5a479905182e46782023b1ea827f263a60","name":"Suku Wallet","homepage":"https://wallet.suku.world","image_id":"69752840-a3a9-47b5-0efc-ce33d2d7c100","order":4230,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"http://extension.suku.world","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/suku-wallet/fopmedgnkfpebgllppeddmmochcookhc","injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Say hello to Suku Wallet, the social media wallet and easiest way to dive into the crypto universe.","badge_type":"none"},{"id":"c5e9f8fa3db105e4cdf47523e01651c3ec4355efe800579e2457c595b86ec179","name":"VGX Wallet","homepage":"https://vgxfoundation.com/","image_id":"91035734-c365-4341-6835-c056a22cc200","order":4240,"mobile_link":"safemoon://","desktop_link":"safemoon://","link_mode":null,"webapp_link":"https://safemoon.com/wc/wc","app_store":"https://apps.apple.com/us/app/safemoon/id1579735495","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:25","eip155:250","eip155:42161","eip155:421614","eip155:43113","eip155:43114","eip155:56","eip155:8453","eip155:84532","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A human-focused technology and innovation business expanding blockchain technologies for a brighter tomorrow.","badge_type":"none"},{"id":"dbb64ad8f55b4ed333d909a6d53670cf97d136c22eb1dca800c539ecea165a53","name":"Arianee Wallet","homepage":"https://arianee.org","image_id":"13b7fe36-909a-4c83-4f06-5740829a3900","order":4250,"mobile_link":"com.arianee.wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/fr/app/arianee-wallet/id1435782507","play_store":"https://play.google.com/store/apps/details?id=com.arianee.wallet&hl=ln&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:77","eip155:80001","eip155:99"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Welcome to the future of ownership !","badge_type":"none"},{"id":"1897fdb811ff53a69f9217a98696798b0227c7d77fddf103e8295be551a1e3b6","name":"Spot On Chain App","homepage":"https://platform.spotonchain.ai","image_id":"1bcb5ed6-f6c9-4b0d-f891-b70c48b93d00","order":4260,"mobile_link":"spotonchain://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/spot-on-chain/id6449733489","play_store":"https://play.google.com/store/apps/details?id=network.spotonchain","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1284","eip155:137","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Our platform provides accurate and reliable on-chain data analysis to help you spot opportunities in the crypto market.","badge_type":"none"},{"id":"ca331388cfe708d3c0fb094f4b08fb3c7ebd7778d3dfdcecb728990e178a3d81","name":"Tidus Wallet ","homepage":"https://tiduswallet.com/","image_id":"797bd108-d862-4d1b-d339-883de9a75000","order":4270,"mobile_link":"tiduswallet://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=co.nycrypto.tiduswallet&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Tidus Wallet is your fully decentralized gateway to DeFi and The Metaverse. ","badge_type":"none"},{"id":"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa","name":"Obvious","homepage":"https://obvious.technology","image_id":"fe1b9394-55af-4828-a70d-5c5b7de6b200","order":4280,"mobile_link":"obvious://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/obvious-crypto-wallet/id1643088398","play_store":"https://play.google.com/store/apps/details?id=com.hashhalli.obvious","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:106","eip155:1101","eip155:122","eip155:1284","eip155:1285","eip155:1313161554","eip155:137","eip155:25","eip155:250","eip155:42161","eip155:421613","eip155:42220","eip155:43114","eip155:5","eip155:56","eip155:80001","eip155:8453","eip155:9000","eip155:9001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Obvious is a self-custody wallet that brings together assets across EVM chains","badge_type":"none"},{"id":"078d94b4c8706e12fe379e85242ce963380acfd678518e2d8ea73ee532d9bacc","name":"DaffiOne","homepage":"https://www.daffione.com/","image_id":"1e87bcb9-452c-4ad7-471c-130ae0115000","order":4290,"mobile_link":"DaffiOne:// wc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.me.daffione","rdns":null,"chrome_store":null,"injected":null,"chains":["algorand:mFgazF-2uRS1tMiL9dsj01hJGySEmPN2","algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k","eip155:1","eip155:10","eip155:137","eip155:25","eip155:250","eip155:3","eip155:338","eip155:42161","eip155:56","eip155:97","polkadot:2ace05e703aa50b48c0ccccfc8b424f7","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Self-custody wallet, with support for various chains","badge_type":"none"},{"id":"c34de246586459b8a33e82efe825fec5f75ac6cee50098e76abfd8161de827f2","name":"WebAuth","homepage":"https://webauth.com","image_id":"93fcd24e-431d-421f-32c2-9563d725c800","order":4300,"mobile_link":"proton://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/webauth/id1594500069","play_store":"https://play.google.com/store/apps/details?id=com.metallicus.webauth&hl=en_US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your access to DeFi","badge_type":"none"},{"id":"82061ee410cab0e705cf38830db84ba965effc51a1e1bf43da6d39ff70ae94fb","name":"Para","homepage":"https://getpara.com","image_id":"9cbb5cba-cc30-4be6-33a2-9d77fca05100","order":4310,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://connect.getpara.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:10000","eip155:100000","eip155:100001","eip155:100002","eip155:100003","eip155:100004","eip155:100005","eip155:100006","eip155:100007","eip155:100008","eip155:10001","eip155:10003","eip155:1001","eip155:1007","eip155:101","eip155:1010","eip155:10101","eip155:1012","eip155:102","eip155:1022","eip155:1023","eip155:1024","eip155:10243","eip155:1026062157","eip155:1028","eip155:106","eip155:1073","eip155:108","eip155:11","eip155:110","eip155:110000","eip155:110001","eip155:110002","eip155:110003","eip155:110004","eip155:110005","eip155:110006","eip155:110007","eip155:110008","eip155:1101","eip155:111","eip155:1111","eip155:11155111","eip155:1122334455","eip155:11235","eip155:11297108099","eip155:11297108109","eip155:1139","eip155:114","eip155:1140","eip155:11888","eip155:12","eip155:12051","eip155:1213","eip155:122","eip155:123456","eip155:124","eip155:127","eip155:1273227453","eip155:128","eip155:1280","eip155:1284","eip155:1285","eip155:1286","eip155:1287","eip155:1288","eip155:13","eip155:1313114","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:1313500","eip155:13371337","eip155:1350216234","eip155:1351057110","eip155:137","eip155:14","eip155:142","eip155:1442","eip155:148","eip155:1482601649","eip155:15","eip155:1517929550","eip155:15557","eip155:1564830818","eip155:16","eip155:16000","eip155:16001","eip155:1618","eip155:162","eip155:1620","eip155:163","eip155:1657","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:1666700000","eip155:1666700001","eip155:1666700002","eip155:1666700003","eip155:17","eip155:170","eip155:172","eip155:17777","eip155:18","eip155:18289463","eip155:1856","eip155:186","eip155:19","eip155:19011","eip155:1907","eip155:1908","eip155:1987","eip155:199","eip155:1995","eip155:2","eip155:20","eip155:200","eip155:20001","eip155:200625","eip155:201030","eip155:20181205","eip155:2020","eip155:2021","eip155:2022","eip155:20231","eip155:2024","eip155:204","eip155:2046399126","eip155:21","eip155:2100","eip155:2101","eip155:210309","eip155:211","eip155:2195","eip155:22","eip155:222","eip155:23","eip155:24484","eip155:245022926","eip155:245022934","eip155:245022940","eip155:246","eip155:246529","eip155:246785","eip155:24734","eip155:248","eip155:25","eip155:250","eip155:2559","eip155:256","eip155:262","eip155:269","eip155:27","eip155:274","eip155:28","eip155:280","eip155:288","eip155:2888","eip155:28945486","eip155:295","eip155:296","eip155:3","eip155:30","eip155:31","eip155:31102","eip155:311752642","eip155:3125659152","eip155:31337","eip155:32","eip155:321","eip155:322","eip155:324","eip155:32659","eip155:3269","eip155:3270","eip155:33","eip155:333888","eip155:333999","eip155:336","eip155:338","eip155:344106930","eip155:35","eip155:35855456","eip155:36","eip155:361","eip155:363","eip155:364","eip155:365","eip155:369","eip155:38","eip155:385","eip155:39797","eip155:4","eip155:40","eip155:4002","eip155:40875","eip155:41","eip155:418","eip155:42","eip155:420","eip155:42069","eip155:42161","eip155:421611","eip155:421613","eip155:4216137055","eip155:421614","eip155:42170","eip155:42220","eip155:43","eip155:43110","eip155:43113","eip155:43114","eip155:432201","eip155:432204","eip155:44","eip155:44787","eip155:462","eip155:4689","eip155:4690","eip155:47279324479","eip155:4759","eip155:476158412","eip155:4777","eip155:48991","eip155:49797","eip155:499","eip155:4999","eip155:5","eip155:50","eip155:5000","eip155:5001","eip155:503129905","eip155:51","eip155:5197","eip155:52","eip155:53","eip155:534351","eip155:534352","eip155:534353","eip155:54211","eip155:55","eip155:5522","eip155:558","eip155:56","eip155:5611","eip155:56288","eip155:56789","eip155:57","eip155:570","eip155:5700","eip155:57000","eip155:58","eip155:5851","eip155:5869","eip155:59","eip155:59140","eip155:59144","eip155:595","eip155:6","eip155:60","eip155:60000","eip155:60001","eip155:60002","eip155:60103","eip155:61","eip155:61717561","eip155:62","eip155:62320","eip155:63","eip155:64","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:68770","eip155:68775","eip155:69","eip155:7","eip155:70000","eip155:70001","eip155:70002","eip155:7001","eip155:70103","eip155:7027","eip155:71393","eip155:721","eip155:73799","eip155:73927","eip155:7518","eip155:7575","eip155:7576","eip155:76","eip155:77","eip155:7762959","eip155:777","eip155:7777777","eip155:78","eip155:78110","eip155:78281","eip155:787","eip155:8","eip155:80","eip155:80001","eip155:8029","eip155:803","eip155:8080","eip155:8081","eip155:8082","eip155:82","eip155:820","eip155:821","eip155:8217","eip155:8285","eip155:83","eip155:8453","eip155:84531","eip155:85","eip155:86","eip155:8723","eip155:8724","eip155:88","eip155:880","eip155:8866","eip155:888","eip155:8888","eip155:88882","eip155:88888","eip155:8995","eip155:9","eip155:9000","eip155:9001","eip155:919","eip155:9372","eip155:940","eip155:95","eip155:955305","eip155:96970","eip155:97","eip155:9728","eip155:9731","eip155:9732","eip155:977","eip155:99","eip155:99415706","eip155:998","eip155:999"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Para makes it easy to create cross-app, embedded MPC wallets with just an email or social login.","badge_type":"none"},{"id":"a1f3f8956346e2ba29e25bc5252c6dc0b2afa9ee17aa13ecd026abafedaf8696","name":"Hero Wallet","homepage":"https://wallet.hero.io","image_id":"2652d122-1cb1-48f6-fce0-d385e6d48500","order":4320,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.hero.io/signin","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1101","eip155:137","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Hero wallet is a multichain web3 wallet. ","badge_type":"none"},{"id":"07ec86ddaacafca12de3be87d07ffd13c2d67586bdb9aa00911a103306e8cb4d","name":"Tofee Wallet Official","homepage":"https://tofee.app/","image_id":"d4dbb723-b1ec-4cfc-daab-1d559a151f00","order":4330,"mobile_link":"tofee://wallet","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/tofee/id6504269605","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56","eip155:8194"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your Trusted Wallet for the Torus Network","badge_type":"none"},{"id":"a93e0fd6a25178b2fa80eb882150f6b8da53c1e9f3e6d0d92019076671bb07f0","name":"DIDWallet","homepage":"https://www.didwallet.io/","image_id":"bc66fa57-46f4-4e17-6cb7-5f2d9af9c000","order":4340,"mobile_link":"abt://didwallet.io/i","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id1460083542","play_store":"https://play.google.com/store/apps/details?id=com.arcblock.wallet.app.product","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:3","eip155:5","eip155:56","eip155:61","eip155:63","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi Asset,\nMulti Chain,\nDecentralized Identity,\nYour digital assets all in one place, secured.","badge_type":"none"},{"id":"2c5b687e9f6ce2b5d53541ffdf6aa23d7f645c57dc553dbabd465471c1347689","name":"Bonuz Social Smart Wallet","homepage":"https://bonuz.xyz","image_id":"eb376138-c5b9-4d82-c610-c98c9c218a00","order":4350,"mobile_link":"bonuzapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/eg/app/bonuz-social-smart-wallet/id1637687439","play_store":"https://play.google.com/store/apps/details?id=market.bonuz.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1116","eip155:137","eip155:42161","eip155:42170","eip155:56","eip155:8453"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Smart Social Wallet - MPC keyless login - Social ID","badge_type":"none"},{"id":"aad1cc72005d28969c5c5f92d7ed93e43ab02671c601576eebff361b29770278","name":"GM² Social","homepage":"https://gm2.social/","image_id":"f5c2218d-56b4-4fc8-63bf-0ece7276d600","order":4360,"mobile_link":"gm2://home","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/gm-social/id6502584673","play_store":"https://play.google.com/store/apps/details?id=com.gm2.app.prod&hl=en","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Metis native Mobile Wallet & SocialFi super app. Monetize your social presence and experience on blockchain.","badge_type":"none"},{"id":"ce216ac7310971159adda1ac271fc6e6590d2c02da43b894ac11919084196e40","name":"CyberWallet","homepage":"https://wallet.cyber.co","image_id":"24887576-8e74-4518-36b3-3c5e13f11a00","order":4370,"mobile_link":"https://wallet.cyber.co","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.cyber.co","app_store":"https://wallet.cyber.co","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:204","eip155:42161","eip155:534352","eip155:56","eip155:59144","eip155:8453"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"CyberWallet - your ERC-4337-Compatible Web3 Smart Account, built by the CyberConnect team.","badge_type":"none"},{"id":"7e6bb17d0f776c0449f5e79f8df3b34e7be388c9c527befc4ba92ef8cbe55c44","name":"Me Wallet","homepage":"https://astrox.me/","image_id":"e9666b15-4296-4384-3661-7e99a5f2a900","order":4380,"mobile_link":"astrox://me/wcx","desktop_link":null,"link_mode":null,"webapp_link":"https://app.astrox.me/","app_store":"https://apps.apple.com/us/app/astrox-me-wallet/id1634031707","play_store":"https://play.google.com/store/apps/details?id=com.astrox.me","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:420","eip155:42161","eip155:5","eip155:56","eip155:59144","eip155:80001","eip155:8453","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A multi-chain smart contract wallet","badge_type":"none"},{"id":"fabfcc9d5cb07af83eec986be9a4f8dd1345079708d24bd529f4f861feb2de04","name":"Silk","homepage":"https://www.silk.sc/","image_id":"f11f5753-616a-4aa0-2aee-9b75befea700","order":4390,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://silksecure.net","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/silk/kmddjlikefcgkfifejoedpoamplnkifm","injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:11155111","eip155:1313161554","eip155:137","eip155:250","eip155:420","eip155:42161","eip155:43114"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Silk lets you create human keys for web3 wallets that are recoverable with private identity proofs and secured by zero trust protocols.","badge_type":"none"},{"id":"f3379d4ac112b75ce80222d6e0d18f36667c87086fa65b6d10f118815d224940","name":"Pillar","homepage":"https://pillar.fi","image_id":"87737170-f79f-4359-338b-7c30856c9f00","order":4400,"mobile_link":"pillarwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/apple-store/id1346582238?pt=118878535&ct=pillar.fi&mt=8","play_store":"https://play.google.com/store/apps/details?id=com.pillarproject.wallet&referrer=utm_source%3Dpillar.fi%26utm_medium%3Ddownload%26utm_campaign%3Dandroid","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:42161","eip155:56"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The only community-run, multichain & non-custodial DeFi wallet with one address, low-to-no gas fees and cross-chain super powers.","badge_type":"none"},{"id":"e1684aeadc8aed904612091e36a948369b1ba8eddb1b1f0fbbddbe3a72a5b87f","name":"Numo Wallet","homepage":"https://my.r3vl.xyz","image_id":"c1ebcdef-9fba-4bd0-6f6a-e43caefacc00","order":4410,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://vercel.numo.xyz","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:xstaxy-1","eip155:1","eip155:1101","eip155:137","eip155:42161","eip155:5","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Your gateway to new money","badge_type":"none"},{"id":"3b9f67c2c0887f71e4f9ba1bd2bf5b4eb6cda94419abd3f0c5c12931a60928b0","name":"Bitski","homepage":"https://bitski.com","image_id":"94d94cb5-a94f-47cf-70e6-fe8d3f1c3700","order":4420,"mobile_link":"bitski://","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/bitski/feejiigddaafeojfddjjlmfkabimkell","app_store":"https://apps.apple.com/us/app/bitski-wallet/id1587199538","play_store":null,"rdns":"com.brave.wallet","chrome_store":"https://chrome.google.com/webstore/detail/bitski/feejiigddaafeojfddjjlmfkabimkell","injected":[{"namespace":"eip155","injected_id":"isBitski"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:5","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The wallet for everyone - The convenience of a hot wallet; The security of a cold wallet.","badge_type":"none"},{"id":"4972842b1c1a3552831f7c29ec53229d1ce00b4d43988a262c59d26dae0627d7","name":"BUZZUP","homepage":"https://buzz-up.io","image_id":"fb24f0a3-83f5-43e7-2204-25c6348f0000","order":4430,"mobile_link":"buzzup://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/6479512180","play_store":"https://play.google.com/store/apps/details?id=io.chainon.lsyim","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:42161","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"BuzzUp | Step into Decentralized Social 🐝 ","badge_type":"none"},{"id":"f5971a12f71b352c3abb3c9fc29818f1044a87d791ce28db6e5ab1962bfff717","name":"MOONSTAKE","homepage":"https://moonstake.io","image_id":"22374fae-244c-4224-2e3d-c14912f98a00","order":4440,"mobile_link":"moonstake://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/moonstake-wallet/id1502532651","play_store":"https://play.google.com/store/apps/details?id=io.moonstake.wallet&hl=en","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MS is one of the top 8 staking providers in the world.As a decentralized e-wallet,we provide a platform for you to fully control asset.","badge_type":"none"},{"id":"664b505fea4c2117b8a55c054ef209664e0a68ddaafd7534df739f97a293fa1d","name":"Hippo Wallet","homepage":"https://hippowallet.io","image_id":"f9570968-45f7-47c1-3189-98cf60e25c00","order":4450,"mobile_link":"hippowallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ae/app/hippo-wallet/id1613041499","play_store":"https://play.google.com/store/apps/details?id=com.blockchaincommodities.hippo_wallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/hippo-wallet/hddkffjleepiafmkhcneldjipkfkkofk","injected":null,"chains":["eip155:1","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":" Hippo: Crypto & Bitcoin Wallet","badge_type":"none"},{"id":"427efc9169b13a348d98d34e40303546a3e7352d725c06b9356882a26773b1a3","name":"Multix","homepage":"https://multix.chainsafe.io","image_id":"f7b7e864-29a7-41c2-36b0-c96ef922da00","order":4460,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://multix.chainsafe.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://multix.chainsafe.io","injected":[{"namespace":"polkadot","injected_id":"sign"}],"chains":["polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Multix is an interface to easily manage complex multisigs on Polkadot, Kusama and their parachains.","badge_type":"none"},{"id":"5d12c54d33abc6af163bc0344eed8df90765281c4973ada8863ed9ae12aa137f","name":"AmazeWallet","homepage":"https://amazewallet.com/","image_id":"38495eb4-efcf-47cb-be73-a695510f9f00","order":4470,"mobile_link":"amazeapp://amazewallet.com","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/gb/app/amazewallet/id1622941204","play_store":"https://play.google.com/store/apps/details?id=com.mining.amaze.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:108","eip155:288","eip155:42220","eip155:43114","eip155:60","eip155:66","eip155:8217","eip155:88"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Web3 smartwallet. Swap, buy, trade and chat to friends while mining crypto.","badge_type":"none"},{"id":"50df7da345f84e5a79aaf617df5167335a4b6751626df2e8a38f07029b3dde7b","name":"Kriptonio","homepage":"https://kriptonio.com","image_id":"331e57d3-d157-4bc3-8ea5-48a03f705e00","order":4480,"mobile_link":"kriptonio://","desktop_link":null,"link_mode":null,"webapp_link":"https://kriptonio.com","app_store":"https://apps.apple.com/hr/app/kriptonio/id6444807361","play_store":"https://play.google.com/store/apps/details?id=com.kriptonio.mobile.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:80001","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Gasless Web3 Platform and Infrastructure","badge_type":"none"},{"id":"94135dbd7aaca4908de49c44e49b8920a79c90164a7ce5803ddb33054c7edc57","name":"Altme","homepage":"https://altme.io/","image_id":"7eeac6e8-6852-4d09-8579-e229fd6b9a00","order":4490,"mobile_link":"wc-altme://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/fr/app/altme/id1633216869","play_store":"https://play.google.com/store/apps/details?id=co.altme.alt.me.altme","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:170","eip155:250","eip155:4002","eip155:56","eip155:80001","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A user-friendly crypto wallet designed to protect your digital identity and simplify your journey in web 3 world.","badge_type":"none"},{"id":"56d1854ddbc8d9ecdf5d7e2f19228314f475ee110c38fbfe3fa0b72baa41ca14","name":"KAX-Wallet","homepage":"https://kaxaa.com/","image_id":"06c2aa4f-12a9-4c91-7b27-1755813c9c00","order":4500,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://link.kaxaa.com/","app_store":"https://ewallet.kaxaa.com","play_store":null,"rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/kaxaa/njlpbnllmbgdjcmjogmlheldgkcdjnol","injected":null,"chains":["eip155:137"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","5ab4170b-2d88-475e-8fd7-ec9eeb6ce45d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Kaxaa Real Estate Blockchain Wallet","badge_type":"none"},{"id":"bfad79e3d89bfb915b1e230000179a8ffc8e04f3f78a396d2e4f3e1a51223529","name":"UKISS Hub","homepage":"https://www.ukiss.io","image_id":"23f4c933-68e6-46f9-75b6-2d2905ca1300","order":4510,"mobile_link":"ukisshub://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=io.ukiss.uhub.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["cip-34:1-764824073","cosmos:cosmoshub-4","eip155:1","eip155:10000","eip155:137","eip155:25","eip155:43114","eip155:56","eip155:61","eip155:66","eip155:8723","near:mainnet","polkadot:91b171bb158e2d3848fa23a9f1c25182","stellar:pubnet"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"UKISS Hub Mobile Wallet enables UKISS Hugware to connect to DAPP platforms via Wallet Connect ","badge_type":"none"},{"id":"c7a7721cf4b6deb311e9b2e4bc2ebf07ef05d818149fd373bfb785fa47088823","name":"Dropmate","homepage":"https://dropmate.fi","image_id":"bf19fe4b-d712-45e8-95f2-b7be36e4c400","order":4520,"mobile_link":"dropmate://app","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://testflight.apple.com/join/KHOMtqE4","play_store":"https://play.google.com/store/apps/details?id=app.dropmate","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:34443","eip155:42161","eip155:5000","eip155:56","eip155:59144"],"categories":["5ab4170b-2d88-475e-8fd7-ec9eeb6ce45d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"DropMate simplifies airdrop farming, letting you automate your entire airdrop farming journey across DeFi effortlessly!","badge_type":"none"},{"id":"32074fa3b78ad30b7847e28ce1ffd6aecbd36415156cfe9f5fe5aa15f31c596e","name":"Zelus Wallet","homepage":"https://zelus.io","image_id":"a173eba6-05b4-43f4-0df6-400563637b00","order":4530,"mobile_link":"zeluswallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://rollingloud.bridge.zelus.io","app_store":"https://apps.apple.com/us/app/zelus/id1588430343","play_store":"https://play.google.com/store/apps/details?id=com.zelus.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The easiest-to-use multichain wallet","badge_type":"none"},{"id":"3e2f036d9c513d07af5468ad7672e42a27432a54eb1242e498d1a1be1f488c4d","name":"Xucre","homepage":"https://www.xucre.io","image_id":"6a560c0d-817d-4f62-ef21-b91636b30f00","order":4540,"mobile_link":"xucre.expo.client://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=xucre.expo.client","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"We are a LATAM specific self-custody wallet. We seek to liberate access to cryptocurrencies, obtaining capital and investments.","badge_type":"none"},{"id":"2bc58b1c76e6572fa6cd68c3a448128ce90f7442d563f02e9f9db3b58d01d810","name":"Renegade","homepage":"https://www.myrenegade.net","image_id":"6ce2caa3-c597-445a-b61f-0b46b5c15000","order":4550,"mobile_link":"renegade-web3wallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.myrenegade.net","app_store":"https://apps.apple.com/us/app/myrenegade/id1670346221","play_store":"https://play.google.com/store/apps/details?id=com.app.renegade","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:11155111","eip155:137","eip155:42161","eip155:421614","eip155:42220","eip155:43114","eip155:56","eip155:80001","eip155:8453","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Through Renegade, banking and Visa services meet our secure crypto solutions. We're not just an app, we're a gateway to financial freedom.","badge_type":"none"},{"id":"6ec576d0fbc0b1f6c7bf84cdf84386db7788a89cd2e62b852ca9514229e0e9aa","name":"Stasis Wallet","homepage":"https://stasis.net/","image_id":"d83223cf-f29a-4757-a21e-8913b12f9f00","order":4560,"mobile_link":"stasis://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/stasis-wallet/id1371949230","play_store":"https://play.google.com/store/apps/details?id=com.stasis.stasiswallet","rdns":null,"chrome_store":null,"injected":null,"chains":["algorand:SGO1GKSzyE7IEPItTxCByw9x8FmnrCDe","algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k","eip155:1","eip155:137","eip155:5","eip155:50","eip155:51","eip155:80001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial wallet for stablecoins","badge_type":"none"},{"id":"942d0e22a7e6b520b0a03abcafc4dbe156a1fc151876e3c4a842f914277278ef","name":"Cling Wallet","homepage":"https://clingon.io","image_id":"2d8006c3-852b-458a-d6b0-916c5ba76800","order":4570,"mobile_link":"cling://","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/cling-wallet/kppgpfphbmbcgeglphjnhnhibonmebkn?hl=ko","app_store":"https://apps.apple.com/us/app/cling-wallet/id6443952504","play_store":"https://play.google.com/store/apps/details?id=com.carrieverse.cling.wallet&hl=en_US&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43113","eip155:43114","eip155:71393"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Cling Wallet is a safe digital wallet that enables users to handle custom tokens and NFTs on various blockchain networks.","badge_type":"none"},{"id":"a92d512c649e87a5acba5885ac03f62662cff1f647c20a63833eb45a71a6f877","name":"HUMBL WALLET","homepage":"https://www.humbl.com","image_id":"1ac55ba2-aa98-4ed0-59b3-b3155dea4200","order":4580,"mobile_link":"humblwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/humbl-wallet/id1627171234","play_store":"https://play.google.com/store/apps/details?id=com.humbl.wallet.app&hl=en_US&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The HUMBL Wallet allows you to buy, sell, receive, store and exchange digital assets such as ETH, BLOCKS, USDC.","badge_type":"none"},{"id":"00ee7b0d5c47fa12142b37c1cf3a6a847fdd277c23d2f40fea45c1d5166e0084","name":"PEAKDEFI","homepage":"https://peakdefi.com/","image_id":"918006e2-2f6d-4233-0e72-10c2caaed500","order":4590,"mobile_link":"wc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.peakdefiwallet&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"PEAKDEFI mobile wallet app - The Ethereum wallet as one-stop solution for taking control of your decentralized finances!","badge_type":"none"},{"id":"221eb19f9cfdf577c2f75190fc4fa24523624f604904ced78089bc82ebdb983e","name":"DGG Wallet","homepage":"https://dgg.network","image_id":"e4cbed08-8839-4bce-875f-d8917ceb7e00","order":4600,"mobile_link":"dgg://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/nl/app/dgg-wallet-nfts-games/id1659618218","play_store":"https://play.google.com/store/apps/details?id=network.dgg.wallet&hl=en_US","rdns":null,"chrome_store":"https://apps.apple.com/nl/app/dgg-wallet-nfts-games/id1659618218","injected":[{"namespace":"eip155","injected_id":"DGG"}],"chains":["eip155:1","eip155:137","eip155:421613","eip155:42170","eip155:5","eip155:56","eip155:61","eip155:88"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A multi-chain wallet for ease of UX and perfect for storing & managing NFTs & Tokens on the security-proven and cost-effective blockchains.","badge_type":"none"},{"id":"c5252f423aae35a7df6194c342b14480b0cf83c3f4d9134fe45098c2f74befd9","name":"Rovi Money","homepage":"https://rovi.money","image_id":"b4bd79a6-11e3-4391-fd60-70111e60ef00","order":4610,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://rovi.money/app","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/rovi-wallet-balance-exten/egmdbfmomfghplmfboifancngbcjmdbc?hl=en","injected":null,"chains":["eip155:137","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Store. Buy. Sell. Send. Receive Crypto on Messaging, Email, Wherever!\n\nWorld's Simplest, Safest\nCrypto Wallet","badge_type":"none"},{"id":"259d07628a06aee49007266630381867688fbe96c331adc1b285aa7995380815","name":"Panaroma Wallet","homepage":"https://panaroma.finance","image_id":"4394f728-0c57-4560-acba-48bfd82ddf00","order":4620,"mobile_link":"panaromawallet://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"http://play.google.com/store/apps/details?id=com.panaroma.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["algorand:SGO1GKSzyE7IEPItTxCByw9x8FmnrCDe","algorand:mFgazF-2uRS1tMiL9dsj01hJGySEmPN2","algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k","antelope:1064487b3cd1a897ce03ae5b6a865651","antelope:f16b1833c747c43682f4386fca9cbb32","ccd:4221332d34e1694168c2a0c0b3fd0f27","ccd:9dd9ca4d19e9393877d2c44b70f89acb","cip-34:0-1","cip-34:0-2","cip-34:1-764824073","cosmos:aura-testnet-2","cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:euphoria-2","cosmos:harpoon-4","cosmos:irishub-1","cosmos:kaiyo-1","cosmos:kava-4","cosmos:likecoin-mainnet-2","cosmos:likecoin-public-testnet-5","cosmos:mayachain-mainnet-v1","cosmos:mayachain-stagenet-v1","cosmos:serenity-testnet-001","cosmos:thorchain-mainnet-v1","cosmos:thorchain-stagenet-v1","cosmos:xstaxy-1","eip155:1","eip155:10","eip155:100","eip155:10001","eip155:10003","eip155:1001","eip155:1007","eip155:101","eip155:1010","eip155:1012","eip155:102","eip155:1022","eip155:1023","eip155:1024","eip155:1028","eip155:106","eip155:108","eip155:11","eip155:110","eip155:1101","eip155:111","eip155:11155111","eip155:1139","eip155:1140","eip155:12","eip155:1213","eip155:122","eip155:124","eip155:127","eip155:128","eip155:1280","eip155:1284","eip155:1285","eip155:1286","eip155:1287","eip155:1288","eip155:13","eip155:137","eip155:14","eip155:142","eip155:1442","eip155:15","eip155:15557","eip155:16","eip155:1618","eip155:162","eip155:1620","eip155:163","eip155:1657","eip155:17","eip155:170","eip155:172","eip155:17777","eip155:18","eip155:1856","eip155:186","eip155:19","eip155:1987","eip155:199","eip155:2","eip155:20","eip155:200","eip155:2021","eip155:2022","eip155:204","eip155:2100","eip155:2101","eip155:211","eip155:22","eip155:222","eip155:23","eip155:246","eip155:25","eip155:250","eip155:2559","eip155:256","eip155:262","eip155:269","eip155:27","eip155:28","eip155:288","eip155:2888","eip155:3","eip155:30","eip155:31","eip155:32","eip155:321","eip155:322","eip155:33","eip155:336","eip155:338","eip155:35","eip155:361","eip155:363","eip155:364","eip155:365","eip155:369","eip155:38","eip155:385","eip155:4","eip155:40","eip155:4002","eip155:41","eip155:42","eip155:420","eip155:42161","eip155:421613","eip155:421614","eip155:42170","eip155:43","eip155:43113","eip155:43114","eip155:44","eip155:4689","eip155:4690","eip155:499","eip155:5","eip155:50","eip155:51","eip155:5197","eip155:52","eip155:53","eip155:55","eip155:558","eip155:56","eip155:5611","eip155:56288","eip155:59","eip155:595","eip155:6","eip155:60","eip155:61","eip155:62","eip155:63","eip155:64","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:69","eip155:7","eip155:721","eip155:76","eip155:77","eip155:777","eip155:78","eip155:787","eip155:8","eip155:80","eip155:80001","eip155:803","eip155:82","eip155:820","eip155:821","eip155:83","eip155:85","eip155:86","eip155:88","eip155:880","eip155:8888","eip155:9","eip155:940","eip155:95","eip155:97","eip155:9728","eip155:977","eip155:99","eip155:998","flow:mainnet","flow:testnet","hedera:mainnet","hedera:previewnet","hedera:testnet","koinos:EiAAKqFi-puoXnuJTdn7qBGGJa8yd-dc","koinos:EiBZK_GGVP0H_fXVAM3j6EAuz3-B-l3e","mvx:1","mvx:D","mvx:T","near:mainnet","near:testnet","neo3:mainnet","neo3:testnet","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","reef:7834781d38e4798d548e34ec947d19de","reef:b414a8602b2251fa538d38a932239150","stacks:1","stacks:2147483648","stellar:pubnet","stellar:testnet","tvm:42","vechain:87721b09ed2e15997f466536b20bb127","vechain:b1ac3413d346d43539627e6be7ec1b4a","waves:083","waves:084","waves:087","xrpl:0","xrpl:1","xrpl:2"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Panaroma Wallet is Decentralized excellence on 10 blockchains, seamlessly connecting with Panaroma Swap for a secure crypto experience.","badge_type":"none"},{"id":"e3c0732167495b407aeaab7cd968cac73db3351421242c9eae717f4032dba411","name":"icewal","homepage":"https://icewal.com","image_id":"bbfa8e6a-984d-4955-c919-8181e8bc9e00","order":4630,"mobile_link":"icewal://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/uk/app/icewal/id1629607532","play_store":"https://play.google.com/store/apps/details?id=com.icecorp.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Icewal is a mobile cryptocurrency wallet. Take control of your crypto, NFTs, tokens, and digital assets.","badge_type":"none"},{"id":"5a2b2b6e41df46ea80709c11b4f902d31271f01f660f1c892102107fbc2bf88c","name":"Streakk Wallet","homepage":"https://streakk.io/","image_id":"45ec6eb9-d7fe-4b9b-6dbf-cc675c5d1d00","order":4640,"mobile_link":"streakk://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/streakk-wallet/id1636671089","play_store":"https://play.google.com/store/apps/details?id=com.streakk","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Streakk unlocks the potential of your cryptocurrencies.","badge_type":"none"},{"id":"8631ca765defdf51cd72444ec0284b866c835a947ed082d41c0c756a3b2eb1c2","name":"Gridlock Wallet","homepage":"https://gridlock.network/","image_id":"471e6f61-b95a-453c-670c-029ef3b2bd00","order":4650,"mobile_link":"network.gridlock.AppGridlock://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/gridlock-secure-crypto-wallet/id1567057330","play_store":"https://play.google.com/store/apps/details?id=network.gridlock.AppGridlock","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:5","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Gridlock enables safely navigating Web3, NFT trading and storage, purchasing crypto, and leveraging maximum security with crypto Guardians.","badge_type":"none"},{"id":"38692c32358198bc36b2775615ae615ad0f40404452993de2384ef64b2c5ca61","name":"TrustKeys Web3 SocialFi","homepage":"https://trustkeys.network","image_id":"35644c6b-c6f3-4e45-b68b-e888c21afd00","order":4660,"mobile_link":"TKwc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/trustkeys-web3-socialfi/id1601968967","play_store":"https://play.google.com/store/apps/details?id=com.trustkeysnetwork","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:3","eip155:42161","eip155:421611","eip155:56","eip155:80001","eip155:88","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 at your fingertips","badge_type":"none"},{"id":"d69877e50c4aa2360d723065716609f1e2698e45fc210438da8c325b65922735","name":"MPCVault | Team crypto wallet","homepage":"https://mpcvault.com","image_id":"3cbf71ea-c90b-427c-6b2c-a9a7c7c0d500","order":4680,"mobile_link":"com.mpcvault.mobileapp://wccallback","desktop_link":"com.mpcvault.mobileapp://wccallback","link_mode":null,"webapp_link":"https://console.mpcvault.com","app_store":"https://apps.apple.com/us/app/mpcvault/id1622756458","play_store":"https://play.google.com/store/apps/details?id=com.mpcvault.mobileapp.android","rdns":"com.mpcvault.broswerplugin","chrome_store":"https://chromewebstore.google.com/detail/mpcvault/jgfmfplofjigjfokigdiaiibhonfnedj","injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:324","eip155:42161","eip155:43114","eip155:5","eip155:56","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MPCVault is a non-custodial wallet for Web3 teams. It supports multiple chains, multi-sig and all asset types.","badge_type":"none"},{"id":"49bb9d698dbdf2c3d4627d66f99dd9fe90bba1eec84b143f56c64a51473c60bd","name":"Minerva Wallet","homepage":"https://minerva.digital/","image_id":"b57b2163-1bd8-4f6b-3311-470767e6d200","order":4690,"mobile_link":"minerva://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=digital.minerva","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:420","eip155:42161","eip155:42220","eip155:43113","eip155:43114","eip155:44787","eip155:5","eip155:56","eip155:62320","eip155:80001","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Minerva Wallet is a user friendly app for sovereign identities, data and money.","badge_type":"none"},{"id":"f957ccc70ab232638964242c24cc6286ef75aa7fd0d4d348f46213d2fea0b88c","name":"PortaWallet","homepage":"https://porta.finance","image_id":"07bc52e6-c402-439d-faea-a5736cd25300","order":4700,"mobile_link":"porta://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.wallet.porta.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A cutting-edge crypto wallet and DeFi trading platform ","badge_type":"none"},{"id":"53dd23581ff2ac3473a517c2995ad41cb214e105ebc99a122bda032051bb54c6","name":"Earth Wallet","homepage":"https://www.earthwallet.io/","image_id":"d3f724c4-f99b-476f-10f8-12aa4af13800","order":4710,"mobile_link":"earthwallet://","desktop_link":"earthwallet://","link_mode":null,"webapp_link":"https://wallet.earth","app_store":"https://apps.apple.com/app/earth-wallet/id1638414929","play_store":"https://play.google.com/store/apps/details?id=earth.wallet.app","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/earth-wallet/agkfnefiabmfpanochlcakggnkdfmmjd","injected":null,"chains":["eip155:1","eip155:11155111"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The best Bitcoin, Ethereum, and Social Network self custody wallet on Earth.","badge_type":"none"},{"id":"8a0153a6a099bb8dbacd0300327cd2e6c89502c4bb76ccba2eb568dd56c155a6","name":"Clot","homepage":"https://clot.app","image_id":"a7d2716d-69b8-4422-9797-ed63b1f9c000","order":4720,"mobile_link":"clot://","desktop_link":null,"link_mode":null,"webapp_link":"https://clot.app","app_store":"https://apps.apple.com/app/clot-wallet/id1584113315","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multichain self-custody crypto wallet with advanced NFT features","badge_type":"none"},{"id":"d50cc807305f886f712206c9a8a7e47a776a266a7367bc080fe8ce939fcfa2b8","name":"Alicebob Wallet","homepage":"https://alicebob.com/","image_id":"15be8ddd-0bef-4948-56d1-6101347a6b00","order":4730,"mobile_link":"crypto.ab.wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/alicebob-crypto-btc-wallet/id6467197622","play_store":"https://play.google.com/store/apps/details?id=com.crypto.ab.wallet.app","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/alicebob-wallet/mjmpkbeecljmaoojijflpfpmpdhnpabd","injected":[{"namespace":"eip155","injected_id":"isAliceBob"}],"chains":["eip155:1","eip155:10000","eip155:137","eip155:43114","eip155:56","eip155:61","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Securely store, buy Bitcoin & altcoins with cards, trade 1000+ cryptos on CEX & DEX, track Bitcoin price, and more!","badge_type":"none"},{"id":"dcdcfb02dd871af8633875431eb42f095370b104304c35fe2ac77f8ae2045dad","name":"Ownbit","homepage":"https://ownbit.io","image_id":"19923b08-7208-4539-9c2d-c43db22bce00","order":4740,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://ownbit.io","app_store":"https://apps.apple.com/hk/app/ownbit-%E5%86%B7%E9%8C%A2%E5%8C%85-%E5%A4%9A%E7%B0%BD%E9%8C%A2%E5%8C%85/id1321798216","play_store":"https://play.google.com/store/apps/details?id=com.bitbill.www&hl=zh&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:43114","eip155:56","polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bitcoin Ethereum Tron MultiSig & Cold Wallet","badge_type":"none"},{"id":"ddab79c39591912bc4baf2fa950ccbecdf6a72d1a840ce244a050bf56598a4c8","name":"Spatium","homepage":"https://wallet.spatium.net","image_id":"8b966926-cdcf-4eae-1432-b400fe014700","order":4750,"mobile_link":"spatium-next://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ru/app/spatium/id6476919875","play_store":"https://play.google.com/store/apps/details?id=net.spatium.next","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your Crypto Wallet","badge_type":"none"},{"id":"2937e3dd80ce9942cdb65a70bcc9c03489404d1bd822b9d9c2950681898b5f10","name":"Plumaa ID","homepage":"https://plumaa.id","image_id":"dd6271ac-f9ba-4580-4db2-484bf4d0fc00","order":4760,"mobile_link":"plumaa://","desktop_link":"plumaa://","link_mode":null,"webapp_link":"https://api.plumaa.id/app/","app_store":"https://apps.apple.com/mx/app/plumaa-id/id6475269207","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:42161","eip155:421614"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Plumaa ID es la primera wallet no custodial controlada por tu firma electrónica avanzada","badge_type":"none"},{"id":"21b071705a9b9de1646e6a3a0e894d807d0fa4a208e88fc003ee056021f208e1","name":"ApolloX","homepage":"https://www.apollox.com/en","image_id":"80ab63a2-1b32-4140-3577-9fbc8ea82e00","order":4770,"mobile_link":"https://app.apollox.finance","desktop_link":null,"link_mode":null,"webapp_link":"https://app.apollox.finance","app_store":"https://apps.apple.com/us/app/apx-apollox/id1589405398","play_store":"https://play.google.com/store/apps/details?id=com.apollox.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"ApolloX is a mobile wallet that combines security and anonymity and it allows users to send, receive and store BEP20 (BSC) tokens.","badge_type":"none"},{"id":"8141668a92aad85f9f9f4b00e59914061df0f189b5b11fb35a15dc2708bb4596","name":"Legacy Wallet","homepage":"https://www.legacynetwork.io/","image_id":"ed181b1b-e4c0-4a2e-4a4c-f380a9f13c00","order":4780,"mobile_link":"legacy://network.io","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/legacy-wallet/id6443578674","play_store":"https://play.google.com/store/apps/details?id=io.legacynetwork.app","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/legacy-wallet/ammjlinfekkoockogfhdkgcohjlbhmff","injected":[{"namespace":"eip155","injected_id":"isLegacyWallet"}],"chains":["eip155:1","eip155:137","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Legacy Wallet","badge_type":"none"},{"id":"c6e486a3647853c8cbc957b8ee772a9e5df51cd2f411d4a3bbb3a675728eb069","name":"Grindery Wallet","homepage":"https://www.grindery.com/","image_id":"fa1c7832-25ce-4c2d-2681-b52286a99200","order":4790,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://www.grindery.com/connect","app_store":"https://apps.apple.com/us/app/telegram-messenger/id686449807","play_store":"https://play.google.com/store/apps/details?id=org.telegram.messenger","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:137","eip155:204","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The most used EVM Wallet on Telegram, simplifying how you send, receive, buy, play, and invest using cryptocurrency.","badge_type":"none"},{"id":"50cca6f943812d2852752b7e021f251d50d410878b54c18a81ad71bcaa439035","name":"Ethos Self-Custody Vault","homepage":"https://www.ethos.io/","image_id":"8bc7fb62-6f6b-4473-2e4a-5691a646fc00","order":4800,"mobile_link":"myapp://home","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ethos-self-custody-vault/id6450948705","play_store":"https://play.google.com/store/apps/details?id=com.ethos2.prod&hl=en_US&gl=US&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Self-custody made faster, easier, and more powerful!","badge_type":"none"},{"id":"6289878a2ef8c49944cf428184bba626b161b0974f0b4f8b31a15e0317d8861c","name":"ID Pocket","homepage":"https://rktechworks.com/idpocket","image_id":"c227ee0a-5127-4707-ded9-c3cd81348d00","order":4810,"mobile_link":"wc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id-pocket/id1549462128","play_store":"https://play.google.com/store/apps/details?id=com.rktechworks.idpocket","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your private digital pocket for your identity and credentials","badge_type":"none"},{"id":"6342f00659512c995c5b271236fbe8e8c86951bd94f533fa0237d2a3e606c4da","name":"Blockaura","homepage":"https://greengloryglobal.com/","image_id":"8cc7ddbc-a257-4383-4f84-3847e707bb00","order":4820,"mobile_link":"blockaura://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.blockaura_classic","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"BlockAura (\"we,\" \"us,\" or \"our\") is committed to protecting the privacy and security of your personal information","badge_type":"none"},{"id":"56843177b5e89d4bcb19a27dab7c49e0f33d8d3a6c8c4c7e5274f605e92befd6","name":"Socios.com - Wallet & Tokens","homepage":"https://app.socios.com","image_id":"eb55679f-9462-45e2-e0ec-dfb851f9e700","order":72990,"mobile_link":"socios-mob://","desktop_link":null,"link_mode":null,"webapp_link":"https://app.socios.com","app_store":"https://apps.apple.com/app/id1464868277","play_store":"https://play.google.com/store/apps/details?id=com.socios&hl=en","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:88882","eip155:88888"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Hold Fan Tokens™ in the Socios.com Wallet. Stake. Trade. Access Web3 sports. Get rewarded.","badge_type":"none"},{"id":"e870e3dc750305af6a6bd7139538a85362963a8e21b6c6e0f9e27d80b92801c9","name":"BIM Wallet","homepage":"https://www.bimwallet.io/","image_id":"dae5a6bb-ac44-4d75-8c25-a361801d3b00","order":73050,"mobile_link":"bimwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=io.bimwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1030"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"BIM Wallet - Simple, Secure Access to Web3","badge_type":"none"},{"id":"4f854044eea00196b92017037b384bf16118c6606b3a90c60e998af1fb2c01b0","name":"ADF Wallet","homepage":"https://www.adftechnology.com/","image_id":"28acc8ed-a0e7-4004-1968-c54869fa2100","order":73140,"mobile_link":"adf://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.adf.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:56","eip155:80001","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"ADF Wallet is the official crypto wallet of ADF Technologies.","badge_type":"none"},{"id":"53332571a2e1b748add766da51b90dc9d1e9d65d2c301969add5ba3939339513","name":"Reown Wallet [BETA]","homepage":"https://reown.com","image_id":"e22669e7-5789-4ee4-5bf7-96dcddffce00","order":73160,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://web-wallet.walletconnect.org","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:11155111","eip155:1313161554","eip155:2020","eip155:34443","eip155:42161","eip155:42220","eip155:43114","eip155:5000","eip155:56","eip155:59144","eip155:80094","eip155:8453","eip155:84532","polkadot:6fbd74e5e1d0a61d52ccfe9d4adaed16"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"A beta version of Reown Web Wallet that enables access to universal Reown account over WalletConnect Network.","badge_type":"none"},{"id":"e3f3db6814131b8b0b12621d134cd327e5ad51f8ecde65565374aae4617a20fd","name":"Horizon","homepage":"https://gemini.com","image_id":"49552dad-a987-4dd5-87d7-c88209e1ab00","order":73170,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://keys.gemini.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:11155111","eip155:421614","eip155:84532"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"smart contract wallet","badge_type":"none"},{"id":"26d3d9e7224a1eb49089aa5f03fb9f3b883e04050404594d980d4e1e74e1dbea","name":"Abstract","homepage":"https://abs.xyz","image_id":"1ed092f7-0a74-4856-bc0a-02660223f400","order":73180,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://portal.abs.xyz/profile","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:11124","eip155:2741"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Abstract Global Wallet is a cross-application smart contract wallet that allows users to interact with any application built on Abstract.","badge_type":"none"},{"id":"c16e0e172fe80ebdc26bcdc9d24d962b7a9474b6db8ce9e6b2022e86195728cd","name":"Flutter Sample Wallet","homepage":"https://appkit-lab.reown.com/flutter_walletkit","image_id":"db10ede4-39c3-48ff-f85b-de9b5f17d000","order":73210,"mobile_link":"wcflutterwallet-internal://","desktop_link":"wcflutterwallet://","link_mode":"https://appkit-lab.reown.com/flutter_walletkit_internal","webapp_link":"https://lab.web3modal.com/walletkit_flutter","app_store":"https://testflight.apple.com/join/ABbjL9Yu","play_store":"https://appdistribution.firebase.dev/i/86311d3c1caf8ea9","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","eip155:1","polkadot:91b171bb158e2d3848fa23a9f1c25182","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Flutter Sample Wallet Internal powered with Reown WalletKit","badge_type":"none"},{"id":"6880782cf8ff712bf8772b585960346290fd2499c1f1c51df9fe713d9d2e9384","name":"React Native Sample Wallet","homepage":"https://reown.com/walletkit","image_id":"78bbcc97-c450-4685-5faa-276ef8fc5f00","order":73220,"mobile_link":"rn-web3wallet-internal://","desktop_link":null,"link_mode":"https://appkit-lab.reown.com/rn_walletkit_internal","webapp_link":null,"app_store":"https://testflight.apple.com/join/kdlGVGLo","play_store":"https://appdistribution.firebase.dev/i/e7711e780547234e","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Sample wallet made with React Native & JS WalletKit","badge_type":"none"},{"id":"7f3449afd0516845236c4f15f73cf3e106cb5706a349a8d6d7e1490b9c2cb0da","name":"Kotlin Sample Internal Wallet","homepage":"https://docs.reown.com/walletkit/android/installation","image_id":"2e3866ec-a700-48a2-2db8-7c6af6481900","order":73240,"mobile_link":"kotlin-web3wallet://","desktop_link":null,"link_mode":"https://appkit-lab.reown.com/wallet_internal","webapp_link":null,"app_store":null,"play_store":"https://github.com/reown-com/reown-kotlin","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:42161","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Kotlin Sample Wallet","badge_type":"none"},{"id":"dfa04e5a17584aa9b3a9637f10ce2e95fcd6343fb81e8c634922b21a28cc66a8","name":"Swift Sample Wallet","homepage":"https://reown.com","image_id":"d4ef1a64-f5e3-4f11-9fe0-035e22ca6200","order":73270,"mobile_link":"walletapp://","desktop_link":null,"link_mode":"https://lab.web3modal.com/wallet","webapp_link":null,"app_store":"https://lab.web3modal.com/wallet","play_store":"https://lab.web3modal.com/wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:42161","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Reown Swift Sample Wallet","badge_type":"none"},{"id":"f9b40e3615afddce7aea739d37d543b922e5f70a4f30b886b6b59062c43b2437","name":"YoWallet","homepage":"https://yowallet.io","image_id":"750079a0-6372-4e32-d1af-fe8ec2bbe400","order":73340,"mobile_link":"yo-wallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://yowallet.io","app_store":"https://apps.apple.com/us/app/yowallet/id6474118944","play_store":"https://play.google.com/store/apps/details?id=com.yowallet.app&hl=en","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial EVM wallet for Bahamut Ecosystem ","badge_type":"none"},{"id":"5eac22ff46c34944f245146ad45f62923360290d90bb292a4f019668d74f7792","name":"UXLINK","homepage":"https://uxlink.io","image_id":"7c0ac68c-efd6-42ab-488b-be8febe45f00","order":73360,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://oaog.uxlink.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:42161"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"UXLINK is a web3 social platform and infrastructure, where super Dapps take off.\n","badge_type":"none"},{"id":"5d9f1395b3a8e848684848dc4147cbd05c8d54bb737eac78fe103901fe6b01a1","name":"OKX Wallet","homepage":"https://www.okx.com/download","image_id":"c55df831-3c52-49fc-d1d1-97a926dc0c00","order":73390,"mobile_link":"okxwallet://main","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/okx-wallet-portal-to-web3/id6743309484","play_store":"https://play.google.com/store/apps/details?id=com.okx.wallet","rdns":"com.okex.wallet","chrome_store":"https://chrome.google.com/webstore/detail/okx-wallet/mcohilncbfahbmgdjkbpemcciiolgcge","injected":null,"chains":["bip122:000000000019d6689c085ae165831e93","bip122:000000000933ea01ad0ee984209779ba","eip155:1","eip155:137","eip155:43114","eip155:56","eip155:66","eip155:80084","eip155:80085","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"One Web3 portal to rule them all","badge_type":"none"},{"id":"aee5083aac025c4c3f1c9afc31ea89dbddca0b1c248195bef469fc4886ae3ab2","name":"HOT Wallet","homepage":"https://hot-labs.org/wallet","image_id":"809867ce-345f-4180-033a-165019d4c700","order":73400,"mobile_link":"hotwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://t.me/hot_wallet/app","app_store":"https://apps.apple.com/us/app/hot-wallet/id6740916148","play_store":"https://play.google.com/store/apps/details?id=app.herewallet.hot&hl=en_US","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/hot-wallet/mpeengabcnhhjjgleiodimegnkpcenbk?pli=1","injected":[{"namespace":"eip155","injected_id":"isHotWallet"}],"chains":["eip155:1","eip155:204","eip155:42161","eip155:56","eip155:8453","near:mainnet","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","stellar:pubnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi-chain Wallet with MPC Protocol","badge_type":"none"},{"id":"1aecb6762373f96100f941347bd554d6bdbf6c30a1368c47bf391432021d6ce9","name":"PureWallet app","homepage":"https://purewallet.ai","image_id":"4e97b9d6-60eb-42cd-6256-5cd7205e3f00","order":73440,"mobile_link":"purewalletp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/purewallet/id6738949168?platform=iphone","play_store":"https://play.google.com/store/apps/details?id=com.nslab.purewalletp&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:56","eip155:97","xrpl:0"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"PureWallet enables offline crypto transactions with zero fees, instant speed, and secure cold storage. Trade anywhere—no internet needed!","badge_type":"none"},{"id":"0d0972488cb7fc332af5ac3be6b679a1699518ab4d0048d74cb9b4268ec0263a","name":"BankSocial ","homepage":"https://www.banksocial.io/","image_id":"159ae656-ae24-4717-f78f-f84eb2b2e700","order":73490,"mobile_link":"https://banksocial.app.link/download","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=app.banksocial.io&hl=en_US","rdns":null,"chrome_store":null,"injected":null,"chains":["bip122:000000000019d6689c085ae165831e93","eip155:1","hedera:mainnet","polkadot:6fbd74e5e1d0a61d52ccfe9d4adaed16"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Banksocial is a self-custody crypto and digital asset wallet and exchange to securely hold, buy, and stake digital assets and crypto.","badge_type":"none"},{"id":"12f913ed1cba36d11c175ffaea4157864f3363a690ecf3cc24e9683ef9ce2915","name":"TuCOP Wallet","homepage":"https://tucop.xyz/","image_id":"2d38bfd6-85dc-41b5-a125-a0eca4100200","order":73670,"mobile_link":"myapp://tucop","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=org.tucop","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:42220"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"TuCOP Wallet is the first Colombian virtual wallet that simplifies your everyday use of money.","badge_type":"none"},{"id":"a0c4b25a00028162432d173d110dbd8ee086a01c3a00f94d97f70b779d25c794","name":"Saify","homepage":"https://saify.com/","image_id":"83e459aa-7e2c-45cf-1c6c-c71286f34c00","order":73700,"mobile_link":"saify://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/saify-crypto-wallet-app/id6737464724","play_store":"https://play.google.com/store/apps/details?id=com.saify","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Saify is a cryptocurrency wallet app that manages assets across major blockchains and offers customisable fun themes.","badge_type":"none"},{"id":"02957f0659df422d5b8fa31a054a15140479cebdd715dfa1ba875a93a4236b05","name":"Oblio Wallet","homepage":"https://obliowallet.com","image_id":"a0ff2932-e049-4622-a9c8-fa41278cff00","order":73790,"mobile_link":"oblio://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://play.google.com/store/apps/details?id=com.oblio.wallet","play_store":"https://play.google.com/store/apps/details?id=com.oblio.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Oblio Wallet is a secure self-custody crypto wallet for Bitcoin, Ethereum, Solana, and more. Your keys, your crypto.","badge_type":"none"}] +[{"id":"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96","name":"MetaMask","homepage":"https://metamask.io/","image_id":"eebe4a7f-7166-402f-92e0-1f64ca2aa800","order":10,"mobile_link":"metamask://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/metamask/id1438144202","play_store":"https://play.google.com/store/apps/details?id=io.metamask","rdns":"io.metamask","chrome_store":"https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn","injected":[{"namespace":"eip155","injected_id":"isMetaMask"}],"chains":["eip155:1","eip155:10","eip155:42161","eip155:42170","eip155:7777777","eip155:80084","eip155:80085","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Whether you are an experienced user or brand new to blockchain, MetaMask helps you connect to the decentralized web: a new internet.","badge_type":"certified"},{"id":"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0","name":"Trust Wallet","homepage":"https://trustwallet.com/","image_id":"7677b54f-3486-46e2-4e37-bf8747814f00","order":20,"mobile_link":"trust://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/apple-store/id1288339409","play_store":"https://play.google.com/store/apps/details?id=com.wallet.crypto.trustapp","rdns":"com.trustwallet.app","chrome_store":"https://chrome.google.com/webstore/detail/trust-wallet/egjidjbpglichdcondbcbdnbeeppgdph","injected":[{"namespace":"eip155","injected_id":"isTrust"},{"namespace":"eip155","injected_id":"isTrustWallet"}],"chains":["cosmos:cosmoshub-4","cosmos:kava-4","cosmos:thorchain-mainnet-v1","eip155:1","eip155:10","eip155:100","eip155:108","eip155:1101","eip155:128","eip155:137","eip155:2020","eip155:288","eip155:321","eip155:324","eip155:361","eip155:42161","eip155:42220","eip155:43114","eip155:4689","eip155:56","eip155:56288","eip155:59144","eip155:60","eip155:80084","eip155:80085","eip155:820","eip155:88","eip155:9001","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Trust Wallet supports over 10 Million tokens including Ethereum, Solana, Polygon Matic, BNB, and Avalanche.","badge_type":"certified"},{"id":"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662","name":"Bitget Wallet","homepage":"https://web3.bitget.com","image_id":"2b569b7f-e6c6-4faa-8e5a-ecd4dec8cf00","order":30,"mobile_link":"bitkeep://","desktop_link":null,"link_mode":null,"webapp_link":"https://bitkeep.com","app_store":"https://web3.bitget.com/en/wallet-download?type=0","play_store":"https://web3.bitget.com/en/wallet-download?type=0","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/bitkeep-crypto-nft-wallet/jiidiaalihmmhddjgbnbgdfflelocpak","injected":[{"namespace":"eip155","injected_id":"isBitKeep"}],"chains":["eip155:1","eip155:100","eip155:128","eip155:137","eip155:56","eip155:66","eip155:80084","eip155:80085","eip155:8217","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bitget Wallet","badge_type":"certified"},{"id":"971e689d0a5be527bac79629b4ee9b925e82208e5168b733496a09c0faed0709","name":"OKX Wallet","homepage":"https://www.okx.com/web3","image_id":"45f2f08e-fc0c-4d62-3e63-404e72170500","order":40,"mobile_link":"okex://main","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/okx-buy-bitcoin-eth-crypto/id1327268470","play_store":"https://play.google.com/store/apps/details?id=com.okinc.okex.gp","rdns":"com.okex.wallet","chrome_store":"https://chrome.google.com/webstore/detail/okx-wallet/mcohilncbfahbmgdjkbpemcciiolgcge","injected":[{"namespace":"eip155","injected_id":"isPLC"},{"namespace":"solana","injected_id":"isPLC"}],"chains":["bip122:000000000019d6689c085ae165831e93","bip122:000000000933ea01ad0ee984209779ba","eip155:1","eip155:137","eip155:43114","eip155:56","eip155:66","eip155:80084","eip155:80085","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"One Web3 portal to rule them all","badge_type":"certified"},{"id":"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4","name":"Binance Wallet","homepage":"https://www.binance.com/en/web3wallet","image_id":"ebac7b39-688c-41e3-7912-a4fefba74600","order":50,"mobile_link":"bnc://app.binance.com/cedefi/","desktop_link":null,"link_mode":"https://app.binance.com/cedefi","webapp_link":"https://www.binance.com/en/web3wallet","app_store":"https://www.binance.com/en/download","play_store":"https://www.binance.com/en/download","rdns":"com.binance.wallet","chrome_store":"https://www.binance.com/en/download","injected":[{"namespace":"eip155","injected_id":"isBinance"}],"chains":["eip155:1","eip155:10","eip155:1329","eip155:137","eip155:2020","eip155:204","eip155:324","eip155:34443","eip155:42161","eip155:43114","eip155:5000","eip155:534352","eip155:56","eip155:59144","eip155:6001","eip155:80084","eip155:80085","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Binance Wallet is a keyless, multi-chain and self-custody wallet.","badge_type":"certified"},{"id":"0b415a746fb9ee99cce155c2ceca0c6f6061b1dbca2d722b3ba16381d0562150","name":"SafePal","homepage":"https://safepal.com/","image_id":"252753e7-b783-4e03-7f77-d39864530900","order":60,"mobile_link":"safepalwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/safepal-extension-wallet/lgmpcpglpngdoalbgeoldeajfclnhafa","app_store":"https://apps.apple.com/app/safepal-wallet/id1548297139","play_store":"https://play.google.com/store/apps/details?id=io.safepal.wallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/safepal-extension-wallet/lgmpcpglpngdoalbgeoldeajfclnhafa","injected":[{"namespace":"eip155","injected_id":"isSafePal"}],"chains":["cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:kava-4","eip155:1","eip155:10000","eip155:122","eip155:1313161554","eip155:137","eip155:14","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:19","eip155:200","eip155:25","eip155:250","eip155:288","eip155:30","eip155:361","eip155:42161","eip155:42220","eip155:43114","eip155:56","eip155:6","eip155:80084","eip155:80085","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","stellar:pubnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"SafePal is a cryptocurrency wallet that aims to provide a secure and user-friendly crypto management platform for the masses. ","badge_type":"certified"},{"id":"20459438007b75f4f4acb98bf29aa3b800550309646d375da5fd4aac6c2a2c66","name":"TokenPocket","homepage":"https://tokenpocket.pro/","image_id":"f3119826-4ef5-4d31-4789-d4ae5c18e400","order":70,"mobile_link":"tpoutside://","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/tokenpocket/mfgccjchihfkkindfppnaooecgfneiii","app_store":"https://apps.apple.com/us/app/tp-wallet/id6444625622?l=en","play_store":"https://play.google.com/store/apps/details?id=vip.mytokenpocket","rdns":"pro.tokenpocket","chrome_store":"https://chrome.google.com/webstore/detail/tokenpocket/mfgccjchihfkkindfppnaooecgfneiii","injected":[{"namespace":"eip155","injected_id":"isTokenPocket"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:10000","eip155:128","eip155:1284","eip155:1285","eip155:137","eip155:1666600000","eip155:170","eip155:250","eip155:321","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:59","eip155:61","eip155:65","eip155:66","eip155:80084","eip155:80085","eip155:8217","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The leading multi-chain self-custodial wallet, which supports mainstream networks including BTC, ETH, BSC, TRON, zkSync Era∎, etc.","badge_type":"certified"},{"id":"15c8b91ade1a4e58f3ce4e7a0dd7f42b47db0c8df7e0d84f63eb39bcb96c4e0f","name":"Bybit Wallet","homepage":"https://www.bybit.com/web3/","image_id":"b9e64f74-0176-44fd-c603-673a45ed5b00","order":80,"mobile_link":"bybitapp://open/route?targetUrl=by://web3/walletconnect/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/US/app/id1488296980","play_store":"https://play.google.com/store/apps/details?id=com.bybit.app&hl=en","rdns":"com.bybit","chrome_store":"https://chrome.google.com/webstore/detail/bybit-wallet/pdliaogehgdbhbnmkklieghmmjkpigpa","injected":[{"namespace":"eip155","injected_id":"window.ethereum.isBybit"},{"namespace":"solana","injected_id":"window.bybitWallet.solana"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:324","eip155:42161","eip155:43114","eip155:5000","eip155:56","eip155:59144","eip155:6001","eip155:66","eip155:7001","eip155:80084","eip155:80085","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bybit Wallet connects you to the world of Web3 with best-in-class reliability and security","badge_type":"certified"},{"id":"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a","name":"Uniswap Wallet","homepage":"https://uniswap.org","image_id":"bff9cf1f-df19-42ce-f62a-87f04df13c00","order":90,"mobile_link":"uniswap://","desktop_link":null,"link_mode":"https://uniswap.org/app","webapp_link":null,"app_store":"https://apps.apple.com/us/app/uniswap-wallet/id6443944476","play_store":"https://play.google.com/store/apps/details?id=com.uniswap.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:80084","eip155:80085","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Built by the most trusted team in DeFi, Uniswap Wallet allows you to maintain full custody and control of your assets. ","badge_type":"certified"},{"id":"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18","name":"Zerion","homepage":"https://zerion.io/","image_id":"73f6f52f-7862-49e7-bb85-ba93ab72cc00","order":100,"mobile_link":"zerion://","desktop_link":"zerion://","link_mode":"https://wallet.zerion.io/wc","webapp_link":"https://wallet.zerion.io","app_store":"https://apps.apple.com/app/id1456732565","play_store":"https://play.google.com/store/apps/details?id=io.zerion.android&hl=en&gl=US","rdns":"io.zerion.wallet","chrome_store":"https://chrome.google.com/webstore/detail/zerion-wallet-for-web3-nf/klghhnkeealcohjjanjjdaeeggmfmlpl","injected":[{"namespace":"eip155","injected_id":"isZerion"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:1101","eip155:1313161554","eip155:137","eip155:200","eip155:250","eip155:324","eip155:42161","eip155:42170","eip155:42220","eip155:43114","eip155:534352","eip155:56","eip155:59144","eip155:7777777","eip155:80084","eip155:80085","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Smart Web3 Wallet","badge_type":"certified"},{"id":"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369","name":"Rainbow","homepage":"https://rainbow.me/","image_id":"7a33d7f1-3d12-4b5c-f3ee-5cd83cb1b500","order":110,"mobile_link":"rainbow://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/apple-store/id1457119021?pt=119997837&ct=wc&mt=8","play_store":"https://play.google.com/store/apps/details?id=me.rainbow&referrer=utm_source%3Dwc%26utm_medium%3Dconnector%26utm_campaign%3Dwc","rdns":"me.rainbow","chrome_store":"https://chrome.google.com/webstore/detail/rainbow/opfgelmcmbiajamepnmloijbpoleiama?utm_source=wc&utm_medium=connector&utm_campaign=wc","injected":[{"namespace":"eip155","injected_id":"isRainbow"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56","eip155:7777777","eip155:80084","eip155:80085","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Rainbow is a fun, simple, and secure way to get started with crypto and explore the new world of Ethereum","badge_type":"certified"},{"id":"19177a98252e07ddfc9af2083ba8e07ef627cb6103467ffebb3f8f4205fd7927","name":"Ledger Live","homepage":"https://www.ledger.com/ledger-live","image_id":"a7f416de-aa03-4c5e-3280-ab49269aef00","order":120,"mobile_link":"ledgerlive://","desktop_link":"ledgerlive://","link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/app/id1361671700","play_store":"https://play.google.com/store/apps/details?id=com.ledger.live","rdns":null,"chrome_store":null,"injected":null,"chains":["bip122:000000000019d6689c085ae165831e93","bip122:000000000933ea01ad0ee984209779ba","eip155:1","eip155:137","eip155:4","eip155:56","eip155:80084","eip155:80085","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 Wallet from the company that produced the world's most secure crypto hardware device.","badge_type":"certified"},{"id":"f2436c67184f158d1beda5df53298ee84abfc367581e4505134b5bcf5f46697d","name":"Crypto.com Onchain","homepage":"https://crypto.com/onchain","image_id":"88388eb4-4471-4e72-c4b4-852d496fea00","order":130,"mobile_link":"dfw://","desktop_link":null,"link_mode":"https://wallet.crypto.com/deeplink","webapp_link":null,"app_store":"https://apps.apple.com/US/app/id1512048310?mt=8","play_store":"https://play.google.com/store/apps/details?id=com.defi.wallet","rdns":"com.crypto.wallet","chrome_store":"https://chromewebstore.google.com/detail/cryptocom-wallet-extensio/hifafgmccdpekplomjjkcfgodnhcellj","injected":null,"chains":["bip122:12a765e31ffd4059bada1e25190f6e98","cosmos:cosmoshub-4","eip155:1","eip155:10","eip155:100","eip155:108","eip155:1284","eip155:1285","eip155:1313161554","eip155:137","eip155:25","eip155:250","eip155:288","eip155:324","eip155:42161","eip155:42220","eip155:43114","eip155:534352","eip155:56","eip155:80084","eip155:80085","eip155:8217","eip155:8453","near:mainnet","polkadot:91b171bb158e2d3848fa23a9f1c25182","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","xrpl:0"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A non-custodial wallet that gives you access to a full suite of DeFi services in one place.","badge_type":"certified"},{"id":"18450873727504ae9315a084fa7624b5297d2fe5880f0982979c17345a138277","name":"Kraken Wallet ","homepage":"https://www.kraken.com/wallet","image_id":"8909e826-63e4-42b3-60b2-8a6a54060900","order":140,"mobile_link":"krakenwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/kraken-wallet/id1626327149","play_store":"https://play.google.com/store/apps/details?id=com.kraken.superwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:80084","eip155:80085","eip155:8453","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Kraken Wallet is a powerful self-custody wallet built to connect you to the decentralized web — safely and securely.","badge_type":"certified"},{"id":"c286eebc742a537cd1d6818363e9dc53b21759a1e8e5d9b263d0c03ec7703576","name":"1inch Wallet","homepage":"http://wallet.1inch.io","image_id":"52b1da3c-9e72-40ae-5dac-6142addd9c00","order":150,"mobile_link":"oneinch://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/1inch-defi-wallet/id1546049391","play_store":"https://play.google.com/store/apps/details?id=io.oneinch.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:1313161554","eip155:137","eip155:250","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:80084","eip155:80085","eip155:8217"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The 1inch Wallet is a multichain non-custodial DeFi crypto wallet with an easy interface for secure storage and transactions.","badge_type":"certified"},{"id":"ef333840daf915aafdc4a004525502d6d49d77bd9c65e0642dbaefb3c2893bef","name":"imToken","homepage":"https://token.im/","image_id":"c84b4d9d-9525-4bb5-b373-934b46eafc00","order":160,"mobile_link":"imtokenv2://","desktop_link":null,"link_mode":null,"webapp_link":"https://token.im/","app_store":"https://apps.apple.com/us/app/imtoken2/id1384798940","play_store":"https://play.google.com/store/apps/details?id=im.token.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1001","eip155:128","eip155:137","eip155:1666600000","eip155:1666700000","eip155:25","eip155:256","eip155:338","eip155:420","eip155:42220","eip155:43110","eip155:43114","eip155:44787","eip155:5","eip155:56","eip155:65","eip155:66","eip155:80001","eip155:80084","eip155:80085","eip155:8217","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"imToken is an easy and secure digital wallet trusted by millions.","badge_type":"certified"},{"id":"225affb176778569276e484e1b92637ad061b01e13a048b35a9d280c3b58970f","name":"Safe","homepage":"https://safe.global/","image_id":"3913df81-63c2-4413-d60b-8ff83cbed500","order":170,"mobile_link":"safe://","desktop_link":null,"link_mode":null,"webapp_link":"https://app.safe.global/","app_store":"https://apps.apple.com/app/id1515759131","play_store":"https://play.google.com/store/apps/details?id=io.gnosis.safe","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:1313161554","eip155:137","eip155:246","eip155:4","eip155:42161","eip155:43114","eip155:5","eip155:56","eip155:73799","eip155:80084","eip155:80085"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The most trusted platform to manage digital assets.","badge_type":"certified"},{"id":"344d0e58b139eb1b6da0c29ea71d52a8eace8b57897c6098cb9b46012665c193","name":"Timeless X","homepage":"https://timelesswallet.xyz","image_id":"92f1ead4-0bc4-4932-10d3-761c509b4d00","order":180,"mobile_link":"timeless-x://connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/timeless-x/id6470180600","play_store":"https://play.google.com/store/apps/details?id=xyz.timelesswallet.aa","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/ifcpkdgcgcepjdkfcogehpnhpipejgho","injected":[{"namespace":"eip155","injected_id":"isTimelessX"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:280","eip155:324","eip155:4002","eip155:420","eip155:421613","eip155:42170","eip155:5","eip155:56","eip155:59140","eip155:59144","eip155:80001","eip155:80084","eip155:80085","eip155:8453","eip155:84531","eip155:97"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Timeless X is a social account abstraction wallet combining self-custodial security with convenient social features.","badge_type":"certified"},{"id":"541d5dcd4ede02f3afaf75bf8e3e4c4f1fb09edb5fa6c4377ebf31c2785d9adf","name":"Ronin Wallet","homepage":"https://wallet.roninchain.com/","image_id":"bd78de7e-36da-4552-ebdd-2e420ba05900","order":190,"mobile_link":"roninwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ronin-wallet/id1592675001","play_store":"https://play.google.com/store/apps/details?id=com.skymavis.genesis","rdns":"com.roninchain.wallet","chrome_store":"https://chrome.google.com/webstore/detail/ronin-wallet/fnjhmkhhmkbjkkabndcnnogagogbneec","injected":[{"namespace":"eip155","injected_id":"window.ronin.provider.isRonin"}],"chains":["eip155:1","eip155:137","eip155:2020","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Ronin Wallet is the mobile wallet that allows you to use all decentralized applications running on Ronin.","badge_type":"certified"},{"id":"4119a5b3e5ebc809b6a3680a280ae517b92fead02e4c07b7cec0d3385c87aee2","name":"xPortal","homepage":"https://xportal.com","image_id":"1bc53e49-1e7f-4129-4c87-3f8c7b91cb00","order":200,"mobile_link":"xportal://","desktop_link":null,"link_mode":"https://xportal.app.link","webapp_link":null,"app_store":"https://apps.apple.com/ro/app/xportal/id1519405832","play_store":"https://play.google.com/store/apps/details?id=com.elrond.maiar.wallet","rdns":"com.elrond.maiar.wallet","chrome_store":"-","injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:56","eip155:80094","eip155:8453","mvx:1","mvx:D","mvx:T"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Buy, sell, stake, and swap crypto cross-chain. Spend it with xPortal debit cards. Play with blockchain and win rewards.","badge_type":"none"},{"id":"2bd8c14e035c2d48f184aaa168559e86b0e3433228d3c4075900a221785019b0","name":"Backpack","homepage":"https://backpack.app","image_id":"71ca9daf-a31e-4d2a-fd01-f5dc2dc66900","order":210,"mobile_link":"backpack://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/backpack-wallet-exchange/id6445964121","play_store":"https://play.google.com/store/apps/details?id=app.backpack.mobile","rdns":"app.backpack","chrome_store":"https://chrome.google.com/webstore/detail/backpack/aflkmfhebedbjioipglgcbcmnbpgliof","injected":[{"namespace":"eip155","injected_id":"isBackpack"}],"chains":["eip155:1","eip155:10","eip155:10143","eip155:137","eip155:42161","eip155:80084","eip155:80085","eip155:8453","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Backpack Wallet","badge_type":"none"},{"id":"e9ff15be73584489ca4a66f64d32c4537711797e30b6660dbcb71ea72a42b1f4","name":"Exodus","homepage":"https://exodus.com/","image_id":"4c16cad4-cac9-4643-6726-c696efaf5200","order":220,"mobile_link":"exodus://","desktop_link":null,"link_mode":null,"webapp_link":"https://exodus.com/download/","app_store":"https://apps.apple.com/us/app/exodus-crypto-bitcoin-wallet/id1414384820","play_store":"https://play.google.com/store/apps/details?id=exodusmovement.exodus&hl=en&gl=US","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/exodus-web3-wallet/aholpfdialjgjfhomihkjbmgjidlcdno","injected":[{"namespace":"eip155","injected_id":"isExodus"}],"chains":["eip155:1","eip155:137","eip155:43114","eip155:56","eip155:80084","eip155:80085","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Best Crypto Wallet for Desktop, Mobile, Browser, Hardware","badge_type":"none"},{"id":"5864e2ced7c293ed18ac35e0db085c09ed567d67346ccb6f58a0327a75137489","name":"Fireblocks","homepage":"https://www.fireblocks.com/","image_id":"7e1514ba-932d-415d-1bdb-bccb6c2cbc00","order":230,"mobile_link":"fireblocks-wc://","desktop_link":null,"link_mode":null,"webapp_link":"https://console.fireblocks.io/v2/","app_store":"https://apps.apple.com/us/app/fireblocks/id1439296596","play_store":"https://play.google.com/store/apps/details?id=com.fireblocks.client&gl=IL","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:columbus-4","eip155:1","eip155:10","eip155:10000","eip155:10001","eip155:1284","eip155:1285","eip155:137","eip155:19","eip155:250","eip155:3","eip155:30","eip155:31","eip155:4","eip155:42","eip155:42161","eip155:421611","eip155:42220","eip155:43113","eip155:43114","eip155:44787","eip155:5","eip155:50","eip155:51","eip155:56","eip155:59","eip155:61","eip155:62320","eip155:63","eip155:69","eip155:97","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"#1 Crypto and Digital Asset Platform for Institutions","badge_type":"none"},{"id":"0ef262ca2a56b88d179c93a21383fee4e135bd7bc6680e5c2356ff8e38301037","name":"Jupiter","homepage":"https://jup.ag/mobile","image_id":"7601bec3-144f-4c9d-30a1-2d4a372ede00","order":240,"mobile_link":"jupiter://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/jupiter-solana-swap-wallet/id6484069059","play_store":"https://play.google.com/store/apps/details?id=ag.jup.jupiter.android","rdns":null,"chrome_store":null,"injected":null,"chains":["solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Jupiter Mobile: Best Mobile Swap in Crypto","badge_type":"none"},{"id":"84b43e8ddfcd18e5fcb5d21e7277733f9cccef76f7d92c836d0e481db0c70c04","name":"Blockchain.com","homepage":"https://www.blockchain.com/en/app","image_id":"6f913b80-86c0-46f9-61ca-cc90a1805900","order":250,"mobile_link":"blockchain-wallet://","desktop_link":null,"link_mode":"https://login.blockchain.com/app","webapp_link":null,"app_store":"https://apps.apple.com/us/app/blockchain-bitcoin-wallet/id493253309","play_store":"https://play.google.com/store/apps/details?id=piuk.blockchain.android","rdns":null,"chrome_store":null,"injected":null,"chains":["bip122:000000000019d6689c085ae165831e93","eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The only crypto app you’ll ever need. Buy, store, and do more with your crypto.","badge_type":"none"},{"id":"a797aa35c0fadbfc1a53e7f675162ed5226968b44a19ee3d24385c64d1d3c393","name":"Phantom","homepage":"https://phantom.app/","image_id":"b6ec7b81-bb4f-427d-e290-7631e6e50d00","order":260,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/phantom-crypto-wallet/id1598432977","play_store":"https://play.google.com/store/apps/details?id=app.phantom&hl=en","rdns":"app.phantom","chrome_store":"https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa","injected":[{"namespace":"eip155","injected_id":"isPhantom"},{"namespace":"solana","injected_id":"isPhantom"}],"chains":["bip122:000000000019d6689c085ae165831e93","bip122:000000000933ea01ad0ee984209779ba","eip155:1","eip155:10143","eip155:137","eip155:80084","eip155:80085","eip155:8453","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Phantom makes it safe & easy for you to store, buy, send, receive, swap tokens and collect NFTs on the Solana blockchain.","badge_type":"none"},{"id":"8b830a2b724a9c3fbab63af6f55ed29c9dfa8a55e732dc88c80a196a2ba136c6","name":"Magic Eden","homepage":"https://wallet.magiceden.io/","image_id":"62040f22-2ffd-4942-92fc-71ce68c64300","order":270,"mobile_link":"magiceden://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/magic-eden-wallet/id6478631482","play_store":"https://play.google.com/store/apps/details?id=com.magiceden.wallet&hl=en_US?utm_source=website&utm_medium=internal&utm_campaign=mobile-wallet-ga&utm_content=button","rdns":"io.magiceden.wallet","chrome_store":"https://chromewebstore.google.com/detail/magic-eden-wallet/mkpegjkblkkefacfnmkajcjmabijhclg","injected":[{"namespace":"eip155","injected_id":"isMagicEden"}],"chains":["eip155:1","eip155:137","eip155:80084","eip155:80085","eip155:8453","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Magic Eden Wallet","badge_type":"none"},{"id":"fd20dc426fb37566d803205b19bbc1d4096b248ac04548e3cfb6b3a38bd033aa","name":"Coinbase Wallet","homepage":"https://www.coinbase.com/wallet/","image_id":"a5ebc364-8f91-4200-fcc6-be81310a0000","order":280,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/apple-store/id1278383455","play_store":"https://play.google.com/store/apps/details?id=org.toshi","rdns":"com.coinbase.wallet","chrome_store":"https://chrome.google.com/webstore/detail/coinbase-wallet-extension/hnfanknocfeofbddgcijnmhnfnkdnaad?hl=en","injected":[{"namespace":"eip155","injected_id":"isCoinbaseWallet"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:80084","eip155:80085","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your key to the world of crypto","badge_type":"none"},{"id":"37a686ab6223cd42e2886ed6e5477fce100a4fb565dcd57ed4f81f7c12e93053","name":"Bifrost Wallet","homepage":"https://bifrostwallet.com","image_id":"27c999c6-3492-4161-bbb8-1b75bdb97500","order":290,"mobile_link":"bifrostwallet://","desktop_link":null,"link_mode":"https://app.bifrostwallet.com","webapp_link":null,"app_store":"https://apps.apple.com/us/app/bifrost-wallet/id1577198351","play_store":"https://play.google.com/store/apps/details?id=com.bifrostwallet.app","rdns":"com.bifrostwallet","chrome_store":null,"injected":null,"chains":["bip122:000000000019d6689c085ae165831e93","bip122:000000000933ea01ad0ee984209779ba","eip155:1","eip155:10","eip155:114","eip155:137","eip155:14","eip155:16","eip155:19","eip155:250","eip155:4002","eip155:420","eip155:42161","eip155:421611","eip155:5","eip155:56","eip155:69","eip155:97","xrpl:0","xrpl:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A multi-chain wallet for Flare, XRP, Dogecoin, Bitcoin and beyond.","badge_type":"none"},{"id":"21030f20fba1a77115858ee3a8bc5841c739ab4537441316e2f4b1d0a8d218af","name":"Tangem Wallet","homepage":"https://tangem.com","image_id":"80679c6f-bb0b-43d0-83e0-462ac268b600","order":300,"mobile_link":"tangem://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/uz/app/tangem/id1354868448","play_store":"https://play.google.com/store/apps/details?id=com.tangem.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:10001","eip155:109","eip155:1101","eip155:1116","eip155:1284","eip155:1285","eip155:137","eip155:246","eip155:25","eip155:250","eip155:30","eip155:324","eip155:369","eip155:40","eip155:42161","eip155:43114","eip155:463","eip155:50","eip155:5000","eip155:56","eip155:61","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Tangem is a card-shaped self-custodial cold hardware wallet which gives you full control of your private keys","badge_type":"none"},{"id":"4eb754ffaf9e177eef0ef26f82b7c2fdf8d7178c52682704bf3e7830071d3427","name":"WEMIX Play","homepage":"https://wemixplay.com/","image_id":"3d7b7226-3005-4ace-4a35-d5f67aee2300","order":310,"mobile_link":"wpapp://wemixplay.com/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id6547834517","play_store":"https://play.google.com/store/apps/details?id=com.wemade.wemixplay","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1111"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Play high-quality games, Obtain a digital assets, Manage my wealth in WEMIX PLAY","badge_type":"none"},{"id":"8837dd9413b1d9b585ee937d27a816590248386d9dbf59f5cd3422dbbb65683e","name":"Robinhood Wallet","homepage":"https://robinhood.com/web3-wallet/","image_id":"dfe0e3e3-5746-4e2b-12ad-704608531500","order":320,"mobile_link":"robinhood-wallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://robinhood.com/web3-wallet/","app_store":"https://robinhood.com/web3-wallet/","play_store":"https://play.google.com/store/apps/details?id=com.robinhood.gateway","rdns":"com.robinhood.wallet","chrome_store":"https://robinhood.com/web3-wallet/","injected":[{"namespace":"eip155","injected_id":"isRobinhoodMobileWallet"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:80084","eip155:80085"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Robinhood’s Web3 Wallet","badge_type":"none"},{"id":"107bb20463699c4e614d3a2fb7b961e66f48774cb8f6d6c1aee789853280972c","name":"Bitcoin.com Wallet","homepage":"https://www.bitcoin.com/","image_id":"f5b26eef-c5e8-421a-e379-ae010b4a7400","order":330,"mobile_link":"bitcoincom://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.bitcoin.com/","app_store":"https://apps.apple.com/us/app/bitcoin-wallet-by-bitcoin-com/id1252903728","play_store":"https://play.google.com/store/apps/details?id=com.bitcoin.mwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Buy, sell, store, trade, and use cryptocurrency with the Bitcoin.com Wallet, trusted by millions.","badge_type":"none"},{"id":"1ca0bdd4747578705b1939af023d120677c64fe6ca76add81fda36e350605e79","name":"Solflare","homepage":"https://solflare.com/","image_id":"34c0e38d-66c4-470e-1aed-a6fabe2d1e00","order":340,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/solflare-wallet/bhhhlbepdkbapadjdnnojkbgioiodbic","injected":[{"namespace":"solana","injected_id":"solflare"}],"chains":["solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Solflare is the safest way to start exploring Solana. Buy, store, swap tokens & NFTs and access Solana DeFi from web or mobile.","badge_type":"none"},{"id":"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26","name":"MathWallet","homepage":"https://mathwallet.org/","image_id":"26a8f588-3231-4411-60ce-5bb6b805a700","order":350,"mobile_link":"mathwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/math-wallet/afbcbjpbpfadlkmhmclhkeeodmamcflc","app_store":"https://apps.apple.com/us/app/mathwallet5/id1582612388","play_store":"https://play.google.com/store/apps/details?id=com.mathwallet.android","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/math-wallet/afbcbjpbpfadlkmhmclhkeeodmamcflc","injected":[{"namespace":"eip155","injected_id":"isMathWallet"}],"chains":["cosmos:cosmoshub-4","cosmos:irishub-1","cosmos:kava-4","eip155:1","eip155:10","eip155:100","eip155:1024","eip155:1030","eip155:109","eip155:1101","eip155:11297108109","eip155:1139","eip155:11501","eip155:122","eip155:128","eip155:1284","eip155:1285","eip155:1301","eip155:1313161554","eip155:148","eip155:1666600000","eip155:1666600001","eip155:167000","eip155:17777","eip155:200901","eip155:2020","eip155:204","eip155:245022934","eip155:25","eip155:288","eip155:30","eip155:321","eip155:324","eip155:336","eip155:3776","eip155:40","eip155:42161","eip155:42170","eip155:42220","eip155:43114","eip155:44","eip155:4689","eip155:50","eip155:5000","eip155:52","eip155:534352","eip155:56","eip155:56288","eip155:59","eip155:59144","eip155:61","eip155:66","eip155:686","eip155:7777777","eip155:787","eip155:82","eip155:8217","eip155:8453","eip155:86","eip155:8822","eip155:9001","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Multichain Wallet for Web3","badge_type":"none"},{"id":"19c54e02e79e8628512fae334d6dbbac7e2e8b53848a68a06191f3769ede92ff","name":"BlackFort Wallet","homepage":"https://blackfort.network","image_id":"f2cf0909-3e1e-4f67-8c3f-2b69f7a5eb00","order":360,"mobile_link":"blackfortwc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/pl/app/blackfort-wallet/id6447954137","play_store":"https://play.google.com/store/apps/details?id=exchange.blackfort.blackfortwallet&hl=en_US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:4777","eip155:4999"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"BlackFort Wallet, native wallet of the BlackFort Exchange Network chain and ecosystem.","badge_type":"none"},{"id":"6adb6082c909901b9e7189af3a4a0223102cd6f8d5c39e39f3d49acb92b578bb","name":"Keplr","homepage":"https://keplr.app","image_id":"527324b0-3849-462b-9a1a-72b53bdfea00","order":370,"mobile_link":"keplrwallet://wcV2","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.keplr.app","app_store":"https://apps.apple.com/us/app/keplr-wallet/id1567851089","play_store":"https://play.google.com/store/apps/details?id=com.chainapsis.keplr&hl=en&gl=US","rdns":"app.keplr","chrome_store":"https://chrome.google.com/webstore/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap?hl=en","injected":null,"chains":["cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:irishub-1","cosmos:kava-4","cosmos:likecoin-mainnet-2","eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Keplr is the largest Interchain wallet in the Cosmos ecosystem. ","badge_type":"none"},{"id":"e1882224c4c09a84575c533867d434267c46384f5a365b889605d28b061747c4","name":"BeeWallet","homepage":"https://www.bee.com/en","image_id":"77743ed9-5ac6-48f7-867d-0f98e481b500","order":380,"mobile_link":"bee://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id1529988919","play_store":"https://play.google.com/store/apps/details?id=network.bee.app","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/bee-wallet/nankopfjhdflikcokhgohiaoehnjfako","injected":[{"namespace":"eip155","injected_id":"isBeeWallet"}],"chains":["eip155:1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 wallet from BeeDAO, your bridge for entering Metaverse.","badge_type":"none"},{"id":"f714fdf911e330128463abe9684b8c02f492826db185afecef1e9070410efeec","name":"VeWorld Mobile","homepage":"https://veworld.com","image_id":"afa5084b-02da-4dd4-418b-9f6410e34e00","order":390,"mobile_link":"veworld://org.vechain.veworld.app/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://www.veworld.com/","play_store":"https://www.veworld.com/","rdns":null,"chrome_store":null,"injected":null,"chains":["vechain:87721b09ed2e15997f466536b20bb127","vechain:b1ac3413d346d43539627e6be7ec1b4a"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A Vechain Thor mobile wallet to manage your assets and interact with dApps","badge_type":"none"},{"id":"fe68cea63541aa53ce020de7398968566dfe8f3725663a564cac89490247ed49","name":"Best Wallet","homepage":"https://bestwallet.com/","image_id":"7f9574ed-eb42-4e04-0888-be2939936700","order":400,"mobile_link":"bw://app/connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/best-wallet/id6451312105","play_store":"https://play.google.com/store/apps/details?id=com.bestwallet.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56","eip155:80001","eip155:84531","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The best independent crypto wallet\n","badge_type":"none"},{"id":"76a3d548a08cf402f5c7d021f24fd2881d767084b387a5325df88bc3d4b6f21b","name":"LOBSTR Wallet","homepage":"https://lobstr.co/","image_id":"0dafcaab-0852-47f7-85dd-436b86491d00","order":410,"mobile_link":"lobstr://","desktop_link":null,"link_mode":null,"webapp_link":"https://lobstr.co/","app_store":"https://apps.apple.com/us/app/lobstr-stellar-wallet/id1404357892","play_store":"https://play.google.com/store/apps/details?id=com.lobstr.client","rdns":null,"chrome_store":null,"injected":null,"chains":["stellar:pubnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"LOBSTR is a leading platform for managing Stellar Lumens and other assets issued on the Stellar network.","badge_type":"none"},{"id":"6db5c2cd78ea5a09e820b7543dacc90bf3b1727e5bbaddff544b301de1f74f39","name":"Yo Wallet","homepage":"https://yowallet.io","image_id":"a38db32b-8291-4d25-9aae-4bf4b6e6f300","order":420,"mobile_link":"yo-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/fastex-wallet/id6474118944","play_store":"https://play.google.com/store/apps/details?id=com.yowallet.app","rdns":"com.fastex.wallet","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Yo Wallet is a self-custody multi-chain wallet. Offering a secure and user-friendly way to manage your digital assets.","badge_type":"none"},{"id":"d01c7758d741b363e637a817a09bcf579feae4db9f5bb16f599fdd1f66e2f974","name":"Valora","homepage":"https://valoraapp.com","image_id":"a03bfa44-ce98-4883-9b2a-75e2b68f5700","order":430,"mobile_link":"celo://wallet","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id1520414263","play_store":"https://play.google.com/store/apps/details?id=co.clabs.valora","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:42161","eip155:42220","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Valora is a mobile crypto wallet that enables global payments and easy access to decentralized apps.","badge_type":"none"},{"id":"bb71b54ced62aa11f76e4f3edacb37a41300807506db840b98b740379f99cc71","name":"Pintu","homepage":"https://pintu.co.id/","image_id":"b9c5dfd6-ca26-46c2-bc79-bc2570495800","order":440,"mobile_link":"pintu://web3wallet","desktop_link":null,"link_mode":null,"webapp_link":"https://pintu.co.id/","app_store":"https://apps.apple.com/id/app/pintu-buy-invest-crypto/id1494119678","play_store":"https://play.google.com/store/apps/details?id=com.valar.pintu&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:42161","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The simplest and most secure wallet for everyone, helping you easily access the entire Web3 ecosystem.","badge_type":"none"},{"id":"f323633c1f67055a45aac84e321af6ffe46322da677ffdd32f9bc1e33bafe29c","name":"Core","homepage":"https://core.app/?utm_source=referral&utm_medium=website&utm_campaign=walletconnect","image_id":"aec2da5c-8867-4a53-8f3d-4d547a30b400","order":450,"mobile_link":"core://","desktop_link":"core://","link_mode":null,"webapp_link":"https://core.app/?utm_source=referral&utm_medium=website&utm_campaign=walletconnect","app_store":"https://apps.apple.com/us/app/core-crypto-wallet-nfts/id6443685999","play_store":"https://play.google.com/store/apps/details?id=com.avaxwallet&hl=en_US&gl=US","rdns":"app.core.extension","chrome_store":"https://chrome.google.com/webstore/detail/core-crypto-wallet-nft-ex/agoakfejjabomempkjlepdflaleeobhb","injected":[{"namespace":"eip155","injected_id":"isAvalanche"}],"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:42161","eip155:43113","eip155:43114","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bridge, Buy, Swap and Send Crypto Easily with Core.","badge_type":"none"},{"id":"c87c562ce7f3a3ff9f4eed5f5a0edbcbd812db5aed4d14c7e6c044d8b6795d84","name":"Opera Crypto Browser","homepage":"http://opera.com","image_id":"877fa1a4-304d-4d45-ca8e-f76d1a556f00","order":460,"mobile_link":"cryptobrowser://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/itunes-u/id1604311726?action=write-review","play_store":null,"rdns":null,"chrome_store":"https://www.opera.com/crypto/next","injected":[{"namespace":"eip155","injected_id":"isOpera"}],"chains":["eip155:1","eip155:137","eip155:3","eip155:4","eip155:42","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Opera Crypto Browser offers a secure and optimized Web3 browser to revolutionize internet experiences for the blockchain community.","badge_type":"none"},{"id":"ff97af0ad5fca162553ebbd76f2564b7f7b04569c131e972b75bbff2dc13c1a9","name":"Cobalt Wallet","homepage":"https://www.horizen.io","image_id":"29d914e5-9daa-4342-33cd-169155c5a600","order":470,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/cobalt/hekbjgfncacdinlajhgiakpaieajpfph/related","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/cobalt/hekbjgfncacdinlajhgiakpaieajpfph/related","injected":[{"namespace":"eip155","injected_id":"horizen"}],"chains":["eip155:3","eip155:4","eip155:5"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Horizen's EVM wallet","badge_type":"none"},{"id":"994824d1e0b935f48ec3570c9d51fe5af9bbd9246b6f57210906f8b853ad2196","name":"Girin Wallet","homepage":"https://girin.app","image_id":"4a7f0768-f2b9-48be-f4a1-44c4c158e700","order":480,"mobile_link":"girinwallet://","desktop_link":"girinwallet://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/girin-wallet/id6670226485","play_store":"https://play.google.com/store/apps/details?id=app.girinwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["xrpl:0","xrpl:1"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Girin Wallet is coming to the web3 world in the near future. Enjoy seamless access to The Root Network and XRP Ledger simultaneously.","badge_type":"none"},{"id":"76260019aec5a3c44dd2421bf78e80f71a6c090d932c413a287193ed79450694","name":"Aurora Pass","homepage":"https://auroracloud.dev/pass","image_id":"6d93eeba-edce-431c-4293-e25784e61f00","order":490,"mobile_link":"aurora-pass://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/aurora-pass-web3-wallet/id6447244286","play_store":"https://play.google.com/store/apps/details?id=aurora.pass.android.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1313161554","eip155:1313161555","eip155:1313161556"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your gateway to the Aurora ecosystem\n","badge_type":"none"},{"id":"70d09ca3f616bcb1488542830055ec82d270ce17986a97b1f72f15a6af9f0b3f","name":"Chain","homepage":"https://chain.com","image_id":"f9f3d8da-e791-47d2-98c2-031712617e00","order":500,"mobile_link":"chainapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id6444779277","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Buy Bitcoin, NFTs & Crypto","badge_type":"none"},{"id":"cb604c517064f096976972384dc89948a5c850bca9b04866a443e10171d5965d","name":"Wombat","homepage":"https://wombat.app","image_id":"e675efa3-4ffc-4199-9c22-b9692baea900","order":510,"mobile_link":"wombat-wc://","desktop_link":"wombat://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/wombat-home-of-nft-gaming/id1474392110","play_store":"https://play.google.com/store/apps/details?id=io.getwombat.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:128","eip155:13371","eip155:137","eip155:17777","eip155:25","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Wombat, Play. Own. Be Yourself.","badge_type":"none"},{"id":"719bd888109f5e8dd23419b20e749900ce4d2fc6858cf588395f19c82fd036b3","name":"HaHa","homepage":"https://www.haha.me","image_id":"79285c9f-2630-451e-0680-c71b42fb7400","order":520,"mobile_link":"haha://","desktop_link":null,"link_mode":null,"webapp_link":"https://www.haha.me","app_store":"https://apps.apple.com/us/app/haha-crypto-portfolio-tracker/id1591158244","play_store":"https://play.google.com/store/apps/details?id=com.permutize.haha","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10143","eip155:11155111","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:84532"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Wallet and Portfolio Tracker","badge_type":"none"},{"id":"1b63efdee42329f05599ace3205efe387a4a92a331646c86a9193743d22509d7","name":"Huddln","homepage":"https://www.huddln.io","image_id":"7ba1571c-10c4-4284-b438-04dac27cb700","order":530,"mobile_link":"huddln://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/huddln-nft-social-network/id1503825604","play_store":"https://play.google.com/store/apps/details?id=com.huddln&hl=en_US&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3's social gateway","badge_type":"none"},{"id":"1aedbcfc1f31aade56ca34c38b0a1607b41cccfa3de93c946ef3b4ba2dfab11c","name":"OneKey","homepage":"https://onekey.so","image_id":"2067c771-93e8-4b32-b388-b2a0e1d4dc00","order":540,"mobile_link":"onekey-wallet://","desktop_link":"onekey-wallet://","link_mode":null,"webapp_link":"https://app.onekey.so/wc/connect","app_store":"https://apps.apple.com/us/app/onekey-open-source-wallet/id1609559473","play_store":"https://play.google.com/store/apps/details?id=so.onekey.app.wallet&hl=en_US&gl=US","rdns":"so.onekey.app.wallet","chrome_store":"https://chrome.google.com/webstore/detail/onekey/jnmbobjmhlngoefaiojfljckilhhlhcj","injected":[{"namespace":"eip155","injected_id":"isOneKey"},{"namespace":"solana","injected_id":"isOneKey"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:128","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:137","eip155:250","eip155:256","eip155:28","eip155:3","eip155:338","eip155:4","eip155:42161","eip155:42220","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:6","eip155:61","eip155:62","eip155:62320","eip155:63","eip155:65","eip155:66","eip155:69","eip155:80001","eip155:97","near:mainnet","near:testnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Open source multi-chain crypto wallet runs on all platforms: iOS, Android, Windows, macOS, Linux, Chrome, Firefox... and more.","badge_type":"none"},{"id":"13e0cd9c08c3b5788030abce5337e2acaaba259bc93f279332202d4078be8f58","name":"Jade Wallet","homepage":"https://www.jadewallet.io/","image_id":"280cd57b-24f4-4700-8d53-94fe292fab00","order":550,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/jade-wallet-bitcoin-defi/id1544207492","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Eliminate Single Point of Failures with MPC.","badge_type":"none"},{"id":"9ce87712b99b3eb57396cc8621db8900ac983c712236f48fb70ad28760be3f6a","name":"SubWallet","homepage":"https://www.subwallet.app/","image_id":"03f5c08c-fb30-46a0-ca5c-d8fdd7250b00","order":560,"mobile_link":"subwallet://","desktop_link":"subwallet://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/subwallet-polkadot-wallet/id1633050285","play_store":"https://play.google.com/store/apps/details?id=app.subwallet.mobile&hl=en_US","rdns":"app.subwallet","chrome_store":"https://chrome.google.com/webstore/detail/subwallet-polkadot-wallet/onhogfjeacnfoofkfgppdlbmlmnplgbn","injected":[{"namespace":"eip155","injected_id":"isSubWallet"},{"namespace":"polkadot","injected_id":"subwallet-js"}],"chains":["eip155:1","eip155:1284","eip155:1285","eip155:1287","eip155:56","eip155:8453","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Comprehensive Polkadot,\nSubstrate & Ethereum wallet","badge_type":"none"},{"id":"c5bba8af012b2139c406cc667a7b67a1503d984aeb0cdd2ef02e667c4abba6fe","name":"Modular Wallet Prod","homepage":"https://modular.pk","image_id":"70485da2-2568-463d-722c-25082997cc00","order":570,"mobile_link":"modularwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://modular.pk","app_store":"https://testflight.apple.com/join/Zbf6wZaP","play_store":"https://play.google.com/store/apps/details?id=com.modular","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:42161"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The first modular wallet.","badge_type":"none"},{"id":"a1f506a38f39b672b369bd13b68abbbd81f83a0489e6625f2bf12aa0389c22ae","name":"D'CENT Wallet","homepage":"https://dcentwallet.com","image_id":"bd543439-1b64-4291-f6ce-c5ffbc0a3500","order":580,"mobile_link":"dcent://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/dcent-hardware-wallet/id1447206611","play_store":"https://play.google.com/store/apps/details?id=com.kr.iotrust.dcent.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:100","eip155:128","eip155:137","eip155:14","eip155:16","eip155:19","eip155:246","eip155:25","eip155:288","eip155:30","eip155:31","eip155:321","eip155:4","eip155:42161","eip155:42220","eip155:43114","eip155:5","eip155:50","eip155:56","eip155:66","eip155:8217","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The most advanced cryptocurrency wallet","badge_type":"none"},{"id":"3c5602ac8e040c6dfe26aad1b183a848f86486094d18c8a5e19993d9c87ca52f","name":"Numio","homepage":"https://numio.one","image_id":"416ee463-6699-43f7-c0e3-396f0ad3d300","order":590,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://numio.one","app_store":"https://apps.apple.com/us/app/numio-ethereum-wallet-defi/id1538072952","play_store":"https://play.google.com/store/apps/details?id=com.numio.pay","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Send Crypto Instantly and Save up to 100x on Ethereum Fees Cheap. Fast. Secure. Download for free and start saving money today.","badge_type":"none"},{"id":"dd43441a6368ec9046540c46c5fdc58f79926d17ce61a176444568ca7c970dcd","name":"Internet Money Wallet","homepage":"https://internetmoney.io","image_id":"204b2240-5ce4-4996-6ec4-f06a22726900","order":600,"mobile_link":"internetmoney://","desktop_link":null,"link_mode":null,"webapp_link":"https://internetmoney.io","app_store":"https://apps.apple.com/us/app/id1641771042","play_store":"https://play.google.com/store/apps/details?id=com.internetmoneywallet.app","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/ckklhkaabbmdjkahiaaplikpdddkenic","injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:106","eip155:1285","eip155:25","eip155:3","eip155:338","eip155:4","eip155:4002","eip155:42","eip155:420","eip155:42161","eip155:43114","eip155:5","eip155:56","eip155:6","eip155:61","eip155:62","eip155:63","eip155:80001","eip155:940","eip155:97"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"EVM Wallet. Connect to All EVM Chains. First Tokenized Crypto Wallet of It's Kind. ","badge_type":"none"},{"id":"a29498d225fa4b13468ff4d6cf4ae0ea4adcbd95f07ce8a843a1dee10b632f3f","name":"HashPack","homepage":"https://hashpack.app","image_id":"8d55dd5a-7c9f-4929-d2d1-00564e41ac00","order":610,"mobile_link":"hashpack://","desktop_link":null,"link_mode":null,"webapp_link":"https://link.hashpack.app","app_store":"https://apps.apple.com/app/id6444389849","play_store":"https://play.google.com/store/apps/details?id=app.hashpack.wallet.twa","rdns":"com.hashpack.wallet","chrome_store":"https://chrome.google.com/webstore/detail/hashpack/gjagmgiddbbciopjhllkdnddhcglnemk","injected":null,"chains":["eip155:295","eip155:296","hedera:mainnet","hedera:testnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The leading Hedera wallet","badge_type":"none"},{"id":"c40c24b39500901a330a025938552d70def4890fffe9bd315046bd33a2ece24d","name":"Kabila Wallet","homepage":"https://kabila.app/","image_id":"e6263e25-7f31-4186-5ad4-75e17312c500","order":620,"mobile_link":"https://wallet.kabila.app","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.kabila.app","app_store":"https://apps.apple.com/es/app/kabila-wallet/id6467106529","play_store":"https://play.google.com/store/apps/details?id=wallet.kabila.app&hl=es_419&gl=US","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/kabila-wallet/cnoepnljjcacmnjnopbhjelpmfokpijm","injected":null,"chains":["eip155:295","eip155:296","hedera:mainnet","hedera:testnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Kabila Wallet is a non-custodial account manager based on Hedera network. A clean, fun and easy-to-use Wallet.","badge_type":"none"},{"id":"6577b7c91453a7047f1c31c5897bd59087a8cca35181e069656079255542abb4","name":"Sabay Wallet App","homepage":"https://wallet.sabay.com","image_id":"c4df7014-abaf-4016-8180-fb994804b400","order":630,"mobile_link":"myApp://kh.com.sabay.sabaywallet","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kh/app/sabay-wallet/id6449341309","play_store":"https://play.google.com/store/apps/details?id=kh.com.sabay.sabaywallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Blochain Wallet to connect with MySabay","badge_type":"none"},{"id":"fd8aaa5bd590e3648350cee9475dd7306f25ba03fd9c1ed6dd61cb9eccd2ca4e","name":"MoonPay Account","homepage":"https://moonpay.com","image_id":"dd3fcf1c-6d23-4c0e-0170-899034585f00","order":640,"mobile_link":null,"desktop_link":"moonpay://","link_mode":null,"webapp_link":"https://wallet-connect.moonpay.com","app_store":"https://apps.apple.com/us/app/moonpay-buy-bitcoin-ethereum/id1635031432","play_store":"https://play.google.com/store/apps/details?id=com.moonpay&hl=en_US&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MoonPay Account is your gateway to Web3","badge_type":"none"},{"id":"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2","name":"MEW wallet","homepage":"https://mewwallet.com","image_id":"e2024511-2c9b-46d7-3111-52df3d241700","order":650,"mobile_link":"mewwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://download.mewwallet.com/?source=wc","app_store":"https://apps.apple.com/app/id1464614025","play_store":"https://play.google.com/store/apps/details?id=com.myetherwallet.mewwallet","rdns":null,"chrome_store":null,"injected":[{"namespace":"eip155","injected_id":"isMEWwallet"}],"chains":["eip155:1","eip155:137","eip155:56","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Buy Ethereum & cryptocurrency, trade tokens, collect NFTs and explore web3","badge_type":"none"},{"id":"dacf9f750e579e7aa93a752117fb3870a5bfc2e967441b477cef5e6f1458e33d","name":"Tokoin | My-T Wallet","homepage":"https://tokoin.io","image_id":"88a2518c-16c2-4ee3-4699-1a1c6903bc00","order":660,"mobile_link":"mtwallet://app","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/my/app/tokow/id1489276175","play_store":"https://play.google.com/store/apps/details?id=com.tokoin.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"It is the first official digital wallet from Tokoin where you can store and transfer your TOKO token.","badge_type":"none"},{"id":"b6329af78b11719de52ca0426fb50d64b9b965335fc53dafed994ec22680614e","name":"Imota ","homepage":"https://imota.io","image_id":"c81f5bbf-ce66-42bd-3436-f1baaaa18b00","order":670,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/imota/id6444327204","play_store":"https://play.google.com/store/apps/details?id=com.nft5.imota&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:66"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Imota is a non-custodial, multi-chain wallet with the most cutting-edge technologies, aiming to accelerate Blockchain mass adoption","badge_type":"none"},{"id":"848a1500e563b3a6151bbd2643fefc8e04ac088312f7f812c75d67b0badbf55f","name":"Lode Wallet","homepage":"https://lode.one/","image_id":"6442d532-b118-4286-1ee4-46624fefbf00","order":680,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://lodewallet.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:43114"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Redefining Monetary Systems with Digital Silver and Gold","badge_type":"none"},{"id":"380efff687c7d2222d62378c588d45d2e0ff40a0fc4d8f778c4d6fbe58cec5ed","name":"Atomic Wallet","homepage":"https://atomicwallet.io","image_id":"7eca0311-abf5-4902-43e9-51858403e200","order":690,"mobile_link":"atomicwallet://","desktop_link":"atomicwallet://","link_mode":null,"webapp_link":"https://chromewebstore.google.com/detail/atomic-wallet/gjnckgkfmgmibbkoficdidcljeaaaheg","app_store":"https://apps.apple.com/us/app/atomic-wallet/id1478257827","play_store":"https://play.google.com/store/apps/details?id=io.atomicwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["bip122:12a765e31ffd4059bada1e25190f6e98","cip-34:1-764824073","eip155:1","eip155:56","eip155:57073","near:mainnet","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","stellar:pubnet","tezos:mainnet","waves:087","xrpl:0"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Atomic Wallet – Secure, non-custodial wallet for BTC, ETH, USDT & 1000+ assets. Full control, swap & stake easily! ","badge_type":"none"},{"id":"3ed8cc046c6211a798dc5ec70f1302b43e07db9639fd287de44a9aa115a21ed6","name":"Leap","homepage":"https://leapwallet.io/","image_id":"d64ae9c7-c0be-495d-041e-35c6bb2cc100","order":700,"mobile_link":"leapcosmos://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/leap-cosmos/id1642465549/","play_store":"https://play.google.com/store/apps/details?id=io.leapwallet.cosmos","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/leap-cosmos-wallet/fcfcfllfndlomdhbehjjcoimbgofdncg","injected":[{"namespace":"cosmos","injected_id":"window.leap"}],"chains":["cosmos:cosmoshub-4","eip155:1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A crypto super wallet for Cosmos blockchains","badge_type":"none"},{"id":"43fd1a0aeb90df53ade012cca36692a46d265f0b99b7561e645af42d752edb92","name":"Nova Wallet","homepage":"https://novawallet.io","image_id":"4f159b10-419b-483a-f2bf-da3d17855e00","order":710,"mobile_link":"novawallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/nova-polkadot-kusama-wallet/id1597119355","play_store":"https://play.google.com/store/apps/details?id=io.novafoundation.nova.market","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:686","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Ultimate Mobile Wallet for Web3","badge_type":"none"},{"id":"e6a8cb6abe47f88d7511b0698829eab01d76e78bad82b8ccca66004055055d89","name":"Flow Wallet","homepage":"https://wallet.flow.com/","image_id":"f67a1db8-5704-4353-ead8-bd85c02a8700","order":720,"mobile_link":"frw://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ca/app/flow-wallet-nfts-and-crypto/id6478996750","play_store":"https://play.google.com/store/apps/details?id=com.flowfoundation.wallet","rdns":"com.flowfoundation.wallet","chrome_store":"https://chrome.google.com/webstore/detail/flow-reference/hpclkefagolihohboafpheddmmgdffjm","injected":[{"namespace":"flow","injected_id":"isFlowWallet"}],"chains":["flow:mainnet","flow:testnet"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Flow Wallet is the non-custodial wallet on Flow blockchain. It enables you to access Web 3.0, NFTs, tokens and dApps.","badge_type":"none"},{"id":"689e621a3585ca018fd44ff404bc89079a0e55e9c632574e8bf8d2b1c7918911","name":"GoodDollar","homepage":"https://gooddollar.org","image_id":"371ab65b-e2c8-4843-f18a-cbcf2ba2ed00","order":730,"mobile_link":"gooddollar://","desktop_link":"gooddollar://","link_mode":null,"webapp_link":"https://wallet.gooddollar.org/","app_store":null,"play_store":"https://play.google.com/store/apps/details?id=org.gooddollar","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:122","eip155:42220"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto Universal Basic Income","badge_type":"none"},{"id":"835dc63f69f65113220e700112363fef2a5f1d72d6c0eef4f2c7dc66bf64b955","name":"CVL Wallet","homepage":"https://cvl.network","image_id":"e4eff15a-35d5-49fe-047f-33e331f46400","order":740,"mobile_link":"https://app.cvl.network/","desktop_link":null,"link_mode":null,"webapp_link":"https://app.cvl.network/","app_store":"https://apps.apple.com/ru/app/cvl-wallet/id6444357628","play_store":"https://play.google.com/store/apps/details?id=llp.bc_group.cvl_wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"CVL Wallet is the easiest way to store, send, receive and exchange crypto, fiat currencies, metals and stocks at a speed never seen before.","badge_type":"none"},{"id":"372945354184bfbf3eb51e38d8fafde15a4bc11b88904334e7bad7c8229e6bb1","name":"Bitso Web3 Wallet","homepage":"https://bitso.com/web3-wallet","image_id":"7e4953fb-de22-4761-1ff6-8c494549aa00","order":750,"mobile_link":"bitso://bitso.com/web3-wallet","desktop_link":null,"link_mode":null,"webapp_link":"https://bitso.com/web3-wallet","app_store":"https://apps.apple.com/br/app/bitso-%C3%A9-f%C3%A1cil-comprar-bitcoin/id1292836438","play_store":"https://play.google.com/store/apps/details?id=com.bitso.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:42161","eip155:8453","eip155:84531"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Interact with trusted Web3 apps to swap tokens, collect NFTs and diversify your crypto holdings as you explore different blockchain Networks","badge_type":"none"},{"id":"9414d5a85c8f4eabc1b5b15ebe0cd399e1a2a9d35643ab0ad22a6e4a32f596f0","name":"Zengo Wallet","homepage":"https://zengo.com/","image_id":"6133c399-ae32-4eba-0c5a-0fb84492bf00","order":760,"mobile_link":"zengo://get.zengo.com/","desktop_link":null,"link_mode":null,"webapp_link":"https://web.zengo.com/","app_store":"https://apps.apple.com/us/app/zengo-crypto-bitcoin-wallet/id1440147115","play_store":"https://play.google.com/store/apps/details?id=com.zengo.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The leading self-custodial wallet with no seed phrase vulnerability","badge_type":"none"},{"id":"3c2c985c0adff6f46a0d0e466b3924ed8a059043882cd1944ad7f2adf697ed54","name":"Klip","homepage":"https://klipwallet.com/","image_id":"f7b6b2a6-ebe7-4779-6ad1-79a3142e6b00","order":770,"mobile_link":"klipwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/클립-klip/id1627665524","play_store":"https://play.google.com/store/apps/details?id=com.klipwallet.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:8217"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Klip for WalletConnect","badge_type":"none"},{"id":"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6","name":"Ready","homepage":"https://www.ready.co","image_id":"215158d2-614b-49c9-410f-77aa661c3900","order":780,"mobile_link":"argent://app/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/argent/id1358741926","play_store":"https://play.google.com/store/apps/details?id=im.argent.contractwalletclient&hl=en&gl=US&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:80084","eip155:80085"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Buy, earn, stake and trade on Ethereum Layer 2 with low fees & bulletproof security with Ready (formerly Argent).","badge_type":"none"},{"id":"438b07441c5273c60e415efd227862d9b1344ef378d9ee7d1b3bfa8b33384eff","name":"Everspace","homepage":"https://everspace.app","image_id":"80eaa630-6392-4b0a-a604-0a0f808e4d00","order":790,"mobile_link":"everspace://","desktop_link":null,"link_mode":null,"webapp_link":"https://everspace.app/","app_store":"https://apps.apple.com/ru/app/everspace/id1585434994?l=en","play_store":"https://play.google.com/store/apps/details?id=com.oberton.app","rdns":null,"chrome_store":null,"injected":null,"chains":["tvm:42"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial multichain crypto wallet","badge_type":"none"},{"id":"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a","name":"Enjin Wallet","homepage":"https://enjin.io/products/wallet","image_id":"add9626b-a5fa-4c12-178c-e5584e6dcd00","order":800,"mobile_link":"enjinwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/enjin-nft-crypto-wallet/id1349078375","play_store":"https://play.google.com/store/apps/details?id=com.enjin.mobile.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56","polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Enjin Wallet is a secure non-custodial wallet to store, send, manage NFTs, FTs, and digital collectables.","badge_type":"none"},{"id":"1aa28414c95f5024133faf5766d376bb9c853c280d158cd3e22dc2b7b0a95a2d","name":"BlockWallet","homepage":"https://blockwallet.io/","image_id":"ef825629-9828-4a5a-b376-62ab4ee81f00","order":810,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/blockwallet/bopcbmipnjdcdfflfgjdgdjejmgpoaab","injected":[{"namespace":"eip155","injected_id":"isBlockWallet"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:200","eip155:250","eip155:3","eip155:30","eip155:31","eip155:4","eip155:4002","eip155:420","eip155:42161","eip155:421611","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:69","eip155:80001","eip155:97"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"BlockWallet is a self-custodial wallet making it easy to secure digital assets, protect identity, and experience Web3.","badge_type":"none"},{"id":"9e14926bb64fa2ff359c3acbd75bb675b09efa6f72aed049616a053827140025","name":"U2U Wallet","homepage":"https://wallet.uniultra.xyz/","image_id":"03bca3fc-c191-4877-592d-0b0d6557c900","order":820,"mobile_link":"u2uwc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/u2u-wallet/id6446194312?l=vi","play_store":"https://play.google.com/store/apps/details?id=org.u2u.wallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/u2u-wallet/ebjfhkbnnbjhcedilbedghedfgiaioed","injected":null,"chains":["eip155:1","eip155:43113","eip155:43114","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Easy asset management. Multichain available. Self-custody wallet. Web3 Dapp browser. Store cryptocurrencies and NFTs in one place","badge_type":"none"},{"id":"24fd8104e07aa1802aef51426222f23868013b83655fb6686c8478744dd2fda1","name":"Halo Wallet","homepage":"https://halo.social/","image_id":"80583973-8b44-4bef-0af9-099cfdbed600","order":830,"mobile_link":"halowallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/hk/app/id1633572905","play_store":"https://play.google.com/store/apps/details?id=com.kucoin.wallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/halo-wallet/nbdpmlhambbdkhkmbfpljckjcmgibalo","injected":[{"namespace":"eip155","injected_id":"isHaloWallet"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:321","eip155:42161","eip155:43110","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your Social Web3 Gateway\n","badge_type":"none"},{"id":"550b59942eb58a7226381bf7935f22d311e56ee29c3530e44d96b1de0550a35a","name":"Okto","homepage":"https://okto.tech/","image_id":"154c69b7-9bb1-4010-5b4c-6b37eeda8900","order":840,"mobile_link":"okto://","desktop_link":null,"link_mode":null,"webapp_link":"https://okto.tech/","app_store":"https://apps.apple.com/in/app/okto-wallet/id6450688229","play_store":"https://play.google.com/store/apps/details?id=com.coindcx.okto&hl=en_IN&gl=US","rdns":null,"chrome_store":"https://okto.tech/","injected":null,"chains":["eip155:137","eip155:250","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Okto web3 wallet: Simple gateway to DeFi. Trade 1000+ tokens, 20+ chains, earn from 100+ protocols. Easy investing and trading features.","badge_type":"none"},{"id":"01925725cdc7a5008824c8f19eff85769903fbcc53c62639feb0d4f8d3a6cf52","name":"Kriptomat","homepage":"https://kriptomat.io/web3/","image_id":"774110aa-70f6-4d0c-210f-ab434838fa00","order":850,"mobile_link":"kriptomatapp://wallet-connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id1440135740","play_store":"https://play.google.com/store/apps/details?id=io.kriptomat.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The simplest way to use Web3 apps.","badge_type":"none"},{"id":"7819f9cd07e8d7101a483087869f1e57b7d448f3ec5f4ef3eda63c19b926dc17","name":"Xellar","homepage":"https://xellar.co","image_id":"67b5a91d-a9ce-4268-d73d-b2f924a0b400","order":860,"mobile_link":"xellar://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/xellar-crypto-wallet/id1671215861","play_store":"https://play.google.com/store/apps/details?id=com.xellar.wallets","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The worlds most lightweight & secure hard wallet combined with the decentralized banks within one platform","badge_type":"none"},{"id":"47c5a25372f22ccf2df09a8431ccd00c02df19f4b73fa0e7c04c1573b90aec7a","name":"HAQQ Wallet","homepage":"https://haqq.network/wallet","image_id":"99fe539d-6a2a-4f52-2211-42fd04a9f300","order":870,"mobile_link":"haqq://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/haqq-wallet-by-bored-gen/id6443843352","play_store":"https://play.google.com/store/apps/details?id=com.haqq.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:11235","eip155:54211"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Mobile crypto wallet for secure, halal cryptocurrency storage and instant access","badge_type":"none"},{"id":"159b0423ce9075d5662f588f805931d989627affab3e63e4dd7ebc62b9c6738c","name":"Oxalus Wallet","homepage":"https://oxalus.io/wallet","image_id":"a6e22fcb-6b69-45d2-b52d-a4a347a21e00","order":880,"mobile_link":"oxalus://","desktop_link":null,"link_mode":null,"webapp_link":"https://oxalus.io/","app_store":"https://apps.apple.com/vn/app/oxalus-wallet/id1620111723","play_store":"https://play.google.com/store/apps/details?id=io.oxalus.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:42","eip155:43113","eip155:43114","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The true wallet for people","badge_type":"none"},{"id":"b06656d0b04f34279945f36452bc4089e8b62a44e1d58f9e98807525ac37af06","name":"WOW EARN","homepage":"https://www.ullapay.com/","image_id":"1985a753-7fd8-4d75-4c50-7998ea68a800","order":890,"mobile_link":"ullawallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id6443434220","play_store":"https://play.google.com/store/apps/details?id=com.hxg.wallet&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:128","eip155:137","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The best crypto wallet","badge_type":"none"},{"id":"4b3713c23d5b38f8ae42e0682e81b1286828b0b48ad2e983ba5b928b47f937f4","name":"Alephium Wallet","homepage":"https://alephium.org/","image_id":"3ece76f1-fc71-4fad-2d28-707f5a8d2300","order":900,"mobile_link":"alephium://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/alephium-wallet/id6469043072","play_store":"https://play.google.com/store/apps/details?id=org.alephium.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["alephium:-1_mainnet","alephium:-1_testnet","alephium:0_mainnet","alephium:0_testnet","alephium:1_mainnet","alephium:1_testnet","alephium:2_mainnet","alephium:2_testnet","alephium:3_mainnet","alephium:3_testnet"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Alephium Wallet is your key to the Alephium ecosystem.","badge_type":"none"},{"id":"85db431492aa2e8672e93f4ea7acf10c88b97b867b0d373107af63dc4880f041","name":"Frontier","homepage":"https://www.frontier.xyz","image_id":"a78c4d48-32c1-4a9d-52f2-ec7ee08ce200","order":910,"mobile_link":"frontier://","desktop_link":null,"link_mode":null,"webapp_link":"https://www.frontier.xyz/download","app_store":"https://apps.apple.com/us/app/frontier-defi-wallet/id1482380988","play_store":"https://play.google.com/store/apps/details?id=com.frontierwallet&hl=en_IN&gl=US","rdns":"xyz.frontier.wallet","chrome_store":"https://chrome.google.com/webstore/detail/frontier-wallet/kppfdiipphfccemcignhifpjkapfbihd","injected":[{"namespace":"eip155","injected_id":"isFrontier"},{"namespace":"solana","injected_id":"isFrontier"}],"chains":["cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:kava-4","eip155:1","eip155:10","eip155:100","eip155:122","eip155:1284","eip155:1285","eip155:1313161554","eip155:137","eip155:1666600000","eip155:25","eip155:250","eip155:288","eip155:42161","eip155:42220","eip155:43114","eip155:4689","eip155:56","eip155:8217","eip155:88","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The unified non-custodial wallet to Send, Stake, Swap, Bridge Crypto & NFTs. Interact with DeFi apps, 50+ Blockchains & ecosystems.","badge_type":"none"},{"id":"4aea33b6f8fd1d4b5be08cdd54356274ea3185868ace51728af7ba8891211a82","name":"OverFlex","homepage":"https://over.network/overflex","image_id":"ac442ec8-206d-4885-41dc-005aa94bc500","order":920,"mobile_link":"overflex://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/overwallet-for-over-protocol/id6447250892","play_store":"https://play.google.com/store/apps/details?id=com.superblock.overmobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:54176","eip155:541764"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your Journey on Over\nBegins with OverFlex.\nBlockchain has never been easier.","badge_type":"none"},{"id":"647ced4fad747a3a613abfe160fed7deb4e85d8623ac9329e94b24dd0d86bf00","name":"Dawn Wallet","homepage":"https://www.dawnwallet.xyz","image_id":"dcb4a287-a6f5-4e81-cbab-2d0eb27b2f00","order":930,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/dawn-ethereum-wallet/id1673143782","play_store":null,"rdns":null,"chrome_store":null,"injected":[{"namespace":"eip155","injected_id":"isDawn"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A gateway to DeFi, culture and governance on the layers of Ethereum.","badge_type":"none"},{"id":"b3adea6c0b9172c4a49da31d264a7c4aacd70ea04f6af8e8977ecb974298b13c","name":"Unstoppable Wallet","homepage":"https://unstoppable.money/","image_id":"a63cbfce-0726-4f94-9187-a761afb94400","order":940,"mobile_link":"unstoppable.money://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/unstoppable-crypto-wallet/id1447619907","play_store":"https://play.google.com/store/apps/details?id=io.horizontalsystems.bankwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unstoppable Wallet is a decentralized, open-source, non-custodial, multi-blockchain, cryptocurrency wallet app.","badge_type":"none"},{"id":"18388be9ac2d02726dbac9777c96efaac06d744b2f6d580fccdd4127a6d01fd1","name":"Rabby","homepage":"https://rabby.io/","image_id":"255e6ba2-8dfd-43ad-e88e-57cbb98f6800","order":950,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/rabby/acmacodkjbdgmoleebolmdjonilkdbch","app_store":null,"play_store":null,"rdns":"io.rabby","chrome_store":"https://chrome.google.com/webstore/detail/rabby-wallet/acmacodkjbdgmoleebolmdjonilkdbch","injected":[{"namespace":"eip155","injected_id":"isRabby"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:128","eip155:1284","eip155:1285","eip155:1313161554","eip155:137","eip155:250","eip155:30","eip155:40","eip155:42161","eip155:42220","eip155:56","eip155:66"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"The game-changing wallet for Ethereum and all EVM chains","badge_type":"none"},{"id":"1a5f2435e8e31c4034f1d142e85d9f7d3be2a09ddf710e5ef1ad4e36c719d3c0","name":"ioPay","homepage":"https://iopay.me/","image_id":"411d80d0-3a75-4932-560f-565d8c715e00","order":960,"mobile_link":"iopay://","desktop_link":null,"link_mode":null,"webapp_link":"https://iopay.me/","app_store":"https://apps.apple.com/app/apple-store/id1478086371","play_store":"https://play.google.com/store/apps/details?id=io.iotex.iopay.gp","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:42","eip155:42161","eip155:43114","eip155:4689","eip155:4690","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi-Chain Crypto Wallet. Supports IoTeX, Ethereum, BNB Chain, Polygon.","badge_type":"none"},{"id":"e053718e3e968b085a0ae5d11ce1c3d74ba6918c27319c70fc358a48138a5cc4","name":"tomi Wallet","homepage":"https://tomi.com/wallet","image_id":"e0592a0e-1909-4a73-7955-2dbf9caac200","order":970,"mobile_link":"tomiwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/tomipay-digital-payment-system/id1643501440","play_store":"https://play.google.com/store/apps/details?id=com.tomiapp.production","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/tomipay/feoojlbclclaoifjiedeeenhldlenopl","injected":[{"namespace":"eip155","injected_id":"istomiPAY"}],"chains":["eip155:1","eip155:137","eip155:250","eip155:43114","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Digital Payment System","badge_type":"none"},{"id":"f384f4e9274c6e15ee1fd6f96a00ae22bb7de0053df8fbd3fcf0457de480be96","name":"Coin Wallet","homepage":"https://coin.space","image_id":"f550bcb1-72a9-4e00-268e-3e543a23b600","order":980,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://coin.space/wallet/","app_store":"https://apps.apple.com/app/coin-wallet-bitcoin-crypto/id980719434?platform=iphone","play_store":"https://play.google.com/store/apps/details?id=com.coinspace.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:61"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Coin Wallet is a non-custodial multicurrency wallet for multiple platforms.","badge_type":"none"},{"id":"b2ce31fb31735fa886270806340de999f72342a7c29484badd8d4d013d77c8b8","name":"COCA Wallet","homepage":"https://www.coca.xyz/","image_id":"34c9a3a1-a331-4c30-f7bc-182861ccca00","order":990,"mobile_link":"wirexwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://wirexapp.com/wirex-wallet","app_store":"https://apps.apple.com/app/id1594165139","play_store":"https://play.google.com/store/apps/details?id=com.wirex.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Dive into a realm of unparalleled security devoid of private key vulnerabilities, all while retaining absolute control over your funds.","badge_type":"none"},{"id":"2a3c89040ac3b723a1972a33a125b1db11e258a6975d3a61252cd64e6ea5ea01","name":"Coin98 Super Wallet","homepage":"https://coin98.com/wallet","image_id":"e7c6d5d0-b986-4348-de22-fc940e1aee00","order":1000,"mobile_link":"coin98://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/coin98-wallet/id1561969966","play_store":"https://play.google.com/store/apps/details?id=coin98.crypto.finance.media&hl=vi&gl=US","rdns":"com.coin98","chrome_store":"https://chrome.google.com/webstore/detail/coin98-wallet/aeachknmefphepccionboohckonoeemg","injected":[{"namespace":"eip155","injected_id":"isCoin98"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:122","eip155:128","eip155:1284","eip155:1313161554","eip155:1666600000","eip155:199","eip155:200","eip155:25","eip155:250","eip155:288","eip155:321","eip155:324","eip155:361","eip155:42161","eip155:56","eip155:61","eip155:66","eip155:86","eip155:88","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Coin98 Wallet is the #1 non-custodial, multi-chain wallet, and DeFi gateway","badge_type":"none"},{"id":"08739356e3fc0efd9498696b7831e8b42b0ad7390af663cd3ba3c30866195b34","name":"BCERTin wallet","homepage":"https://blockcerts.com","image_id":"e321346d-5ce7-4e75-371e-e4f0bf923900","order":1010,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.blockcerts.BlockCerts&hl=en_US&gl","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:3","eip155:4","eip155:5"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The BCERTin wallet comes with a set of amazing tools to manage your business & life with unlimited cloud access","badge_type":"none"},{"id":"19fcea5bdddbf5abbb9ecdcb53acf6fb17da23ab0984ee1dbe487688d8d4ffe7","name":"THORWallet","homepage":"https://www.thorwallet.org/","image_id":"45165bea-fdae-454e-7caa-31681f255200","order":1020,"mobile_link":"thorwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ch/app/thorwallet-defi-wallet/id1592064324","play_store":"https://play.google.com/store/apps/details?id=defisuisse.thorwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:mayachain-mainnet-v1","cosmos:thorchain-mainnet-v1","eip155:1","eip155:10000","eip155:1284","eip155:1285","eip155:137","eip155:324","eip155:42161","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial wallet, free VISA card, and complementary Swiss bank account for secure crypto management and cross-chain transactions.","badge_type":"none"},{"id":"a18aeec9fab0c08ca41e7bdaae06cac5700bb628ec75c6381bacd9b2df574895","name":"Monarch Wallet","homepage":"https://monarchwallet.com","image_id":"c664d955-8a1e-4460-3917-4cfcf198f000","order":1030,"mobile_link":"https://monarchwallet.com","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/monarch-wallet/id1386397997","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Secure, Decentralized, DAPP Gateway, *NFTs, Buy, Sell, Earn, Swap & *Recurring & Custom Crypto Payments — Over 1 Million Wallets Generated","badge_type":"none"},{"id":"3968c3f5e1aa69375e71bfc3da08a1d24791ac0b3d1c3b1c7e3a2676d175c856","name":"Loopring","homepage":"https://loopring.io/","image_id":"2103feda-4fc8-4635-76a7-02a4ed998000","order":1040,"mobile_link":"loopring://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/loopring-smart-wallet/id1550921126","play_store":"https://play.google.com/store/apps/details?id=loopring.defi.wallet","rdns":"io.loopring.wallet","chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Loopring Smart Wallet","badge_type":"none"},{"id":"ff771deda39152ddb76add14a8eb17564af6bf2765bb1298a69a062723608298","name":"metapro wallet","homepage":"https://wallet.metapro.one","image_id":"20775b9e-c38f-4173-509f-896a84593b00","order":1050,"mobile_link":"metapro://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/metapro-wallet/id1628087356","play_store":"https://play.google.com/store/apps/details?id=com.metapro.app&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:42161","eip155:56","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"First choice web3 gaming non-custodial wallet. Manage your games and assets!","badge_type":"none"},{"id":"23d57b0a48df6cec411e609ddedaa290dae4a844ea90909ddd33aca794574603","name":"MyWalliD","homepage":"https://www.wallid.io/","image_id":"e6cff623-9671-4a39-acc7-1c2292d7e100","order":1060,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/wallid-wallet/eknlkogikcabnjbjnhmjllabckeapdii","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"MyWalliD lets the user store and manage their own identities assets on the browser local memory or to authenticate on the web3.","badge_type":"none"},{"id":"d99d67379a0af80a39ef8fa79ad477debfe5abb71bd7cf92d12f30d6ffa69506","name":"GameStop Wallet","homepage":"https://wallet.gamestop.com/wallets","image_id":"c12536e0-dff1-4a1a-6c8f-c7247d6aa200","order":1070,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.gamestop.com/wallets","app_store":"https://wallet.gamestop.com/wallets","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"GameStop Wallet is a simple and secure way to get started with Web3. Use your GameStop Wallet to buy, hold, swap. Power to the players!","badge_type":"none"},{"id":"f94a60403cdffa9a521dd12f9ec1004a887755c62ecf7bb4e9b8ee6806c26b58","name":"UvToken","homepage":"https://www.uvtoken.com","image_id":"a0057241-cd91-4a53-7175-016b76bfd900","order":1080,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://www.uvtoken.com","app_store":"https://apps.apple.com/hk/app/uvtoken/id1552556395","play_store":"https://wallet.uvtoken.com/static/download/android/uvtoken.apk","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:128","eip155:56","eip155:65","eip155:66","eip155:97","polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A safe, convenient and efficient decentralized digital asset management community","badge_type":"none"},{"id":"8821748c25de9dbc4f72a691b25a6ddad9d7df12fa23333fd9c8b5fdc14cc819","name":"Burrito","homepage":"https://burritowallet.com","image_id":"7eec7187-3f48-4fda-53bb-b0ad55749a00","order":1090,"mobile_link":"burrito://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/burrito-wallet/id6449563083","play_store":"https://play.google.com/store/apps/details?id=com.burritowallet.app","rdns":null,"chrome_store":null,"injected":null,"chains":["casper:casper","eip155:1","eip155:10","eip155:137","eip155:19011","eip155:2020","eip155:248","eip155:288","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:59144","eip155:7518","eip155:80094","eip155:8217","eip155:8453","polkadot:91b171bb158e2d3848fa23a9f1c25182","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Let's wrap it up with Burrito Wallet!","badge_type":"none"},{"id":"7424d97904535b14fe34f09f63d8ca66935546f798758dabd5b26c2309f2b1f9","name":"Bridge Wallet","homepage":"https://mtpelerin.com","image_id":"20c3072e-c92e-4902-d4b9-cb2b6ab29100","order":1100,"mobile_link":"https://bridge.mtpelerin.com/wc","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/bridge-wallet/id1481859680","play_store":"https://play.google.com/store/apps/details?id=com.mtpelerin.bridge&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:250","eip155:30","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Swiss app to invest in crypto the easy way","badge_type":"none"},{"id":"e2c884737858154c28ff2c543f96331f8987f58734a9c9eaff6d2daef8cd2917","name":"Dohrnii Wallet","homepage":"https://dohrnii.io/","image_id":"1bb51ed9-68ed-4012-3082-72dcb7754300","order":1110,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://dohrnii.io/","app_store":"https://apps.apple.com/ch/app/dohrnii-wallet/id1624702756?l=en","play_store":"https://play.google.com/store/apps/details?id=io.dohrnii.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The official wallet of the Dohrnii DAO","badge_type":"none"},{"id":"dd15a3530dc4de4c50ebb22010824c41337403efec713f1187695c72934fb94c","name":"Plus Wallet","homepage":"https://pluswallet.app","image_id":"2c21491b-58ce-47bb-ace9-bdef71f43600","order":1120,"mobile_link":"pluswallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/plus-wallet-app/id6467651848","play_store":"https://play.google.com/store/apps/details?id=com.PlusWallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Plus Wallet is your all-in-one solution for managing digital assets and exploring the fascinating world of blockchain technology. ","badge_type":"none"},{"id":"a3e4e54d0266116e3b51cdb89630dacb1b45c5a40d3ae7c98ca329489bf2e15a","name":"LocalTrade Wallet","homepage":"https://lab.localtrade.cc","image_id":"fcc60983-74ae-484a-4242-87cb6f05f100","order":1130,"mobile_link":"https://ws.lab.localtrade.cc","desktop_link":null,"link_mode":null,"webapp_link":"https://docs.localtrade.cc/products/defi-wallet-mvp-for-ios","app_store":"https://apps.apple.com/app/localtrade-defi-wallet/id1602772298","play_store":"https://play.google.com/store/apps/details?id=com.localtrade.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Created as an addition to our interconnected ecosystem, this wallet is the definitive gateway to the world of decentralized finance","badge_type":"none"},{"id":"ca57b69f837149751431765b8cd4ed94ec8f3730b802035764ecf3505b597409","name":"UPTN","homepage":"https://dapp-web.uptn.io","image_id":"5e656c3e-96ae-484f-c0c6-37bc908daa00","order":1140,"mobile_link":"uptn://dapp-web.uptn.io/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/id6444606758","play_store":"https://play.google.com/store/apps/details?id=io.uptn.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:248","eip155:43114"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"쉽게 시작할 수 있는 블록체인 지갑, UPTN Station (업튼 스테이션)\nUPTN Station은 UPTN 블록체인에서 사용하는 가상자산 지갑 서비스입니다.","badge_type":"none"},{"id":"b1b0a0916c431f46a062ee2a757d93454c82ff1f22e00bf83ba1a9abd09570ab","name":"HERE Wallet","homepage":"https://herewallet.app","image_id":"21cadc07-2f45-4860-3358-83a2057b6300","order":1150,"mobile_link":"herewallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://download.herewallet.app?ios","play_store":"https://download.herewallet.app?android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1313161554"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"HERE Wallet - secure, fun and powerful client for crypto exchanges.\n\nKeep money safe and use Binance via HERE app when you really need it.\n\n","badge_type":"none"},{"id":"24fa79ebaafca330af474d828d3d1d4b20b4d7f93f7d2fd4986ddafee5e51b14","name":"Xcapit","homepage":"https://xcapit.com/","image_id":"17f59b75-21b0-4b3f-b024-fe4b9b8d2300","order":1160,"mobile_link":"https://app.xcapit.com/links","desktop_link":null,"link_mode":null,"webapp_link":"https://app.xcapit.com/","app_store":"https://apps.apple.com/ar/app/xcapit/id1545648148","play_store":"https://play.google.com/store/apps/details?id=com.xcapit.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:30","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The first smart wallet, easy and simple to use for decentralized finance, without government restrictions.","badge_type":"none"},{"id":"e6d7b916732325821a4016c374dec9e2d58becdac154ce3ea20db1fd9fe1d57e","name":"Zeal","homepage":"https://www.zeal.app/","image_id":"5416fb0b-9aec-4ffe-b7cd-c04c79ea4300","order":1170,"mobile_link":"zeal://walletconnect/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"app.zeal","chrome_store":"https://chrome.google.com/webstore/detail/zeal-wallet/heamnjbnflcikcggoiplibfommfbkjpj?hl=en&authuser=0","injected":[{"namespace":"eip155","injected_id":"isZeal"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:10000","eip155:100000","eip155:100001","eip155:100002","eip155:100003","eip155:100004","eip155:100005","eip155:100006","eip155:100007","eip155:100008","eip155:10001","eip155:10003","eip155:1001","eip155:1007","eip155:101","eip155:1010","eip155:10101","eip155:1012","eip155:102","eip155:1022","eip155:1023","eip155:1024","eip155:10243","eip155:1026062157","eip155:1028","eip155:106","eip155:108","eip155:11","eip155:110","eip155:110000","eip155:110001","eip155:110002","eip155:110003","eip155:110004","eip155:110005","eip155:110006","eip155:110007","eip155:110008","eip155:1101","eip155:111","eip155:11155111","eip155:1122334455","eip155:11235","eip155:11297108099","eip155:11297108109","eip155:1139","eip155:114","eip155:1140","eip155:11888","eip155:12","eip155:12051","eip155:1213","eip155:122","eip155:123456","eip155:124","eip155:127","eip155:1273227453","eip155:128","eip155:1280","eip155:1284","eip155:1285","eip155:1286","eip155:1287","eip155:1288","eip155:13","eip155:1313114","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:1313500","eip155:13371337","eip155:1350216234","eip155:1351057110","eip155:137","eip155:14","eip155:142","eip155:1442","eip155:1482601649","eip155:15","eip155:1517929550","eip155:1564830818","eip155:16","eip155:16000","eip155:16001","eip155:1618","eip155:162","eip155:1620","eip155:163","eip155:1657","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:1666700000","eip155:1666700001","eip155:1666700002","eip155:1666700003","eip155:17","eip155:170","eip155:172","eip155:18","eip155:18289463","eip155:1856","eip155:186","eip155:19","eip155:19011","eip155:1907","eip155:1908","eip155:1987","eip155:199","eip155:1995","eip155:2","eip155:20","eip155:200","eip155:20001","eip155:200625","eip155:201030","eip155:20181205","eip155:2020","eip155:2021","eip155:2022","eip155:204","eip155:2046399126","eip155:21","eip155:2100","eip155:2101","eip155:210309","eip155:211","eip155:2195","eip155:22","eip155:222","eip155:23","eip155:24484","eip155:245022926","eip155:245022934","eip155:245022940","eip155:246","eip155:246529","eip155:246785","eip155:24734","eip155:248","eip155:25","eip155:250","eip155:2559","eip155:256","eip155:262","eip155:269","eip155:27","eip155:274","eip155:28","eip155:280","eip155:288","eip155:2888","eip155:28945486","eip155:295","eip155:296","eip155:3","eip155:30","eip155:31","eip155:31102","eip155:311752642","eip155:3125659152","eip155:31337","eip155:32","eip155:321","eip155:322","eip155:324","eip155:32659","eip155:3269","eip155:3270","eip155:33","eip155:333888","eip155:333999","eip155:336","eip155:338","eip155:344106930","eip155:35","eip155:35855456","eip155:36","eip155:361","eip155:363","eip155:364","eip155:365","eip155:369","eip155:38","eip155:385","eip155:39797","eip155:4","eip155:40","eip155:4002","eip155:40875","eip155:41","eip155:418","eip155:42","eip155:420","eip155:42069","eip155:42161","eip155:421611","eip155:421613","eip155:4216137055","eip155:421614","eip155:42170","eip155:42220","eip155:43","eip155:43110","eip155:43113","eip155:43114","eip155:432201","eip155:432204","eip155:44","eip155:44787","eip155:4689","eip155:4690","eip155:4759","eip155:476158412","eip155:48991","eip155:49797","eip155:499","eip155:5","eip155:50","eip155:5000","eip155:5001","eip155:503129905","eip155:51","eip155:5197","eip155:52","eip155:53","eip155:534351","eip155:534353","eip155:54211","eip155:55","eip155:558","eip155:56","eip155:5611","eip155:56288","eip155:57","eip155:570","eip155:5700","eip155:57000","eip155:58","eip155:5851","eip155:5869","eip155:59","eip155:59140","eip155:59144","eip155:595","eip155:6","eip155:60","eip155:60000","eip155:60001","eip155:60002","eip155:60103","eip155:61","eip155:61717561","eip155:62","eip155:62320","eip155:63","eip155:64","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:69","eip155:7","eip155:70000","eip155:70001","eip155:70002","eip155:70103","eip155:7027","eip155:71393","eip155:721","eip155:73799","eip155:73927","eip155:7518","eip155:7575","eip155:7576","eip155:76","eip155:77","eip155:7762959","eip155:777","eip155:7777777","eip155:78","eip155:78110","eip155:78281","eip155:787","eip155:8","eip155:80","eip155:80001","eip155:8029","eip155:803","eip155:8080","eip155:82","eip155:820","eip155:821","eip155:8217","eip155:8285","eip155:83","eip155:8453","eip155:84531","eip155:85","eip155:86","eip155:8723","eip155:8724","eip155:88","eip155:880","eip155:8888","eip155:8995","eip155:9","eip155:9000","eip155:9001","eip155:9372","eip155:940","eip155:95","eip155:955305","eip155:96970","eip155:97","eip155:9728","eip155:9731","eip155:9732","eip155:977","eip155:99","eip155:99415706","eip155:998","eip155:999"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The best web3 wallet for builders and on-chain earners on all EVM networks.","badge_type":"none"},{"id":"37aacf1e6bf6793c892e42c3f7623a61d9ffcb4337010804cc3193c4d596cf5c","name":"Oasys Passport","homepage":"https://www.oasys-wallet.com/","image_id":"43eb1fb9-e0db-4c9b-d864-4d7fc5abcc00","order":1180,"mobile_link":"oasys-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/jp/app/oasys-passport/id6449960854","play_store":"https://play.google.com/store/apps/details?id=com.oasys_wallet.oas_app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:19011","eip155:248","eip155:40875","eip155:5","eip155:80001","eip155:9372"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Simple and easy wallet for blockchain game beginners on Oasys","badge_type":"none"},{"id":"bfa6967fd05add7bb2b19a442ac37cedb6a6b854483729194f5d7185272c5594","name":"Absolute Wallet","homepage":"https://absolutewallet.com/dashboard/bridge","image_id":"03797059-fc49-4adc-7b93-503290b62300","order":1190,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://t.me/AbsoluteWalletBot","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:100","eip155:122","eip155:1284","eip155:1285","eip155:1313161554","eip155:137","eip155:1666600000","eip155:199","eip155:25","eip155:250","eip155:321","eip155:42161","eip155:42220","eip155:43114","eip155:50","eip155:56","eip155:61","eip155:66","eip155:8","eip155:820","polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Multi-chains Crypto Wallet. Store, manage, stake and earn cryptocurrencies from your favorite messaging App!","badge_type":"none"},{"id":"6c90dec3879127b46e162146e88cc272a79654648392d6de0feaa4b5127f38eb","name":"Locker Token","homepage":"https://locker-token.com/","image_id":"37401d35-3fa1-451c-802d-604940315800","order":1200,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.locker-token.com/","app_store":"https://apps.apple.com/ar/app/locker-token/id1619140841?l=en","play_store":"https://play.google.com/store/apps/details?id=com.lockertoken","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:30","eip155:31","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi-currency digital wallet platform connecting you with the crypto-world.","badge_type":"none"},{"id":"1f69170bf7a9bdcf89403ec012659b7124e158f925cdd4a2be49274c24cf5e5d","name":"CoolWallet","homepage":"https://coolwallet.io/","image_id":"f581365d-e844-4d21-8e35-44a755a32d00","order":1210,"mobile_link":"coolwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/us/app/coolwallet-s-2018/id1328764142","play_store":"https://play.google.com/store/apps/details?id=com.coolbitx.cwsapp","rdns":"com.coolbitx.cwsapp","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:108","eip155:137","eip155:14","eip155:25","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:59144","eip155:66","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Explore the Web3 universe with the coolest wallet.","badge_type":"none"},{"id":"3fecad5e2f0a30aba97edea69ebf015884a9b8a9aec93e66d4b4b695fee1f010","name":"Torus","homepage":"https://app.tor.us","image_id":"1caa462e-dcf5-4c56-d180-094c81444f00","order":1220,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.tor.us","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:1001","eip155:1284","eip155:1285","eip155:137","eip155:30","eip155:31","eip155:420","eip155:42161","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:65","eip155:66","eip155:8217","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910"],"description":"Torus is the most secure passwordless authentication and private key management platform with the security guarantees.","badge_type":"none"},{"id":"dd8ee41915d967e547c80266e883d77ee808427405f4e8026a85ac1308104221","name":"Linen","homepage":"https://linen.app/","image_id":"aff3e4e1-92a9-4066-f48f-3591947cf200","order":1230,"mobile_link":"linen://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/linen-app-investing-in-defi/id1480509067","play_store":"https://play.google.com/store/apps/details?id=app.linen.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:100","eip155:137","eip155:5","eip155:80001"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Linen users are protected by the Safe technology used by large crypto holders.","badge_type":"none"},{"id":"c679c2a1267c8cfb51d5d28a1a21f3eca5e8d7556332b9b9eb400c1f371844c9","name":"Nabox","homepage":"https://nabox.io/","image_id":"3b75e9f7-2ca8-4a33-ed2b-4e8a0c048d00","order":1240,"mobile_link":"https://nabox.io/app/*","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/nabox-wallet/nknhiehlklippafakaeklbeglecifhad?hl=en","app_store":"https://testflight.apple.com/join/Ux18h5Nv","play_store":"https://play.google.com/store/apps/details?id=com.wallet.nabox","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1313161554","eip155:4689","eip155:50"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Nabox is a cross-chain DID application built for Web3. ","badge_type":"none"},{"id":"959c4774921adfcd49b30c88eb53f3831df6cc8c2f65577fbdd65c26a342577e","name":"Marble","homepage":"https://www.marblewallet.com/","image_id":"eb6de921-6824-4f35-6331-8a8b031e7100","order":1250,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.marblewallet.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:3","eip155:4","eip155:420","eip155:5","eip155:6","eip155:69","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"A fully customizable non-custodial wallet that takes seconds for your users to set up. No seed phrases or extensions needed.","badge_type":"none"},{"id":"445ced0f482742632dfa6684f802eb1a2bb3cb97531bd06e02fb297c6ad21de1","name":"Family","homepage":"https://family.co","image_id":"18ba1b99-6268-4d7e-bead-260e978b1a00","order":1260,"mobile_link":"familywallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/family-ethereum-wallet/id1606779267","play_store":null,"rdns":"co.family.wallet","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:324","eip155:42161","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Family is a beautiful, secure, and user-friendly Ethereum wallet.","badge_type":"none"},{"id":"631c29ea78dabcfd0addef077c496b18689c7c8ac8a6643e3bef93555a8555f9","name":"ATON","homepage":"https://www.platon.network/en/wallet","image_id":"2e85f1d1-f498-4cae-bb54-1d40614ee300","order":1270,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://www.platon.network/en/wallet","app_store":"https://apps.apple.com/us/app/aton-platon-network%E9%92%B1%E5%8C%85/id1473112418?l=zh","play_store":"https://play.google.com/store/apps/details?id=com.platon.aton","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:201030","eip155:210309"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"ATON is a safe and easy to use mobile wallet, and the first one that supports PlatON's network.","badge_type":"none"},{"id":"92dec31cb291452a58043db64f26b20c886607661fd82e921be6362d5fee7f49","name":"Krystal","homepage":"https://krystal.app/","image_id":"d2b59965-4eb8-4828-d3d4-fbc0b3379e00","order":1280,"mobile_link":"krystalwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://defi.krystal.app/","app_store":"https://apps.apple.com/us/app/krystal-one-platform-all-defi/id1558105691","play_store":"https://play.google.com/store/apps/details?id=com.kyrd.krystal","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1313161554","eip155:137","eip155:25","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:8217"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Simplest Web3 Wallet for Everyone","badge_type":"none"},{"id":"163d2cf19babf05eb8962e9748f9ebe613ed52ebf9c8107c9a0f104bfcf161b3","name":"Brave Wallet","homepage":"https://brave.com/wallet/","image_id":"8cecad66-73e3-46ee-f45f-01503c032f00","order":1290,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"com.brave.wallet","chrome_store":"https://brave.com/wallet/","injected":[{"namespace":"eip155","injected_id":"isBraveWallet"},{"namespace":"solana","injected_id":"isBraveWallet"}],"chains":["eip155:1","eip155:10","eip155:1313161554","eip155:137","eip155:250","eip155:4","eip155:42220","eip155:44787","eip155:5","eip155:56","eip155:80001","eip155:8453","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"The secure multi-chain crypto wallet","badge_type":"none"},{"id":"fe9127f49fd95e20e6d877d0e224da6a75062f52d8fb9784856a5cb7ef39e9d2","name":"ELLIPAL","homepage":"https://www.ellipal.com","image_id":"0a5b45a1-c974-4f41-6c14-376714478c00","order":1300,"mobile_link":"ELLIPAL://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/us/app/ellipal/id1426179665?l=zh&ls=1&mt=8","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:128","eip155:137","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"ELLIPAL is an all-in-one cryptocurrency wallet. It combines the safety of a Cold Wallet with the convenience of a mobile one. ","badge_type":"none"},{"id":"4b0ef81be0008b86e873d57554e533a7b93b99dd6e9376ae4cbb4fea29b64269","name":"Yuse Wallet","homepage":"https://yusetoken.io/","image_id":"2cd61458-59c2-4208-c8ee-98b5e0076b00","order":1310,"mobile_link":"yuse://wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/yuse-wallet/id6449364813","play_store":"https://play.google.com/store/apps/details?id=com.yuse.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Yuse Wallet is the official crypto wallet of Yuse Technologies.","badge_type":"none"},{"id":"abe0fdeae7b922a07bd0ced268cae04c1195ca1a50a478ca82b6b34a74b83700","name":"Gryfyn","homepage":"https://gryfyn.io/","image_id":"51bb1507-45a1-4d21-15f2-1cc2ebe69400","order":1320,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://gryfyn.io/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","5ab4170b-2d88-475e-8fd7-ec9eeb6ce45d"],"description":"Gryfyn is a custodial wallet that gives you access to Web3 experiences without needing to worry about the security of your private keys.","badge_type":"none"},{"id":"c482dfe368d4f004479977fd88e80dc9e81107f3245d706811581a6dfe69c534","name":"NOW Wallet","homepage":"https://walletnow.app/","image_id":"b6ee4efc-f53e-475b-927b-a7ded6211700","order":1330,"mobile_link":"nowwallet://","desktop_link":"nowwallet://","link_mode":null,"webapp_link":"https://walletnow.app.link","app_store":"https://apps.apple.com/app/now-wallet-bitcoin-crypto/id1591216386","play_store":"https://play.google.com/store/apps/details?id=com.nowwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56","near:mainnet"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Cryptocurrency Fort Knox in your pocket","badge_type":"none"},{"id":"394631c96f2c3201ffd5b3f3f249028163a893ae2ff9076882350e70f3450cb0","name":"Saakuru All-in-One crypto App","homepage":"https://app.saakuru.com","image_id":"bb9120f9-9757-4aae-0378-3e4dc2f82100","order":1340,"mobile_link":"metaone://","desktop_link":null,"link_mode":null,"webapp_link":"https://getmeta.one/","app_store":"https://apps.apple.com/us/app/saakuru-all-in-one-crypto-app/id1627212812","play_store":"https://play.google.com/store/apps/details?id=ventures.aag.metaone","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:1666600000","eip155:1666600001","eip155:248","eip155:42161","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"All your crypto needs satisfied in one App","badge_type":"none"},{"id":"cf14642fb8736a99b733ada71863241c823743b16e2a822b3dba24e2fa25014d","name":"Taho","homepage":"https://taho.xyz/","image_id":"13416950-f73f-4a4c-2f22-d494ed5df800","order":1350,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/taho/eajafomhmkipbjmfmhebemolkcicgfmd","injected":[{"namespace":"eip155","injected_id":"isTally"}],"chains":["eip155:1","eip155:5"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"First community-owned web3 wallet","badge_type":"none"},{"id":"a9751f17a3292f2d1493927f0555603d69e9a3fcbcdf5626f01b49afa21ced91","name":"Frame","homepage":"https://frame.sh/","image_id":"29b4f569-c1e8-4144-132e-629bf5290f00","order":1360,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/frame-companion/ldcoohedfbjoobcadoglnnmmfbdlmmhf","injected":[{"namespace":"eip155","injected_id":"isFrame"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:5"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"A privacy focused Ethereum wallet that runs natively on macOS, Windows and Linux","badge_type":"none"},{"id":"c7708575a2c3c9e6a8ab493d56cdcc56748f03956051d021b8cd8d697d9a3fd2","name":"FoxWallet","homepage":"http://foxwallet.com","image_id":"d673068d-1acf-4372-76ee-8eb931c59e00","order":1370,"mobile_link":"foxwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/foxwallet-crypto-web3/id1590983231","play_store":"https://play.google.com/store/apps/details?id=com.foxwallet.play","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Best Multi-chain Web3 Wallet Private & Secure Decentralized & Flexible","badge_type":"none"},{"id":"4d0cf1b635a59175b4ad6d6522b0b748ee920b1f8c32030fa704c00926efdf3e","name":"Paper","homepage":"https://withpaper.com","image_id":"37d7a10f-d94d-4a56-c30e-267e8afbd500","order":1380,"mobile_link":"https://withpaper.com","desktop_link":null,"link_mode":null,"webapp_link":"https://withpaper.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:420","eip155:5","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Connect an app's embedded wallet powered by Paper.","badge_type":"none"},{"id":"c40b9bcef32fa6ce4e0df98be1420628bbc4957646f742380fe618fcb4ab74f1","name":"RiceWallet","homepage":"https://ricewallet.io/","image_id":"df94578e-19be-4f00-258f-2470343e7b00","order":1390,"mobile_link":"ricewallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://ricewallet.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Investing in DeFi for Everyone","badge_type":"none"},{"id":"4f5de5333fed2ccf47c690579aba3b9128aea78175339ff51ef61704bde7502a","name":"Okse Wallet","homepage":"https://okse.io","image_id":"8a1b36d5-7f40-403a-7000-5d30f9181200","order":1400,"mobile_link":"oksewallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://okse.io","app_store":"https://apps.apple.com/us/app/okse-wallet-card/id1555914591","play_store":"https://play.google.com/store/apps/details?id=wallet.okse.io","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:106","eip155:128","eip155:1313161554","eip155:250","eip155:3","eip155:4","eip155:40","eip155:42","eip155:43114","eip155:5","eip155:56","eip155:88"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Okse Wallet & Card App","badge_type":"none"},{"id":"21af5c7a9c01793077b61aecbb4bb5648e9be62a6a0a42c5f4d2ff05d4e00d5c","name":"Tholos","homepage":"https://tholos.app","image_id":"f0f306e6-2dba-4805-e7b9-4f25952e2900","order":1410,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://dashboard.tholos.app","app_store":"https://apps.apple.com/app/tholos/id1669578487","play_store":"https://play.google.com/store/apps/details?id=app.tholos.tholos","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:42161","eip155:421614","eip155:43113","eip155:43114","eip155:56","eip155:8453","eip155:84532","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"User-friendly multi-signer wallet built for teams","badge_type":"none"},{"id":"19ad8334f0f034f4176a95722b5746b539b47b37ce17a5abde4755956d05d44c","name":"Aktionariat","homepage":"https://aktionariat.com/","image_id":"6d18e8ea-b536-4038-c5bf-94a499d5a400","order":1420,"mobile_link":"aktionariat://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ch/app/aktionariat/id1518326813","play_store":"https://play.google.com/store/apps/details?id=com.aktionariat.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:324","eip155:42161","eip155:43114","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A fully automated, blockchain-based market tool. Embedded in your company's website.","badge_type":"none"},{"id":"44ca80bba6838e116e8d0a2c1a1f37041ea322379cc65a71479b6a240b6fcab2","name":"Cypher Wallet","homepage":"https://cypherhq.io","image_id":"7bce0965-a4cc-4aad-6217-009d51017500","order":1430,"mobile_link":"cypherwallet://","desktop_link":"cypherwallet://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/cypherd-wallet/id1604120414","play_store":"https://play.google.com/store/apps/details?id=com.cypherd.androidwallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/cypher-wallet/niiaamnmgebpeejeemoifgdndgeaekhe","injected":[{"namespace":"eip155","injected_id":"window.ethereum.isCypherD"}],"chains":["cosmos:cosmoshub-4","eip155:1","eip155:10","eip155:1101","eip155:137","eip155:250","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non Custodial Multichain Wallet Mobile , Chrome Extension, Crypto Card, \nEVM + Cosmos Wallet / Inter-chain Bridge, Swap. ","badge_type":"none"},{"id":"5dc61e9d57489bccc11306365361614dac3de1d8eab2a9a7877a95970f68712f","name":"PayBolt","homepage":"https://www.paybolt.com","image_id":"cc8f4e0c-56a8-465a-6cb6-3e9d60846500","order":1440,"mobile_link":"paybolt://Wallet","desktop_link":null,"link_mode":null,"webapp_link":"https://www.paybolt.com","app_store":"https://apps.apple.com/app/paybolt-crypto/id1599880290","play_store":"https://play.google.com/store/apps/details?id=com.fincrypt.paybolt","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"World’s first Web3 cross-chain crypto payment ecosystem that accepts ALL tokens.","badge_type":"none"},{"id":"123e6d19e6c0f575b148c469eb191f8b92618c13c94c4758aee35e042e37fa21","name":"Compass Wallet","homepage":"https://compasswallet.io/","image_id":"1d7dea00-96be-4ce8-ca15-d14bddbb5000","order":1450,"mobile_link":"leapcompass://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/compass-wallet-for-sei/id6450257441","play_store":"https://play.google.com/store/apps/details?id=io.leapwallet.compass","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/compass-wallet-for-sei/anokgmphncpekkhclmingpimjmcooifb","injected":null,"chains":["eip155:1329"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A crypto wallet for Sei Blockchain, brought to you by the Leap Wallet team.\n\nCompass is the best way to navigate through the Sei ecosystem.","badge_type":"none"},{"id":"cbe13eb482c76f1fa401ff4c84d9acd0b8bc9af311ca0620a0b192fb28359b4e","name":"Plasma Wallet","homepage":"https://plasma-wallet.com","image_id":"c268e78d-ffb0-4c8b-5cad-04c3add48500","order":1460,"mobile_link":"plasmawallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/plasmapay-defi-crypto-wallet/id1461735396","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:128","eip155:1284","eip155:1285","eip155:1313161554","eip155:25","eip155:250","eip155:28","eip155:288","eip155:42161","eip155:43114","eip155:56","eip155:66"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial iOS crypto wallet for DeFi, NFT and Web3","badge_type":"none"},{"id":"feb6ff1fb426db18110f5a80c7adbde846d0a7e96b2bc53af4b73aaf32552bea","name":"Cosmostation","homepage":"https://www.cosmostation.io/","image_id":"ea26c3c8-adb6-4dc4-ee02-35d6eee02800","order":1470,"mobile_link":"cosmostation://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/cosmostation/id1459830339","play_store":"https://play.google.com/store/apps/details?id=wannabit.io.cosmostaion","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","cosmos:irishub-1","cosmos:kava-4","eip155:66"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Wallet For Cosmos Ecosystem","badge_type":"none"},{"id":"7468ebbf5e14bd146c4fa12a08fb1a0d8d9af3b66409a5b682b64cffc4f21919","name":"ByteBank","homepage":"https://www.bytebank.org/","image_id":"bc7aacd6-b2e2-4146-7d21-06e0c5d44f00","order":1480,"mobile_link":"hideoutWallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/sg/app/hideout-wallet/id1620315192?l=zh","play_store":"https://play.google.com/store/apps/details?id=com.hideout.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Storing and managing your cryptocurrencies made easier. No matter where you are, no matter which digital currency you hold.","badge_type":"none"},{"id":"8308656f4548bb81b3508afe355cfbb7f0cb6253d1cc7f998080601f838ecee3","name":"Unstoppable Domains","homepage":"https://unstoppabledomains.com/","image_id":"4725dda0-4471-4d0f-7adf-6bbe8b929c00","order":1490,"mobile_link":"unstoppabledomains://","desktop_link":null,"link_mode":null,"webapp_link":"https://unstoppabledomains.com/","app_store":"https://apps.apple.com/us/app/unstoppable-domains/id1544748602","play_store":"https://play.google.com/store/apps/details?id=com.unstoppabledomains.manager","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your identity for Web3","badge_type":"none"},{"id":"e401b54ca287ce5c4c4579a91220e79816cff07cdf18b388fde84449c3be8a51","name":"Koala Wallet","homepage":"https://koalawallet.io/","image_id":"0d222367-ffaf-4402-3873-fdc80e521b00","order":1500,"mobile_link":"kowallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/koala-wallet/id1627486259","play_store":"https://play.google.com/store/apps/details?id=com.eucalyptuslabs.kowallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/koala-wallet/lnnnmfcpbkafcpgdilckhmhbkkbpkmid","injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:8081"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Koala Wallet makes it easier than ever to buy, send, receive, and safely store your crypto assets.","badge_type":"none"},{"id":"9504a1c1a86cc0702b2d3e47049e1389b373fb2ff22de3208c748d62912433a4","name":"Opto Wallet","homepage":"https://optowallet.com/","image_id":"3df102e4-e435-49dd-d4b1-5ea74ebed500","order":1510,"mobile_link":"opto://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/opto-wallet/id6443854537","play_store":"https://play.google.com/store/apps/details?id=app.opto.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["near:mainnet","near:testnet"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The wallet built for NEAR Protocol & Octopus Network","badge_type":"none"},{"id":"66a1b8d00aa8da714ae07a123a565f6226c44156a54ed04ffc6ee5ffe1f56e64","name":"Mirai App","homepage":"https://miraiapp.io","image_id":"0c8022b0-d5a3-4561-64d5-a3e60d1ed500","order":1520,"mobile_link":"miraiapp://","desktop_link":null,"link_mode":null,"webapp_link":"https://miraiapp.io","app_store":"https://apps.apple.com/vn/app/mirai-app-mpc-powered-wallet/id6472134236","play_store":"https://play.google.com/store/apps/details?id=co.mirailabs.app","rdns":null,"chrome_store":null,"injected":[{"namespace":"eip155","injected_id":"isMirai"}],"chains":["eip155:1","eip155:137","eip155:2718","eip155:42161","eip155:421613","eip155:56","eip155:80001","eip155:97","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Mirai App is your trusted partner for navigating the dynamic world of digital assets with the MPC technology.","badge_type":"none"},{"id":"2cca8c1b0bea04ba37dee4017991d348cdb7b826804ab2bd31073254f345b715","name":"Bee Wallet","homepage":"https://www.beewallet.app","image_id":"f90bc33f-f085-40cf-7538-fae5ae84f900","order":1530,"mobile_link":"beewallet.app://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/lt/app/bee-for-uniswap-pancakeswap/id1617257467","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:250","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bee Wallet is a mobile-first crypto wallet that lets you manage funds, swap tokens safely, and track your NFT collection.","badge_type":"none"},{"id":"1f711d32b1df0f84741fafa2ad1d81599b01297cc7d22d153272cb3ef4232f19","name":"Sequence Wallet","homepage":"https://sequence.xyz/","image_id":"b2d5c39c-a485-4efa-5736-a782204e4a00","order":1540,"mobile_link":"https://sequence.app","desktop_link":null,"link_mode":null,"webapp_link":"https://sequence.app","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:4","eip155:42161","eip155:421611","eip155:43113","eip155:43114","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Sequence is the smartest web3 wallet and developer platform. Sequence makes building user-friendly web3 applications easy for developers.","badge_type":"none"},{"id":"17a4ec96ceb34ade8e5215220df2051614aeebb832cc80ef19ddd7f33d5ba862","name":"Fizen Wallet","homepage":"https://fizen.io","image_id":"1160bfa2-b669-42ba-b224-13edcd40c700","order":1550,"mobile_link":"fw://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/fizen-wallet/id1621269508","play_store":"https://play.google.com/store/apps/details?id=com.fizen.io.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:106","eip155:137","eip155:199","eip155:200","eip155:250","eip155:43114","eip155:56","eip155:66"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Fizen Super App for Crypto Spending - The Bridge Between Your Crypto and Real-life Activities","badge_type":"none"},{"id":"a0718f5fb1493e4aaac72cff62d162cb85db40ed68fd8700298f36f1d5c4b73d","name":"AirGap Wallet","homepage":"https://airgap.it","image_id":"76bfe8cd-cf3f-4341-c33c-60da01065000","order":1560,"mobile_link":"airgap-wallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.airgap.it","app_store":"https://itunes.apple.com/us/app/airgap-wallet/id1420996542?l=de&ls=1&mt=8","play_store":"https://play.google.com/store/apps/details?id=it.airgap.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Self custody made simple and secure. Based on a two device approach, increasing security and usability with YOU in the driver’s seat","badge_type":"none"},{"id":"a2eb8a1c403a4440b2f578e9deb185b8e22cf4ec2a2a58441032b84b13aaab87","name":"The Pulse Wallet","homepage":"https://thepulsewallet.org/","image_id":"1f3d46b8-2569-4601-5084-845f7e64da00","order":1570,"mobile_link":"wallet.pulse://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/pulse-wallet/id6458346951","play_store":"https://play.google.com/store/apps/details?id=com.wallet.thepulse","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:369","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The safest and fastest way to explore and master PulseChain. Store, manage, trade, and swap crypto and NFT anywhere anytime.","badge_type":"none"},{"id":"b83a346877b71c02b8531f53485ce12bc00033eabcc1213ca3329cbc744813a5","name":"Holdstation Wallet","homepage":"https://www.holdstation.com","image_id":"dba228fc-d0c9-497b-903e-843ad1076e00","order":1580,"mobile_link":"holdstation://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/holdstation-web3-wallet/id6444925618","play_store":"https://play.google.com/store/apps/details?id=io.holdstation","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Holdstation Wallet is a self-custodial wallet working with all EVM. Holdstation aims to be a secured wallet with the best user experience.","badge_type":"none"},{"id":"15d7610042217f691385d20e640869dc7273e991b04e8f476417cdc5ec856955","name":"Coinomi","homepage":"https://www.coinomi.com","image_id":"3b446d16-a908-40c8-5835-9a6efe90dd00","order":1590,"mobile_link":"coinomi://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/app/coinomi-wallet/id1333588809","play_store":"https://play.google.com/store/apps/details?id=com.coinomi.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The blockchain wallet trusted by millions. Securely store, manage, and exchange Bitcoin, Ethereum, and more than 1,770 Tokens and Altcoins.","badge_type":"none"},{"id":"63488e0e0679da829dd964a670f2d0bf8643f52aa2d5a8a8539c3a4fcad6a78a","name":"Trustee Wallet","homepage":"https://trusteeglobal.com","image_id":"853e6f0a-ccb6-4b7e-e73b-89171a4e0a00","order":1600,"mobile_link":"tw://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/trustee-wallet/id1462924276","play_store":"https://play.google.com/store/apps/details?id=com.trusteewallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:10001","eip155:106","eip155:137","eip155:1666600000","eip155:199","eip155:250","eip155:3","eip155:4","eip155:56","eip155:61","stellar:pubnet","vechain:b1ac3413d346d43539627e6be7ec1b4a","waves:087","xrpl:0"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Support 31 blockchain & tokens of ERC20, BEP20, TRC10/TRC20, SPL, NFT. Built-in crypto swap & ETH, SOL, TRX, VET staking.","badge_type":"none"},{"id":"2c724cd7e745016e6e4acccebdcc49464e13ec17ee23141c4fb2fe8004be2504","name":"Wallacy","homepage":"https://wallacy.io","image_id":"9496c3d8-8b60-495f-bd55-c3af19519d00","order":1610,"mobile_link":"wallacy://","desktop_link":"wallacy://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/wallacy-crypto-btc-wallet/id6448592576","play_store":"https://play.google.com/store/apps/details?id=io.wallacy.cryptowallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:5","eip155:56","eip155:80001","eip155:8217","eip155:8453","eip155:97"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A Gamified and Hybrid Crypto Wallet","badge_type":"none"},{"id":"ca3f372788f7eaceda2429be20dd4f9c8c148f0d103bb7ba8576f8138104f18c","name":"Jambo","homepage":"https://www.jambo.technology/","image_id":"b0fd39a1-d147-4bf7-4cb5-68a294b26f00","order":1620,"mobile_link":"jbw://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.jambo","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1329","eip155:420","eip155:61","eip155:84531"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Jambo is building the web3 superapp to educate, bank and entertain our African community.","badge_type":"none"},{"id":"a9104b630bac1929ad9ac2a73a17ed4beead1889341f307bff502f89b46c8501","name":"Blade Wallet","homepage":"https://bladewallet.io","image_id":"8fa87652-b043-4992-3a45-78e438d1cd00","order":1630,"mobile_link":"org.bladelabs.bladewallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://welcome.bladewallet.io/","app_store":"https://apps.apple.com/app/apple-store/id1623849951","play_store":"https://play.google.com/store/apps/details?id=org.bladelabs.wallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/blade-%E2%80%93-hedera-web3-digit/abogmiocnneedmmepnohnhlijcjpcifd","injected":null,"chains":["eip155:1","eip155:11155111","hedera:mainnet","hedera:testnet"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Integrate our secure wallet solutions within your apps and leverage our one-click user onboarding. Unlock the power of Web3 with Blade.","badge_type":"none"},{"id":"47bb07617af518642f3413a201ec5859faa63acb1dd175ca95085d35d38afb83","name":"KEYRING PRO","homepage":"https://keyring.app/","image_id":"dda0f0fb-34e8-4a57-dcea-b008e7d1ff00","order":1640,"mobile_link":"keyring://","desktop_link":null,"link_mode":null,"webapp_link":"https://keyring.app/","app_store":"https://apps.apple.com/us/app/keyring-pro-wallet-management/id1546824976","play_store":"https://play.google.com/store/apps/details?id=co.bacoor.keyring","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:128","eip155:137","eip155:1666600000","eip155:1666600001","eip155:250","eip155:256","eip155:4002","eip155:42","eip155:42161","eip155:421611","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:61","eip155:69","eip155:80001","eip155:88","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"KEYRING PRO brings possibilities to reality by offering a simple cross-chain environment, where user can experience multiple chains at once.","badge_type":"none"},{"id":"c8c8f44329b9b826ded9a2ac330745f584a61aed6b1d0ed2a093b64bca7fc3bb","name":"Abra Wallet","homepage":"https://abra.com","image_id":"2219db01-e0c9-471c-5def-fd3b4e7a7a00","order":1650,"mobile_link":"abra://","desktop_link":null,"link_mode":null,"webapp_link":"https://abra.com","app_store":"https://abra.com","play_store":"https://abra.com","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:42161","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Abra DeFi Wallet","badge_type":"none"},{"id":"5b8e33346dfb2a532748c247876db8d596734da8977905a27b947ba1e2cf465b","name":"PREMA Wallet","homepage":"https://premanft.com/","image_id":"6487869b-1165-4f30-aa3a-115665be8300","order":1660,"mobile_link":"premawallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://premanft.com/","app_store":"https://apps.apple.com/us/app/prema%E3%82%A6%E3%82%A9%E3%83%AC%E3%83%83%E3%83%88-%E3%83%9E%E3%83%AB%E3%83%81%E3%83%81%E3%82%A7%E3%83%BC%E3%83%B3%E3%82%A2%E3%83%97%E3%83%AA/id1603556315","play_store":"https://play.google.com/store/apps/details?id=co.jp.xcreation.premawallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:128","eip155:137","eip155:1666600000","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:88"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"PREMA offers a seamless multichain experience as a full-fledged Blockchain platform.","badge_type":"none"},{"id":"34fca0f0eaa51af856cc7f205bacc36ede45545fa987fd81274e53db7718a183","name":"COCA Wallet","homepage":"https://www.coca.xyz/","image_id":"16e75893-aee7-4884-2267-b561fb031d00","order":1670,"mobile_link":"wirexwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/coca-crypto-and-defi/id1594165139","play_store":"https://play.google.com/store/apps/details?id=com.wirex.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","stellar:pubnet"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Dive into a realm of unparalleled security devoid of private key vulnerabilities, all while retaining absolute control over your funds","badge_type":"none"},{"id":"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8","name":"Timeless Wallet","homepage":"https://timelesswallet.xyz","image_id":"32e89601-0490-42fc-0cc4-8627d62a2000","order":1680,"mobile_link":"timeless-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/timeless-wallet/id1592807339","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:1666600000","eip155:250","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 made simple. secure. social.","badge_type":"none"},{"id":"7475258cb07b3e5fbab715aab27f383fc177154f4f0461790c57d97077a47547","name":"Volt Wallet","homepage":"https://voltage.finance","image_id":"ffddf01a-337f-45c1-61c9-f6d3dd3d3c00","order":1690,"mobile_link":"volt://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/volt-wallet/id6444159237","play_store":"https://play.google.com/store/apps/details?id=finance.voltage.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:122"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Experience Effortless DeFi with Account Abstraction — Making Managing Crypto Easy and Intuitive.","badge_type":"none"},{"id":"802a2041afdaf4c7e41a2903e98df333c8835897532699ad370f829390c6900f","name":"Infinity Wallet","homepage":"https://infinitywallet.io/","image_id":"9f259366-0bcd-4817-0af9-f78773e41900","order":1700,"mobile_link":null,"desktop_link":"infinity://","link_mode":null,"webapp_link":"https://infinitywallet.io/","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://infinitywallet.io/download/","injected":[{"namespace":"eip155","injected_id":"isInfinityWallet"},{"namespace":"solana","injected_id":"infinitywallet"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:25","eip155:321","eip155:43114","eip155:50","eip155:56","eip155:66","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Infinity Wallet is a leading all-in-one one-stop DeFi and Web3 crypto wallet & the 1st Web3 Browser!","badge_type":"none"},{"id":"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071","name":"Bitizen","homepage":"https://bitizen.org/","image_id":"75dd1471-77e9-4811-ce57-ec8fc980ec00","order":1710,"mobile_link":"bitizen://wallet/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/bitizen-defi-web3-eth-wallet/id1598283542","play_store":"https://play.google.com/store/apps/details?id=org.bitizen.wallet","rdns":null,"chrome_store":"https://bitizen.org/","injected":[{"namespace":"eip155","injected_id":"isBitizen"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:1001","eip155:1007","eip155:101","eip155:1010","eip155:1012","eip155:102","eip155:1022","eip155:1023","eip155:1024","eip155:1028","eip155:106","eip155:108","eip155:11","eip155:110","eip155:111","eip155:1139","eip155:12","eip155:122","eip155:124","eip155:127","eip155:128","eip155:1284","eip155:1285","eip155:13","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:137","eip155:14","eip155:142","eip155:15","eip155:16","eip155:162","eip155:163","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:1666700000","eip155:1666700001","eip155:1666700002","eip155:1666700003","eip155:17","eip155:170","eip155:172","eip155:18","eip155:186","eip155:19","eip155:199","eip155:2","eip155:20","eip155:200","eip155:21","eip155:210309","eip155:211","eip155:22","eip155:222","eip155:23","eip155:246","eip155:25","eip155:250","eip155:256","eip155:262","eip155:269","eip155:27","eip155:28","eip155:288","eip155:3","eip155:30","eip155:31","eip155:32","eip155:321","eip155:322","eip155:33","eip155:336","eip155:338","eip155:35","eip155:361","eip155:363","eip155:364","eip155:365","eip155:369","eip155:38","eip155:385","eip155:4","eip155:40","eip155:4002","eip155:41","eip155:42","eip155:420","eip155:42161","eip155:421611","eip155:42220","eip155:43","eip155:43113","eip155:43114","eip155:44","eip155:44787","eip155:499","eip155:5","eip155:50","eip155:51","eip155:52","eip155:53","eip155:55","eip155:558","eip155:56","eip155:58","eip155:59","eip155:595","eip155:6","eip155:60","eip155:61","eip155:62","eip155:63","eip155:64","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:69","eip155:7","eip155:721","eip155:76","eip155:77","eip155:777","eip155:78","eip155:787","eip155:8","eip155:80","eip155:80001","eip155:803","eip155:82","eip155:820","eip155:821","eip155:8217","eip155:83","eip155:85","eip155:86","eip155:880","eip155:9","eip155:940","eip155:95","eip155:97","eip155:977","eip155:99","eip155:998","eip155:999"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto/Web3 Wallet","badge_type":"none"},{"id":"0cb0c532b518aa842786d5167e13df22046bc9301b6677808d7134c3d7366a9d","name":"Wigwam","homepage":"https://wigwam.app","image_id":"6200b005-f202-41d5-7bd9-966c970f6700","order":1720,"mobile_link":"wigwam://","desktop_link":null,"link_mode":"https://wigwam.app/","webapp_link":null,"app_store":"https://apps.apple.com/app/id6630381643","play_store":"https://play.google.com/store/apps/details?id=com.wigwamapp","rdns":"com.wigwam.wallet","chrome_store":"https://chromewebstore.google.com/detail/wigwam-%E2%80%94-web3-wallet/lccbohhgfkdikahanoclbdmaolidjdfl","injected":[{"namespace":"eip155","injected_id":"isWigwam"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:10000","eip155:100000","eip155:100001","eip155:100002","eip155:100003","eip155:100004","eip155:100005","eip155:100006","eip155:100007","eip155:100008","eip155:10001","eip155:10003","eip155:1001","eip155:1007","eip155:10081","eip155:101","eip155:1010","eip155:10101","eip155:1012","eip155:102","eip155:1022","eip155:1023","eip155:1024","eip155:10243","eip155:1026062157","eip155:1028","eip155:1030","eip155:10507","eip155:10508","eip155:105105","eip155:106","eip155:1073","eip155:1075","eip155:108","eip155:109","eip155:11","eip155:110","eip155:110000","eip155:110001","eip155:110002","eip155:110003","eip155:110004","eip155:110005","eip155:110006","eip155:110007","eip155:110008","eip155:1101","eip155:111","eip155:1111","eip155:111188","eip155:1115","eip155:11155111","eip155:1116","eip155:1122334455","eip155:11235","eip155:11297108099","eip155:11297108109","eip155:1139","eip155:114","eip155:1140","eip155:11501","eip155:11888","eip155:12","eip155:12051","eip155:1213","eip155:122","eip155:123456","eip155:124","eip155:1261120","eip155:127","eip155:1273227453","eip155:128","eip155:1280","eip155:128123","eip155:1284","eip155:1285","eip155:1286","eip155:1287","eip155:1288","eip155:13","eip155:1313114","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:1313500","eip155:13371","eip155:13371337","eip155:13381","eip155:13473","eip155:1350216234","eip155:1351057110","eip155:137","eip155:1380012617","eip155:13812","eip155:14","eip155:142","eip155:1442","eip155:148","eip155:1482601649","eip155:15","eip155:1517929550","eip155:15557","eip155:1564830818","eip155:16","eip155:16000","eip155:16001","eip155:1618","eip155:162","eip155:1620","eip155:163","eip155:1657","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:1666700000","eip155:1666700001","eip155:1666700002","eip155:1666700003","eip155:17","eip155:170","eip155:172","eip155:17777","eip155:18","eip155:1802203764","eip155:18231","eip155:18233","eip155:18289463","eip155:1856","eip155:186","eip155:1890","eip155:1891","eip155:19","eip155:19011","eip155:1907","eip155:1908","eip155:1918988905","eip155:1987","eip155:199","eip155:1995","eip155:2","eip155:20","eip155:200","eip155:2000","eip155:20001","eip155:200625","eip155:200810","eip155:200901","eip155:200910","eip155:201030","eip155:2016","eip155:2017","eip155:20181205","eip155:2020","eip155:2021","eip155:2022","eip155:20231","eip155:2024","eip155:204","eip155:2046399126","eip155:205205","eip155:21","eip155:2100","eip155:2101","eip155:210309","eip155:2109095698","eip155:211","eip155:2195","eip155:22","eip155:222","eip155:23","eip155:233","eip155:24484","eip155:245022926","eip155:245022934","eip155:245022940","eip155:246","eip155:246529","eip155:246785","eip155:247253","eip155:24734","eip155:248","eip155:25","eip155:250","eip155:2559","eip155:256","eip155:262","eip155:269","eip155:27","eip155:2718","eip155:2730","eip155:274","eip155:28","eip155:280","eip155:288","eip155:2888","eip155:28945486","eip155:295","eip155:296","eip155:297","eip155:3","eip155:30","eip155:303","eip155:31","eip155:31102","eip155:311752642","eip155:3125659152","eip155:313","eip155:31337","eip155:32","eip155:321","eip155:322","eip155:324","eip155:32659","eip155:3269","eip155:3270","eip155:32769","eip155:33","eip155:33101","eip155:33385","eip155:333888","eip155:333999","eip155:336","eip155:338","eip155:34","eip155:344106930","eip155:34443","eip155:35","eip155:35855456","eip155:36","eip155:361","eip155:363","eip155:364","eip155:365","eip155:369","eip155:3776","eip155:38","eip155:385","eip155:39797","eip155:39815","eip155:4","eip155:40","eip155:4002","eip155:4061","eip155:40875","eip155:41","eip155:418","eip155:42","eip155:420","eip155:42069","eip155:42161","eip155:421611","eip155:421613","eip155:4216137055","eip155:421614","eip155:42170","eip155:42220","eip155:42793","eip155:43","eip155:43110","eip155:43113","eip155:43114","eip155:432201","eip155:432204","eip155:44","eip155:44787","eip155:45510","eip155:462","eip155:463","eip155:4689","eip155:4690","eip155:47279324479","eip155:4759","eip155:476158412","eip155:4777","eip155:48991","eip155:49797","eip155:499","eip155:4999","eip155:5","eip155:50","eip155:5000","eip155:5001","eip155:503129905","eip155:51","eip155:5197","eip155:52","eip155:53","eip155:534351","eip155:534352","eip155:534353","eip155:54211","eip155:55","eip155:5522","eip155:558","eip155:56","eip155:5611","eip155:56288","eip155:56789","eip155:57","eip155:570","eip155:5700","eip155:57000","eip155:58","eip155:5851","eip155:5869","eip155:59","eip155:59140","eip155:59144","eip155:595","eip155:6","eip155:60","eip155:6000","eip155:60000","eip155:60001","eip155:60002","eip155:6001","eip155:60103","eip155:6038361","eip155:61","eip155:61717561","eip155:62","eip155:62320","eip155:63","eip155:64","eip155:648","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:68770","eip155:68775","eip155:69","eip155:7","eip155:70000","eip155:70001","eip155:70002","eip155:7001","eip155:70103","eip155:7027","eip155:71","eip155:71393","eip155:721","eip155:7225878","eip155:73799","eip155:73927","eip155:7518","eip155:7575","eip155:7576","eip155:76","eip155:77","eip155:7762959","eip155:777","eip155:7777777","eip155:78","eip155:78110","eip155:78281","eip155:787","eip155:8","eip155:80","eip155:80001","eip155:8029","eip155:803","eip155:8080","eip155:8081","eip155:8082","eip155:81","eip155:8194","eip155:82","eip155:820","eip155:821","eip155:8217","eip155:8285","eip155:83","eip155:8453","eip155:84531","eip155:84532","eip155:85","eip155:86","eip155:8723","eip155:8724","eip155:88","eip155:880","eip155:8822","eip155:8866","eip155:888","eip155:8888","eip155:88882","eip155:88888","eip155:8995","eip155:9","eip155:9000","eip155:9001","eip155:90483539238","eip155:919","eip155:9372","eip155:940","eip155:95","eip155:955305","eip155:96970","eip155:97","eip155:9728","eip155:9731","eip155:9732","eip155:977","eip155:99","eip155:99415706","eip155:998","eip155:998899","eip155:999","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 wallet that brings financial freedom","badge_type":"none"},{"id":"09d3f710148d94993ca9f3ed095594d7cc90ba46137dd803a8904b6dbb4bd89c","name":"Ultimate","homepage":"https://ultimate.app/","image_id":"1ed9823d-64dd-4ab6-2f3f-22c8ff228f00","order":1730,"mobile_link":"ultimate://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id1629053410","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto Trading & DeFi Wallet","badge_type":"none"},{"id":"32caff85195f843b19e79669e63bf3f4ad97b23b3a48b65b3781c0d193a3fcae","name":"Cake Wallet","homepage":"https://cakewallet.com/","image_id":"b05af25b-fa4d-4f91-a4cb-2f8f7d544000","order":1740,"mobile_link":"cakewallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/cake-wallet/id1334702542?platform=iphone","play_store":"https://play.google.com/store/apps/details?id=com.cakewallet.cake_wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Cake Wallet allows you to safely store, exchange, and spend your Monero, Bitcoin, Ethereum, Litecoin, and Haven.","badge_type":"none"},{"id":"50fa9539a59e22890d7cb2184285618ea424ed8f6699ede7e19450ceb7e878fa","name":"Fizz","homepage":"https://www.fizzwallet.app/","image_id":"f9d4db84-2e9f-4fbe-684f-c1e921c98800","order":1750,"mobile_link":"fizz://wallet-connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/fizz-fun-ezzy-crypto-wallet/id6447460538","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Self-Custodial Wallet","badge_type":"none"},{"id":"67f1ec404dbf3bddc509b5fcf615850e05b28c287ccd7167b4fe81b4293ac9df","name":"KuCoin Web3 Wallet","homepage":"https://www.kucoin.com/Web3","image_id":"70d8a90b-457b-4c04-4bc3-791e97caab00","order":1760,"mobile_link":"kucoin:///wallet/walletConnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://www.kucoin.com/download","play_store":"https://www.kucoin.com/download","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:321","eip155:42161","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Find the Next Crypto Gem","badge_type":"none"},{"id":"71a83ffbaa7fa38419e8f548a6499c78c8d429163631cf483483fc7efc6b7aae","name":"Stickey Wallet","homepage":"https://stickey.app","image_id":"12aab9fb-f3d4-4248-10e0-4eda17a5de00","order":1770,"mobile_link":"stickyapp://","desktop_link":"stickyapp://","link_mode":null,"webapp_link":"https://stickeyapp.page.link","app_store":"https://apps.apple.com/app/id1671113083","play_store":"https://play.google.com/store/apps/details?id=app.stickey","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:321","eip155:42161","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Easy to use for everyone! Everyone gathers! Community-focused wallet","badge_type":"none"},{"id":"f039a4bdf6d5a54065b6cc4b134e32d23bed5d391ad97f25aab5627de26a0784","name":"Neon Wallet","homepage":"https://neonwallet.com","image_id":"322bd6f0-09b5-4595-cb15-0dfab8054800","order":1780,"mobile_link":"neon://uri=","desktop_link":"neon://uri=","link_mode":null,"webapp_link":"https://neonwallet.com/","app_store":"https://apps.apple.com/my/app/neon-wallet-mobile/id1530111452","play_store":"https://play.google.com/store/apps/details?id=neo.org.freewallet.app&hl=pt_BR&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["neo3:mainnet","neo3:testnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Light wallet for the NEO blockchain","badge_type":"none"},{"id":"bcaec16e531fb5f6dc690d7b70d570421e0209af9a0fe77c6419d516fe0098c2","name":"CoinStats","homepage":"https://coinstats.app","image_id":"b2a00908-f144-4a49-cc0a-9d7422ad5e00","order":1790,"mobile_link":"coinstats://","desktop_link":"coinstats://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id1247849330","play_store":"https://play.google.com/store/apps/details?id=com.coinstats.crypto.portfolio","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto Portfolio Manager & DeFi Wallet","badge_type":"none"},{"id":"2ebc33a02906094b8ea5d21a7c6e1673ecdefb33dca723897d13c7de3446d354","name":"Pundi Wallet","homepage":"https://pundi.ai/","image_id":"f095abd7-575e-4851-cf9c-79c2c4e4cc00","order":1800,"mobile_link":"fxwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/f-x-wallet-by-function-x-labs/id1504798360","play_store":"https://play.google.com/store/apps/details?id=com.pundix.functionx","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","eip155:1","eip155:10","eip155:137","eip155:200","eip155:420","eip155:43114","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Developed by Function X Labs, an easy-to-use and secure decentralized wallet app, supporting multiple blockchains","badge_type":"none"},{"id":"1896aa67ce33d5bde764369c7541a75074baa1b8da97e703c9ee3a4b61e56e65","name":"Ripio Portal","homepage":"https://ripio.com/portal","image_id":"fd56c695-ce58-4df5-1625-767571c80700","order":1810,"mobile_link":"ripio://portal","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ar/app/ripio-comprar-bitcoin-y-eth/id1221006761","play_store":"https://play.google.com/store/apps/details?id=com.ripio.android&hl=en&gl=US","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/ripio-portal/ddamhapapianibkkkcclabgicmpnpdnj","injected":[{"namespace":"eip155","injected_id":"isPortal"}],"chains":["eip155:1","eip155:137","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Start interacting with blockchain apps in the easiest and safest way with our Web3 wallet","badge_type":"none"},{"id":"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92","name":"Arculus Wallet","homepage":"https://www.arculus.co","image_id":"f78dab27-7165-4a3d-fdb1-fcff06c0a700","order":1820,"mobile_link":"arculuswc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/arculus-wallet/id1575425801","play_store":"https://play.google.com/store/apps/details?id=co.arculus.wallet.android&hl=en_US&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","cosmos:thorchain-mainnet-v1","eip155:1","eip155:10","eip155:1329","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453","polkadot:91b171bb158e2d3848fa23a9f1c25182","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","vechain:b1ac3413d346d43539627e6be7ec1b4a"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Cold Storage Crypto Wallet","badge_type":"none"},{"id":"bd44a349197c9d22659b98f0db579589f1e99f0ef51ccc06ffab2544b86e68e7","name":"HARTi Wallet","homepage":"https://harti.io/","image_id":"d0407f26-fe0b-4f3c-43c3-69bc8fef2e00","order":1830,"mobile_link":"HARTi://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/jp/app/harti/id1599921940?l=en","play_store":"https://play.google.com/store/apps/details?id=app.harti&hl=ja&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"HARTi, the curated NFT platform, blends virtual and physical art spaces. Discover, explore, and buy art at harti.tokyo.","badge_type":"none"},{"id":"dcb5cd7bb4a8849288f8b43dea7bf20d7b7e2b096b630964f9ca5bf808531edd","name":"Gem Wallet","homepage":"https://gemwallet.com","image_id":"28f1b431-9d2a-4083-1bf8-5958939a2300","order":1840,"mobile_link":"gem://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/apple-store/id6448712670?mt=8","play_store":"https://play.google.com/store/apps/details?id=com.gemwallet.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:10143","eip155:137","eip155:204","eip155:250","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:57073","eip155:59144","eip155:80094","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Friendly Crypto Wallet.","badge_type":"none"},{"id":"c4a289db34ed1b8e29d7e87a2e97c236bb82d72d60c8d73e27e02769facabd4a","name":"DTTD","homepage":"https://www.dttd.io/","image_id":"4a1da9d0-1a81-4e51-4758-b2157f4e6000","order":1850,"mobile_link":"dotted://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://hop.dttd.app/appstoredownload","play_store":"https://hop.dttd.app/googleplaydownload","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A Mobile-First Social Wallet Enabling Web3 for Everyone","badge_type":"none"},{"id":"d166c283d59164538cdc50e414546a7433d5f62b9410c9aa563e4e2ec496a106","name":"Zelcore","homepage":"https://zelcore.io","image_id":"1b9e652e-1667-425a-f828-707bf9b05400","order":1860,"mobile_link":"zel://","desktop_link":"zel://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/zelcore/id1436296839","play_store":"https://play.google.com/store/apps/details?id=com.zelcash.zelcore","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi-chain wallet for Desktop & Mobile with Walletconnect, quickswaps, fiat ramps, and more","badge_type":"none"},{"id":"43832260665ea0d076f9af1ee157d580bb0eb44ca0415117fef65666460a2652","name":"Theta Wallet","homepage":"https://www.thetatoken.org/wallet","image_id":"d4afb810-5925-4f00-4ebb-d180fcf29000","order":1870,"mobile_link":"wc://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.thetatoken.org","app_store":"https://apps.apple.com/app/theta-wallet/id1451094550","play_store":"https://play.google.com/store/apps/details?id=org.theta.wallet&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:361","eip155:363","eip155:364","eip155:365"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Official Theta Wallet","badge_type":"none"},{"id":"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd","name":"Blocto","homepage":"https://blocto.io/","image_id":"374258d3-c749-4f37-7815-77e61f798c00","order":1880,"mobile_link":"blocto://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id1481181682","play_store":"https://play.google.com/store/apps/details?id=com.portto.blocto&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:420","eip155:42161","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Aims to make the Web3 community more accessible","badge_type":"none"},{"id":"59968c4e5ef18efe3a287cb1206c41fd46d69589def8fd5c4990be92401fabcb","name":"OISY","homepage":"https://oisy.com","image_id":"fd94d14c-c6a0-47a9-498a-e6df95e50f00","order":1890,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://oisy.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:56","eip155:80002","eip155:8453","eip155:84532","eip155:97","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"A multi-chain wallet powered by chainfusion.","badge_type":"none"},{"id":"ad29e6ba814865dc84111a311f0d64692a6f3fdc220aa1c151034b1e948fe2ef","name":"Tellaw Wallet","homepage":"https://www.tellaw.com/","image_id":"c1cb03f5-e1c2-4c3e-86e1-9a90565ea300","order":1900,"mobile_link":"tellaw://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id6446802245","play_store":"https://play.google.com/store/apps/details?id=com.tellaw.tellaw","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 portal at fingertips","badge_type":"none"},{"id":"b6d18ff342920bb492f810bb070a064d6031ec2c3d6fffecb6ca233c8a591e00","name":"Facewallet","homepage":"https://facewallet.xyz","image_id":"51ab77a7-8df7-4217-ad98-b313cfbbe700","order":1910,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://my.facewallet.xyz","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1001","eip155:11155111","eip155:137","eip155:19011","eip155:248","eip155:29548","eip155:40875","eip155:4759","eip155:56","eip155:59140","eip155:59144","eip155:7518","eip155:80001","eip155:8217","eip155:9372","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Facewallet is the world’s most gamer-friendly multi-chain wallet, which aims to onboard the next 3 billion gamers into Web3.","badge_type":"none"},{"id":"f896cbca30cd6dc414712d3d6fcc2f8f7d35d5bd30e3b1fc5d60cf6c8926f98f","name":"Ctrl Wallet","homepage":"https://ctrl.xyz/","image_id":"749856b0-3f0e-4876-4d0f-27835310db00","order":1920,"mobile_link":"ctrl-mobile://","desktop_link":null,"link_mode":"https://ctrl.xyz/deeplink/wallet","webapp_link":"https://ctrl.xyz/","app_store":"https://apps.apple.com/us/app/ctrl-wallet/id6630386336","play_store":"https://play.google.com/store/apps/details?id=xyz.ctrl.wallet","rdns":"xyz.ctrl","chrome_store":"https://chrome.google.com/webstore/detail/ctrl-wallet/hmeobnfnfcmdkdcmlblgagmfpfboieaf?hl=en","injected":null,"chains":["cosmos:columbus-4","cosmos:cosmoshub-4","eip155:1","eip155:10000","eip155:1313161554","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","near:mainnet","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"One wallet for all your crypto. The safest & easiest wallet for 2,300+ chains.","badge_type":"none"},{"id":"7b20b6de13a5ecce036f74f74185669ca8f37cca0ca853d126d8dc2830d38f22","name":"Callback","homepage":"https://callback.is","image_id":"9f50c7a7-2384-4efe-89c3-01e0fec2b700","order":1930,"mobile_link":"callback://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/en/app/callback-original-stickers/id1543659456","play_store":"https://play.google.com/store/apps/details?id=com.thebasicsmeishi","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Callback Wallet is the coolest way to manage your on-chain items.","badge_type":"none"},{"id":"fa6a09c7efd73c6fe3bc5a68969d0def71b5d760b99a16985e3e8e79d84b0156","name":"SA ASSISTANT","homepage":"https://summonersarena.io/","image_id":"7954b508-9ff0-4416-9aba-16209b571000","order":1940,"mobile_link":"saas://success","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.onechain.saas&hl=en-VN","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","eip155:1","eip155:3","eip155:4","eip155:5","eip155:56","eip155:97","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A wallet ","badge_type":"none"},{"id":"33c036d8075d28c9f3619d4d43075676a6d294047e3658fb103e5b3424337551","name":"NuFi","homepage":"https://nu.fi","image_id":"65e07e9f-183a-4f6c-6ca5-4964eda1ef00","order":1950,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.nu.fi/wallet_connect/connector/redirect","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/nufi/gpnihlnnodeiiaakbikldcihojploeca","injected":[{"namespace":"cip-34","injected_id":"nufi"},{"namespace":"solana","injected_id":"isNufi"}],"chains":["cip-34:0-1","cip-34:1-764824073","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"A self-custody Web3 wallet to manage crypto, staking, NFTs, trading and Dapps","badge_type":"none"},{"id":"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1","name":"SafeMoon","homepage":"https://safemoon.com/","image_id":"ea0140c7-787c-43a4-838f-d5ab6a342000","order":1960,"mobile_link":"safemoon://","desktop_link":"safemoon://","link_mode":null,"webapp_link":"https://safemoon.com/wc/wc","app_store":"https://apps.apple.com/us/app/safemoon/id1579735495","play_store":"https://play.google.com/store/apps/details?id=net.safemoon.androidwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:25","eip155:250","eip155:42161","eip155:421614","eip155:43113","eip155:43114","eip155:56","eip155:8453","eip155:84532","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A human-focused technology and innovation business expanding blockchain technologies for a brighter tomorrow.","badge_type":"none"},{"id":"816d067b6e3387965911bab9666725e2e53d3bfcd3dade708b74917a6d5c8432","name":"Impact Wallet","homepage":"https://www.ixo.world/","image_id":"afc85418-2ca6-46cf-cfb9-daf6bc43e400","order":1970,"mobile_link":"impactsx://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/impacts-x/id6444948058","play_store":"https://play.google.com/store/apps/details?id=com.ixo.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Impacts Wallet to make a difference.","badge_type":"none"},{"id":"1531a2c7dd4506df2ec8660da31c7d4a5f3c9ebbc121c7996c688e12a097f26b","name":"Bitpie","homepage":"https://bitpie.com","image_id":"e6dce4ec-a1a8-49e6-d8e1-8329fdd5c700","order":1980,"mobile_link":"bitpiewc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/bitpie-universal-crypto-wallet/id1481314229","play_store":"https://bitpie.com/android/","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:10000","eip155:128","eip155:1284","eip155:137","eip155:200","eip155:324","eip155:42161","eip155:42220","eip155:43114","eip155:5","eip155:56","eip155:59","eip155:66"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bitpie is an industry-leading multi-blockchain (BTC/ETH/TRX/USDT etc.) decentralized wallet. ","badge_type":"none"},{"id":"aba1f652e61fd536e8a7a5cd5e0319c9047c435ef8f7e907717361ff33bb3588","name":"GateWallet","homepage":"https://www.gateweb3.net/web3","image_id":"6e528abf-7a7d-47bd-d84d-481f169b1200","order":1990,"mobile_link":"gtweb3wallet://","desktop_link":"gtweb3wallet://","link_mode":null,"webapp_link":"https://www.gateweb3.net/web3","app_store":"https://www.gate.io/mobileapp","play_store":"https://www.gate.io/mobileapp","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:10000","eip155:1028","eip155:11155111","eip155:128","eip155:137","eip155:25","eip155:250","eip155:256","eip155:280","eip155:324","eip155:42161","eip155:43114","eip155:5","eip155:53","eip155:56","eip155:65","eip155:66","eip155:71393","eip155:85","eip155:86","eip155:97"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Wallets, trading, cross-chain, NFTs and DApps all in Gate web3","badge_type":"none"},{"id":"dc09ba6dfa61fefeda72672d88390226bc6fa9e94ce6a6820230d96af897b7ec","name":"Wallypto","homepage":"https://wallypto.io","image_id":"00684f38-f9f9-40b6-6b6e-33891434f400","order":2000,"mobile_link":"wallypto://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/wallypto-blockchain-wallet/id1639302472","play_store":"https://play.google.com/store/apps/details?id=xyz.wallypto","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1001","eip155:11155111","eip155:8217","hedera:mainnet","hedera:testnet"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A secure self-custodial wallet for managing virtual assets such as cryptocurrencies and NFTs, offering essential features for using dApps.","badge_type":"none"},{"id":"053ac0ac602e0969736941cf5aa07a3af57396d4601cb521a173a626e1015fb1","name":"αU wallet","homepage":"https://web.wallet.alpha-u.io/intro.html","image_id":"40489ba1-6eb0-49a1-a9d4-439fefe52000","order":2010,"mobile_link":"alpha-u-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/jp/app/%CE%B1u-wallet/id6444401106","play_store":"https://play.google.com/store/apps/details?id=com.kddi.wallet","rdns":null,"chrome_store":"nothing","injected":null,"chains":["eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Safely manage NFTs and cryptocurrencies with Wallet","badge_type":"none"},{"id":"dc8ac638c6fd002950f9404dbb0639ae25bab667bf1a60a419bf8f44a89ed3a7","name":"Lif3 Wallet","homepage":"https://lif3.com/","image_id":"1a89c0ec-9059-4515-afb6-8204d49f0900","order":2020,"mobile_link":"lif3wallet://walletview","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/lif3/id6444389674","play_store":"https://play.google.com/store/apps/details?id=com.lif3.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:25","eip155:250","eip155:3","eip155:338","eip155:4","eip155:42","eip155:420","eip155:42161","eip155:42220","eip155:43114","eip155:44787","eip155:5","eip155:5000","eip155:5001","eip155:56","eip155:62320","eip155:65","eip155:66","eip155:8453","eip155:84531","eip155:9000","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Explore the possibilities of DeFi with Lif3 Wallet.","badge_type":"none"},{"id":"541517cf964687d18414ff05d2623b9c0a122a7a06ac5a5702fd92c4f2b87b1c","name":"Ammer Wallet","homepage":"https://ammer.app/","image_id":"7d38dd8e-92ee-44bf-1ca4-818531de1900","order":2030,"mobile_link":"ammerwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ammer-wallet/id1599698329","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:106","eip155:137","eip155:42220"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto Wallet and Pay ecosystem","badge_type":"none"},{"id":"cbc11415130d01316513f735eac34fd1ad7a5d40a993bbb6772d2c02eeef3df8","name":"Binance.US","homepage":"https://binance.us","image_id":"48aa1a7d-c5fe-4ad6-c2f2-e5684b296900","order":2040,"mobile_link":"bncus://binance.us","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/app/id1492670702","play_store":"https://play.google.com/store/apps/details?id=com.binance.us","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Binance US Web3 Wallet","badge_type":"none"},{"id":"b4678fefcc469583ed4ef58a5bd90ce86208b82803f3c45f2de3e0973d268835","name":"BitPay Wallet","homepage":"https://bitpay.com/wallet","image_id":"553e8fff-37c9-4a62-5bfe-02ff22e1e200","order":2050,"mobile_link":"bitpay://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/bitpay-bitcoin-wallet-card/id1149581638?platform=iphone","play_store":"https://play.google.com/store/apps/details?id=com.bitpay.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:80001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The only wallet app you need to buy, store, swap and spend your crypto.","badge_type":"none"},{"id":"f1f4ce9c495cb3db6862230ad961edca8563bf85c245bd774d4d78b7de884641","name":"BitBox","homepage":"https://bitbox.swiss","image_id":"e8373489-de33-4d1f-ffdf-1c435a050e00","order":2060,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=ch.shiftcrypto.bitboxapp&utm_source=website&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:5"],"categories":["9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"BitBox Wallet App","badge_type":"none"},{"id":"0e36dd863f7cb70a0d8dd507e2b32495b01771abbf5c73817401d958d9938ca7","name":"SISTEMAS","homepage":"https://waynance.com","image_id":"eda865c8-746b-4536-9d57-7d7de0555400","order":2070,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://waynance.app","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Sistema de apertura de cuentas","badge_type":"none"},{"id":"75aa577b08b3dc3a1777c9c74cbbb79b5bfd73caaff222a28a53ce4e76cbb41c","name":"JoyID Passkey","homepage":"https://joy.id/","image_id":"eef16f1f-1882-41c9-00c3-558444e0d000","order":2080,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.joy.id","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:15557","eip155:42161","eip155:421611","eip155:421613","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"JoyID is a multichain, cross-platform, passwordless, and mnemonic-free wallet solution based on FIDO Webauthn protocol and Nervos CKB. ","badge_type":"none"},{"id":"47bb562043e570200267c79b256c5fc4e005bde1d5628db9205f072243329fbf","name":"MUZA","homepage":"https://muza.co","image_id":"f8516ff9-ca2e-4b59-65f6-ed8ef438f100","order":2090,"mobile_link":"muza://","desktop_link":"muza://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/th/app/muza-wallet-nft-web3/id6450735857","play_store":"https://play.google.com/store/apps/details?id=com.muza.muza&pcampaignid=web_share","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","5ab4170b-2d88-475e-8fd7-ec9eeb6ce45d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MUZA is a crypto wallet, this application connects you between web3 and the physical world to redeem a privilege from your NFTs.","badge_type":"none"},{"id":"ef18169e2888785e5f6de4df18cdd86313b4a51694271399be989c8e049d188b","name":"Rakuten Wallet","homepage":"https://www.rakuten-wallet.co.jp/web3/","image_id":"a7b5c4b1-8b55-4b6c-af68-4b2786480600","order":2100,"mobile_link":"rakutenwalletweb3://","desktop_link":null,"link_mode":null,"webapp_link":"https://www.rakuten-wallet.co.jp/","app_store":"https://apps.apple.com/jp/app/id6504903632","play_store":"https://play.google.com/store/apps/details?id=jp.co.rakuten.web3wallet.crypto","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:19011","eip155:247101234","eip155:248","eip155:40875","eip155:80002","eip155:812397","eip155:9372"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The web3 wallet offered by Rakuten Wallet.","badge_type":"none"},{"id":"fdcaaa47c154988ff2ce28d39248eb10366ec60c7de725f73b0d33b5bb9b9a64","name":"KeepKey Desktop","homepage":"https://www.keepkey.com/","image_id":"eb4227d9-366c-466c-db8f-ab7e45985500","order":2110,"mobile_link":null,"desktop_link":"keepkey://launch","link_mode":null,"webapp_link":"https://www.keepkey.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:137"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"A Desktop Client for the KeepKey Hardware Wallet","badge_type":"none"},{"id":"0d27c5ac4a4a36e8c3f24f8bf3626ee5f0ab41d1a62ea17133f7a67c72efe09d","name":"RYIPAY","homepage":"https://ryipay.app/","image_id":"2f0918f7-f135-4b62-4765-ac183f14e500","order":2120,"mobile_link":"ryipay://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ryipay-wallet/id1620995066","play_store":"https://play.google.com/store/apps/details?id=io.ryi.pay","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:56","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"RYIpay wallet app is built as a decentralized asset management tool for cryptocurrencies ","badge_type":"none"},{"id":"dd1112ffb1ba02247ac7d22d69a0249c5ec867918c614ce9256c571ba7636882","name":"Sequel Wallet","homepage":"https://www.sequelfi.com/","image_id":"0c89b2e4-a0cc-4bfc-e3f5-398f4711af00","order":2130,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.sequelfi.com/","app_store":"https://app.sequelfi.com","play_store":null,"rdns":null,"chrome_store":"https://app.sequelfi.com","injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","5ab4170b-2d88-475e-8fd7-ec9eeb6ce45d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A self-custody, multi-wallet management platform featuring trustless, chain-agnostic social recovery. Powered by OPAQUE cryptography.","badge_type":"none"},{"id":"6544c9ff3ea25bc10a86b6e213c0f0407b04fb335490d7d56f4550c2c6be0502","name":"MetaWallet","homepage":"http://www.dota168.org/","image_id":"a18337ad-433f-47c0-ea57-8a6199835e00","order":2140,"mobile_link":"metawallet://com.metawallet.client","desktop_link":"metawallet://","link_mode":null,"webapp_link":"http://www.dota168.org/","app_store":null,"play_store":"http://www.dota168.org/","rdns":null,"chrome_store":"http://www.dota168.org/","injected":[{"namespace":"eip155","injected_id":"window.ethereum.isMetaWallet"}],"chains":["eip155:42161","eip155:421611","eip155:56","eip155:60","eip155:9001"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"a feature-rich and secure wallet application designed to help users better manage and control their financial situation","badge_type":"none"},{"id":"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98","name":"AlphaWallet","homepage":"https://alphawallet.com/","image_id":"5b1cddfb-056e-4e78-029a-54de5d70c500","order":2150,"mobile_link":"awallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/alphawallet-eth-wallet/id1358230430","play_store":"https://play.google.com/store/apps/details?id=io.stormbird.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:11297108099","eip155:11297108109","eip155:137","eip155:200","eip155:256","eip155:3","eip155:338","eip155:4","eip155:4002","eip155:42","eip155:42161","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:61","eip155:69","eip155:77","eip155:97","eip155:99"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"AlphaWallet is a production-ready and easy to customise Ethereum Wallet for your business.","badge_type":"none"},{"id":"eae2c4b9da3b33b72b20d929a6342830bf54b541665e54c3a46024118e9e0e81","name":"Noone Wallet","homepage":"https://noone.io/","image_id":"fbae89d3-d6cb-4b98-bd1c-b2007b61ed00","order":2160,"mobile_link":"crypto.noone.wallet://walletcon","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/noone-wallet/id1668333995","play_store":"https://play.google.com/store/apps/details?id=io.noone.androidwallet&hl=en&gl=US","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/noone-wallet/bgfhmafjampalkbjicjcjiikhlaggdnm","injected":[{"namespace":"eip155","injected_id":"isNooneWallet"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"White-label non-custodial wallet. Сustomize your crypto journey with tailored features designed exclusively for your business","badge_type":"none"},{"id":"1796b3d91d6dcaa47a23f7eeb751b89e95d9ced769ade41caa18a8e9759b673c","name":"Unido","homepage":"https://www.unido.us/","image_id":"c22450a3-b4a7-4e86-8855-f5b88d983100","order":2170,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/au/app/unido/id1444261005","play_store":"https://play.google.com/store/apps/details?id=com.worldwebms.multisigwallet&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unido offers enterprise-level crypto self-custody solutions for SMEs, sophisticated corporations and institutions.","badge_type":"none"},{"id":"b956da9052132e3dabdcd78feb596d5194c99b7345d8c4bd7a47cabdcb69a25f","name":"ABC Wallet","homepage":"https://myabcwallet.io/","image_id":"e689ea2b-cd49-4a1d-7812-424a0e0d9200","order":2180,"mobile_link":"abc-wallet://abcwc","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/abc-wallet-safe-web3-wallet/id1642837445","play_store":"https://play.google.com/store/apps/details?id=io.myabcwallet.mpc&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1001","eip155:137","eip155:5","eip155:56","eip155:80001","eip155:8217","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Secure your crypto with ABC Wallet! MPC tech, recoverable keys. Manage ETH, Klaytn, Polygon, BSC in one place.","badge_type":"none"},{"id":"34c19e0afafeb86ffa75df1c04445b8840450217e79d30abc6def9aa537fb7d6","name":"Wallet 3","homepage":"https://wallet3.io","image_id":"34ab7558-9e64-4436-f4e6-9069f2533d00","order":2190,"mobile_link":"wallet3://","desktop_link":"wallet3://","link_mode":null,"webapp_link":"https://wallet3.io","app_store":"https://itunes.apple.com/us/app/wallet-3/id1597395741","play_store":"https://play.google.com/store/apps/details?id=jp.co.chainbow.wallet3.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:128","eip155:1284","eip155:1285","eip155:1313161554","eip155:137","eip155:1666600000","eip155:2020","eip155:25","eip155:250","eip155:28","eip155:42161","eip155:42220","eip155:43114","eip155:56","eip155:66","eip155:8217"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Wallet 3 is a digital wallet designed specifically for Ethereum users.","badge_type":"none"},{"id":"a74882bc3c24d2f52e55fd9c9579275885177e92789586ae857208c839335306","name":"Coininn Wallet","homepage":"https://www.coininn.com/coinwallet","image_id":"52efd5a7-65fa-428d-668c-f53ceb4b5f00","order":2200,"mobile_link":"coininn_wallet_wc://request","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/app/id6448525015","play_store":"https://play.google.com/store/apps/details?id=com.coininn.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Securely Hold, Send, Receive, Exchange, Tip and Earn 800+ cryptocurrencies with coinInn","badge_type":"none"},{"id":"3cf9e635075cdc1587c444bc6e01a6026c7fd1d518a96a7ac0aa23b905a7c53e","name":"Safe App Syscoin","homepage":"https://syscoin.org/","image_id":"0b6b29ca-10a4-44cc-a51e-baa4b49fc300","order":2210,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://safe.syscoin.org","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:57","eip155:570","eip155:5700"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","8c168017-bf5e-4aac-9935-65d25b700b99"],"description":"Safe Deployment on Syscoin Networks","badge_type":"none"},{"id":"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568","name":"Ambire Wallet","homepage":"https://www.ambire.com","image_id":"c39b3a16-1a38-4588-f089-cb7aeb584700","order":2220,"mobile_link":"ambire://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.ambire.com","app_store":"https://apps.apple.com/bg/app/ambire-smart-crypto-wallet/id6444863857","play_store":"https://play.google.com/store/apps/details?id=com.ambire.wallet&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1284","eip155:1285","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Ambire Wallet is a full featured non-custodial open-source wallet focused on DeFi and ease of use.","badge_type":"none"},{"id":"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43","name":"Avacus","homepage":"https://avacus.cc","image_id":"a7106965-91cc-4a73-4688-c5c72ae0ed00","order":2230,"mobile_link":"avacus://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id6449657442","play_store":"https://play.google.com/store/apps/details?id=io.sowaka.avacus","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto wallet integrated with token exchanges, browser DApps, multichain wallet and many other utilities","badge_type":"none"},{"id":"7ef337ff00714f179d38b8142398efa2ab902a53430e99ebce02892053d7a310","name":"EASY","homepage":"https://easy.me","image_id":"62feb41a-be1f-4b1c-e089-27f97c0e8d00","order":2240,"mobile_link":"co.theeasy.app://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/easy-web3-social-wallet/id1641192503","play_store":"https://play.google.com/store/apps/details?id=co.theeasy.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:80001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your web3 social wallet","badge_type":"none"},{"id":"6af02afbc4ac21d339fb4290d048d48f9f73c3b1a307a994f0474329948c0e5a","name":"UTORG","homepage":"https://utorg.app","image_id":"39c77c0b-d6ea-419d-92b7-513a5eac2c00","order":2250,"mobile_link":"utorg://mainactivity","desktop_link":"utorg://mainactivity","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/utorg-bitcoin-crypto-wallet/id6444720908","play_store":"https://play.google.com/store/apps/details?id=com.utorg","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:1313161554","eip155:137","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:59144"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A multi-crypto, self-custody wallet with blockchain support. Purchase crypto directly within the app.","badge_type":"none"},{"id":"87c00b80517fed78fe3705f43dfefe9b711910859acebb8889aa752556649ef1","name":"Solace","homepage":"https://solaceprotocol.com","image_id":"4bb93c92-f20b-41d7-97c7-d0e74100bd00","order":2260,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.solaceprotocol.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:25","eip155:43113","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Solace ERC4337 Smart Contract Wallet","badge_type":"none"},{"id":"b48cefc7ff96f9bf4e6db66fd93d277d4ee6f4199d7f996c25a56b0b0bb2c352","name":"ScramberryWallet","homepage":"https://scramberry.io/ja/wallet/","image_id":"2398a924-62b4-4f64-4a59-7ae7a293ce00","order":2270,"mobile_link":"io.scramberry.v7bmfgda1vo42ue385xc://deeplink","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/jp/app/scramberry-wallet/id6468808512","play_store":"https://play.google.com/store/apps/details?id=io.scramberry.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:3776","eip155:43114"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Secure, easy, and convenient crypto asset management wallet","badge_type":"none"},{"id":"7b3211c08255a17230494a384a1381bb12a284af4bf03945877fec5b7fc24410","name":"Iskra Wallet","homepage":"https://app.iskra.world/","image_id":"171f0bcf-b6bb-406f-6ee1-879bc9608e00","order":2280,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.iskra.world/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:8217","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Explore Iskra with Iskra Wallet","badge_type":"none"},{"id":"7215d406ebbd8e129f6092ee3c6c86c08d444e431bf35414613f6fbb686ab2c9","name":"Meter Wallet","homepage":"https://www.meter.io","image_id":"05700788-1b9d-4670-dabd-61fa9b90f900","order":2290,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.meter.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1284","eip155:1285","eip155:137","eip155:361","eip155:43114","eip155:56","eip155:82"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"wallet on ethereum compatible networks","badge_type":"none"},{"id":"5a32122dd183770b1253d8e3bb0954ced0be9f2dfd9654fe773cc80be79a57ca","name":"SaitaPro","homepage":"https://www.saitamatoken.com/saitapro/","image_id":"fedd85cd-fa5e-4c66-0b05-1ff2ce864e00","order":2300,"mobile_link":"SaitaPro://app","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/saitapro/id1636523777","play_store":"https://play.google.com/store/apps/details?id=com.saitapro&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"SaitaPro is here to make crypto and decentralized finance simple and safe for you. Buying crypto, trading assets, staking .","badge_type":"none"},{"id":"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa","name":"SecuX","homepage":"https://secuxtech.com/","image_id":"98183be0-3125-45ee-a6b6-fbd47ebefd00","order":2310,"mobile_link":"secux://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.secuxtech.com/secuxess/#/","app_store":"https://apps.apple.com/tw/app/secux-mobile/id1477437607","play_store":"https://play.google.com/store/apps/details?id=com.secuxapp&hl=zh_TW&gl=US&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"SecuX Hardware Wallet","badge_type":"none"},{"id":"2f0e39323be165a0972147140c7b822be17e5eb464a5e8558ac0e0ab01c48944","name":"Open Wallet","homepage":"https://openwallet.finance","image_id":"68a3c433-d944-4bf6-5093-4ac415fd5400","order":2320,"mobile_link":"x-app-open-wallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://openwallet.finance/","app_store":"https://apps.apple.com/ee/app/open-wallet-keyless-mastery/id6502636684","play_store":"https://play.google.com/store/apps/details?id=com.finverselabs.openwallet&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:25","eip155:42161","eip155:56","eip155:59144","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"OpenWallet isn't your average crypto wallet. It throws away the keys (literally) and uses advanced tech to keep your digital assets safe","badge_type":"none"},{"id":"01d3eae656238d3b3354a995228f8461446e0d701eb15fd71feb34afd98c3b10","name":"DMToken","homepage":"https://defim.site","image_id":"cd19f4a5-9390-4801-7587-233a3bf1d800","order":2330,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://defim.site","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://defim.site","injected":null,"chains":["eip155:56"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"A cryptocurrency solution that leverages the best of finance and memecoin","badge_type":"none"},{"id":"582506d3ac795e1d72b1674e0ee54b45431ad6fac9b51c0c8c4c1893d923c5f0","name":"Shido App","homepage":"https://www.shido.io/","image_id":"673b4fdc-8c65-41e0-d0f8-c2eb6c8e5500","order":2340,"mobile_link":"shido://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/shido-app/id6473452165","play_store":"https://play.google.com/store/apps/details?id=com.shido.wallet&hl=en&gl=US&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Shido App is a non-custodial crypto wallet","badge_type":"none"},{"id":"cb7d4e00e9c6ba5ca1ef3b3464ce1ccf0468f7526fbda116106302525f929807","name":"Unity Wallet","homepage":"https://unitywallet.com","image_id":"09b4aad3-c007-40e7-ec8f-6a62585e6900","order":2350,"mobile_link":"savl://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/savl-wallet-bitcoin-solana/id1369912925","play_store":"https://play.google.com/store/apps/details?id=com.savl","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unity Wallet is the Swiss Army knife of applications for DeFi and Web3. It offers more features than any other digital wallet on the market.","badge_type":"none"},{"id":"0f5eca2c7f2c9d11c992fdc707575c484ffb751e58e43eaeeea24510bfe8b8dd","name":"ONTO","homepage":"https://onto.app","image_id":"14934596-632e-4b29-d45f-61109e959000","order":2360,"mobile_link":"ontoprovider://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/onto-an-ontology-dapp/id1436009823","play_store":"https://play.google.com/store/apps/details?id=com.github.ontio.onto","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:1024","eip155:128","eip155:1280","eip155:1284","eip155:1313161554","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:288","eip155:42161","eip155:4689","eip155:50","eip155:56","eip155:58","eip155:66","neo3:mainnet","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A #DID-based #Web3 gateway for 1 million+ users on 30+ popular #blockchains, supporting 700+ dApps.","badge_type":"none"},{"id":"deb700f0ebe34fd6c25a937629949b3c4c6c9dafdf87056190e985f189b691d2","name":"campux.digital","homepage":"https://campux.digital","image_id":"a635b65a-44b9-4dfa-a28f-83128d8dff00","order":2370,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://campux.digital","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:irishub-1","cosmos:kava-4","cosmos:mayachain-mainnet-v1","cosmos:mayachain-stagenet-v1","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Our soccer sport passport is an interactive digital wallet designed for the global soccer community. ","badge_type":"none"},{"id":"e5276850a2559a0fd4eb37207e3c9325cfb20b84ebb28a2d6ad5ade43a2a77bd","name":"TobeWallet","homepage":"https://testnet.tobechain.net/testnet/faucet/","image_id":"ccfadd90-2fe4-41c0-4762-32e1cf9b2700","order":2380,"mobile_link":"tobewallet://","desktop_link":"tobewallet://","link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.companyname.swaptobe&hl=vi","rdns":"com.companyname.swaptobe","chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"com.companyname.swaptobe","badge_type":"none"},{"id":"73232eaed7a1e4876f3efb13c3d526dfe4e293a152e1380095a62eb4c5814a87","name":"midoin","homepage":"https://midoin.com","image_id":"9728246c-9504-4b0f-9881-ed848c9fa000","order":2390,"mobile_link":"midoin://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/midoin/id1374974523","play_store":"https://play.google.com/store/apps/details?id=com.midoin","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Midoin is a mobile-first currency aiming to be fun, easy and fast to use.","badge_type":"none"},{"id":"4b2604c8e0f5022d0fbfbc67685dd5e87426bbfe514eebcce6c5f3638f2e1d81","name":"BC Vault","homepage":"https://bc-vault.com","image_id":"56995d82-a980-4dfc-2611-0f91d88c5700","order":2400,"mobile_link":null,"desktop_link":"bcvault://","link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10001","eip155:10003","eip155:106","eip155:128","eip155:137","eip155:25","eip155:250","eip155:256","eip155:338","eip155:56","eip155:61","eip155:62","eip155:63","eip155:65","eip155:66","eip155:80001","eip155:97","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"BC Vault Hardware Crypto Wallet","badge_type":"none"},{"id":"a94328bcaff3ed69de88cb6347b6933370d16455af591e4a46e7e0d7c2a485c8","name":"HyperPay","homepage":"https://www.hyperpay.io/","image_id":"44abbf25-f8c4-4d04-0ce7-a695e00d8e00","order":2410,"mobile_link":"hyperPay://","desktop_link":"hyperPay://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ae/app/hyperpay-bitcoin-crypto-wallet/id1354755812","play_store":"https://play.google.com/store/apps/details?id=com.legendwd.hyperpayW&hl&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:128","eip155:137","eip155:250","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:66","eip155:8453"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Where your crypto wants to stay!","badge_type":"none"},{"id":"22086a7044492919c850e06c38b7940dca5a17c83a69d2d61581d72a1526c373","name":"Hellō","homepage":"https://wallet.hello.coop/","image_id":"d365f826-0a95-48f5-0642-e25cd47c2100","order":2420,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.hello.coop/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Cloud Identity Wallet","badge_type":"none"},{"id":"be5a8ab0c885357ce212602173781d9b03f8c0308f28aa1211e1e92ce04fb2c9","name":"Competence.id","homepage":"https://competence.id","image_id":"ac1de66e-a82c-4cc5-f460-86b640e56500","order":2430,"mobile_link":"competenceid://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/competenceid/id6448860364","play_store":"https://play.google.com/store/apps/details?id=id.competence","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Competence.ID, is a self-sovereign identity solution designed to allow you build your reputation in the supply chain industry.","badge_type":"none"},{"id":"36dbd7f82df78f406723eb71599640fbbf703b2583682ba1e419a9098a2d4945","name":"StrikeX Wallet","homepage":"https://tradestrike.io/","image_id":"f81642e4-2355-454a-25f5-72e27f2c6f00","order":2440,"mobile_link":"strikex://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/strikex-wallet/id6443517613","play_store":"https://play.google.com/store/apps/details?id=com.tradestrike","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Buy, sell, swap, transfer & track crypto on our non-custodial DeFi Crypto wallet.","badge_type":"none"},{"id":"de0876834d89cfbc7d50c9082727480c784c33ec559349b0541c452cd9e10ed0","name":"Deficloud","homepage":"https://app.deficloud.cc","image_id":"f67d45d0-dbeb-4d00-3c3a-51a91bedc100","order":2450,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.deficloud.cc","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1285","eip155:1313161554","eip155:137","eip155:1666600002","eip155:200","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"For deficloud.cc ","badge_type":"none"},{"id":"cb53ce18c593e8ea5d93c6a55bf848e4b75010c077f83b012b7c4e5f8fce842a","name":"BeanBag","homepage":"https://besc.llc","image_id":"5fad49d2-a138-47bb-ac87-6368d8bd9000","order":2460,"mobile_link":"beanbag://wallet/connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.beanbag.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Mobile crypto currency wallet \n\n\nKEEP getting declined no testing but i have tested and all works how can i show u","badge_type":"none"},{"id":"d11e890cc208235fd14e5234b4fc180eb36ade32808c980ee85cc57fe4a08ebb","name":"Smart.Baby","homepage":"https://smart.baby","image_id":"7f408502-e3d1-48f1-a81f-654a3f338f00","order":2470,"mobile_link":"smartbody://?uri=","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://smartbaby.oss-cn-hongkong.aliyuncs.com/wallet/20230912/e94cee9101074e54a717415cccd11a87.apk","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Smart.Baby is an encrypted wallet using the most cutting-edge AI technology","badge_type":"none"},{"id":"2ba89f94faff121a7c1091c3cea124167dc4291ebe87123620c66e0f120197cc","name":"CoinWallet","homepage":"https://www.coinsdo.com","image_id":"1c0cd352-ce8e-4bcc-f91d-8763eab60b00","order":2480,"mobile_link":"coinwallet://","desktop_link":"coinwallet://","link_mode":null,"webapp_link":"https://www.coinsdo.com/wallet_coinsdo.html","app_store":"https://apps.apple.com/us/app/coinsdo-wallet-btc-eth-wallet/id6479635869","play_store":"https://play.google.com/store/apps/details?id=com.coinsdo.wallet","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/coinwallet-btc-crypto-wal/oafedfoadhdjjcipmcbecikgokpaphjk","injected":null,"chains":["cip-34:0-1","cip-34:1-764824073","eip155:1","eip155:100","eip155:10000","eip155:10001","eip155:128","eip155:137","eip155:250","eip155:256","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:59","eip155:61","eip155:65","eip155:66","eip155:80001","eip155:97","polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MPC-TSS HD Multichain Wallet, support mainnet and testnet, generate address based on custom derivation path, NFT, DApp, and more.","badge_type":"none"},{"id":"a21d06c656c8b1de253686e06fc2f1b3d4aa39c46df2bfda8a6cc524ef32c20c","name":"Venly","homepage":"https://www.venly.io","image_id":"d8c846d0-5164-4520-d10f-e1c27d69ce00","order":2490,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://walletconnect.venly.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:31337","eip155:43113","eip155:43114","eip155:5","eip155:56","eip155:60","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","5ab4170b-2d88-475e-8fd7-ec9eeb6ce45d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Onboard users in seconds! Venly Wallet allows your users to interact with Web3 familiarly, while we take care of the security & complexity.","badge_type":"none"},{"id":"49c61c13758b7a9f69018f06de961110a29cb0f0be4cb9cbbd4eb3a2bee3b857","name":"Newmoney.AI","homepage":"https://newmoney.ai","image_id":"2736bfe5-65f6-4ca1-77bf-8b4a59f7a900","order":2500,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/newmoneyai/coknkdplmddfgoggddpienehfhdgegna","injected":[{"namespace":"eip155","injected_id":"isNewMoney"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Newmoney.AI - Easily Send & Receive Crypto & AI","badge_type":"none"},{"id":"d6071018d2199b47d48c9590423f17afe222c35a12727db3f64ca2962a5e5709","name":"IApp","homepage":"https://ivirse.com","image_id":"5da95e88-2d6c-4880-e6d8-b6a8d0663900","order":2510,"mobile_link":"ivirse://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/oomy/id6446265246","play_store":"https://play.google.com/store/apps/details?id=com.ivirse.figame","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Wallet of ivirse team","badge_type":"none"},{"id":"ce3e70881c4605a03fb86554509735d45eca98c68bd6d72e86073e962dc6e8cb","name":"Kayros","homepage":"https://www.kayros.games/","image_id":"b2c3ae20-d3c9-4a47-16a1-a9862a410c00","order":2520,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://www.kayros.games/","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/kayros/ionnbdlogiaapopodiglgaakhiifihcl","injected":[{"namespace":"eip155","injected_id":"isKayros"}],"chains":["eip155:1","eip155:10","eip155:1111","eip155:1284","eip155:137","eip155:1666600000","eip155:200","eip155:204","eip155:25","eip155:250","eip155:42220","eip155:43114","eip155:4689","eip155:8217"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"The wallet that rewards web3 gamers","badge_type":"none"},{"id":"c299d20788465854615bc197864027625c71f8f4735fdb3e210636d1bd1e1935","name":"DS Security SA","homepage":"https://www.dssecurity.ch","image_id":"149a10a6-8914-44ea-424a-236017890100","order":2530,"mobile_link":"https://www.coinbase.com/wallet/","desktop_link":null,"link_mode":null,"webapp_link":"https://www.coinbase.com/wallet/","app_store":"https://dssecurity.ch","play_store":"https://dssecurity.ch","rdns":null,"chrome_store":"https://dssecurity.ch","injected":[{"namespace":"eip155","injected_id":"https://nft.coinbase.com"}],"chains":["eip155:5"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"produce cryptocurrencies","badge_type":"none"},{"id":"7dcb0e5eb1b4fc6e2e0b143201c489ea6c618259f49527527d4a349d1a95ba7b","name":"Concordium","homepage":"https://concordium.com/","image_id":"b1ca907e-2f5f-42a8-d11c-86a15a291600","order":2540,"mobile_link":"concordiumwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://concordium.com/","app_store":"https://apps.apple.com/us/app/concordium-blockchain-wallet/id6444703764","play_store":"https://play.google.com/store/apps/details?id=software.concordium.mobilewallet.seedphrase.mainnet&pli=1","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/concordium-wallet/mnnkpffndmickbiakofclnpoiajlegmg?hl=en-US","injected":[{"namespace":"ccd","injected_id":"concordium"}],"chains":["ccd:4221332d34e1694168c2a0c0b3fd0f27","ccd:9dd9ca4d19e9393877d2c44b70f89acb"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The only Layer-1 with the protocol level ID, science-backed blockchain for building a safer digital world.","badge_type":"none"},{"id":"63f5b2024d710b30f7cec57fb8312f4261a67074dc5043c50f2d59f4d982141a","name":"Ape Wallet","homepage":"https://www.zkape.io","image_id":"ea66f627-cc46-41c4-8287-dae2f379f700","order":2550,"mobile_link":"ape://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ape-layer2-wallet/id6450944029","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1101","eip155:1442","eip155:204","eip155:280","eip155:324","eip155:420","eip155:421613","eip155:421614","eip155:42170","eip155:5","eip155:5000","eip155:5001","eip155:534351","eip155:534353","eip155:5611","eip155:59140","eip155:59144","eip155:8453","eip155:84531"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"NFT Infrastructure for ERC4337 Account Abstraction & ERC6551 TBAs on zkSync Era. Pioneering the Apes-Themed Experience.\n","badge_type":"none"},{"id":"af9a6dfff9e63977bbde28fb23518834f08b696fe8bff6dd6827acad1814c6be","name":"Status","homepage":"https://status.app/","image_id":"1e5fb93a-3a0a-40b9-8a86-b14a775aae00","order":2560,"mobile_link":"status-app://","desktop_link":"status-app://","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/status-gateway-to-ethereum/id1178893006","play_store":"https://play.google.com/store/apps/details?id=im.status.ethereum","rdns":"app.status","chrome_store":"https://chromewebstore.google.com/detail/kahehnbpamjplefhpkhafinaodkkenpg","injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:42161","eip155:421614","eip155:8453","eip155:84532"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Status is a private messenger, secure crypto wallet, and Ethereum Web3 DApp browser—in short, one powerful communication tool.","badge_type":"none"},{"id":"14e5d957c6eb62d3ee8fc6239703ac2d537d7e3552154836ca0beef775f630bc","name":"Pitaka","homepage":"https://pitaka.io","image_id":"c816aeae-e0d1-4c52-f37a-efde6df1ee00","order":2570,"mobile_link":"pitaka://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ph/app/pitaka-blockchain-wallet/id1644341925","play_store":"https://play.google.com/store/apps/details?id=com.pitakamobile","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:kava-4","eip155:1","eip155:10","eip155:10000","eip155:10001","eip155:1001","eip155:10101","eip155:1028","eip155:11297108099","eip155:11297108109","eip155:1284","eip155:1285","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:1666700000","eip155:1666700001","eip155:1666700002","eip155:1666700003","eip155:19","eip155:199","eip155:200","eip155:25","eip155:28","eip155:288","eip155:3","eip155:30","eip155:31","eip155:32659","eip155:333888","eip155:333999","eip155:4","eip155:40","eip155:4002","eip155:41","eip155:42","eip155:42161","eip155:43113","eip155:43114","eip155:44787","eip155:4689","eip155:4690","eip155:5","eip155:56","eip155:6","eip155:61","eip155:62","eip155:63","eip155:65","eip155:66","eip155:8","eip155:8217","eip155:9","polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Secure your wealth from external threats like inflation, seizure, and censorship.","badge_type":"none"},{"id":"f37a272090b3b7620c8be1d2ed40cf435055789fc16ab2b710ecec124b62b634","name":"LichtBit","homepage":"https://scan.lichtbit.net","image_id":"f67b54c7-c5e2-4796-5bc6-eca4f3e6e800","order":2580,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://scan.lichtbit.net","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":[{"namespace":"eip155","injected_id":"isMetamask"}],"chains":["eip155:1","eip155:5"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"This Explorer Lichtbit to show Transaction and token","badge_type":"none"},{"id":"4174944732b68fe84b79b98bc0d75c3f0dce4e6e6e9834439fbc1e51fa6eebf3","name":"OzoneWallet","homepage":"https://ozonewallet.io/","image_id":"4eb57479-515a-463a-9fcb-c20e9cc60c00","order":2590,"mobile_link":"chiawallet://ozonewallet.io","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.chiatk.apps.ozone1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:61"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Chia Wallet secure and portable","badge_type":"none"},{"id":"c342b7446487de20c6112b356df719506a0b60ce7c2cd78729cc79d75b89e732","name":"rss wallet","homepage":"https://mugambo.org","image_id":"920c743d-950f-4d53-64ec-d342e272e500","order":2600,"mobile_link":"rsswallet://rss.app.link","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://bo.centapey.com/rsswallet_2.0.2.3.apk","rdns":null,"chrome_store":null,"injected":null,"chains":["polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"This is rss token rss-wallet","badge_type":"none"},{"id":"5265dcf66be0553328dbc727414ab329e22f9a480e593bd2e927b279e4ab244d","name":"Sahal Wallet","homepage":"https://mrhb.network","image_id":"afa1e46a-331a-418f-ef1f-a29f76def100","order":2610,"mobile_link":"sahalwallet://","desktop_link":"sahalwallet://","link_mode":null,"webapp_link":"https://sahalwallet.app","app_store":"https://apps.apple.com/gb/app/sahal-wallet/id1602366920","play_store":"https://play.google.com/store/apps/details?id=sahal.wallet.app&gl=GB","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:25","eip155:250","eip155:338","eip155:4","eip155:4002","eip155:43113","eip155:43114","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial multi-chain wallet serving as the gateway to MRHB Network.","badge_type":"none"},{"id":"96dec48797b543cc455efc53f1f6548d1af490534892b7a639748948fc738e6a","name":"My Cloud Wallet","homepage":"https://www.mycloudwallet.com/","image_id":"2fac85b3-85a3-4dd2-8e9d-8ea2cfa28100","order":2620,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://www.mycloudwallet.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["antelope:1064487b3cd1a897ce03ae5b6a865651","antelope:f16b1833c747c43682f4386fca9cbb32"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"My Cloud Wallet (MCW) is your gateway to explore and engage with WAX Blockchain","badge_type":"none"},{"id":"87eecbca66faef32f044fc7c66090fc668efb02e2d17dda7bf095d51dff76659","name":"Crossmint","homepage":"https://www.crossmint.com/","image_id":"8ad627ec-cbcd-4878-ec5c-3df588055200","order":2630,"mobile_link":"https://www.crossmint.com","desktop_link":null,"link_mode":null,"webapp_link":"https://www.crossmint.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://www.crossmint.com","injected":null,"chains":["cip-34:1-764824073","eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Making NFTs accessible to everyone","badge_type":"none"},{"id":"de9e8421961e35c5e35cb63e3cd7be9af328a62c7b5a11f95ca116bf128a7424","name":"Konio","homepage":"https://konio.io","image_id":"305dadb1-395e-4ca8-d4d0-d8ad0cc37000","order":2640,"mobile_link":"konio://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/konio/id6453561342","play_store":"https://play.google.com/store/apps/details?id=com.adrihoke.konio","rdns":null,"chrome_store":null,"injected":null,"chains":["koinos:EiAAKqFi-puoXnuJTdn7qBGGJa8yd-dc","koinos:EiBZK_GGVP0H_fXVAM3j6EAuz3-B-l3e"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Native Koinos Wallet - The first multi-platform native wallet for Koinos the first zero fee oriented towards web3 development","badge_type":"none"},{"id":"b75bd05179c7b969fc6cd830579cef10f4bf36a3a72433294a1c942c5f4af317","name":"3mint","homepage":"https://app.3mint.io","image_id":"3143a461-002d-4e49-b0f7-32f58ec6b700","order":2650,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.3mint.io/wallet","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:10","eip155:137","eip155:420","eip155:421613","eip155:42170","eip155:71393"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"3mint is a brand-focused web3 loyalty platform based on digital collectibles.","badge_type":"none"},{"id":"080f1b10c1a55922037a4bda62f42c7ff2b5384bc9b5d6ebf0c7cd93e70489a2","name":"LegionNetwork","homepage":"https://www.legionnetwork.io/","image_id":"26044229-4a61-4b14-a2ed-5413fe435a00","order":2660,"mobile_link":"legionapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/gb/app/legion-network-crypto-superapp/id1602921528","play_store":"https://play.google.com/store/apps/details?id=com.legion.production&pcampaignid=web_share","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Metaverse, Play and Earn, Watch and Earn. Mint NFTs & access top blockchain projects before they go public.","badge_type":"none"},{"id":"a78c2c969af82bc38a9c8fbe8ad9ee682d9c8c76b1a5d0f167e8f90975c3e0c8","name":"MELDapp","homepage":"https://app.meld.com","image_id":"7946da4c-c8b7-4037-f044-8c3f7f1cb200","order":2670,"mobile_link":"meld://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":"https://app.meld.com","app_store":null,"play_store":null,"rdns":"com.meld.app","chrome_store":null,"injected":null,"chains":["cip-34:1-764824073","eip155:1","eip155:43114"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MELDapp is a web3 multichain non-custodial wallet with integrated financial and crypto tools.","badge_type":"none"},{"id":"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd","name":"PLTwallet","homepage":"https://pltwallet.io/","image_id":"a5d9dd15-8cef-42de-8bed-09e01a8b0200","order":2680,"mobile_link":"pltwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id1581055631","play_store":"https://play.google.com/store/apps/details?id=com.palettechain.wallet&hl=ja&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"PLTwallet is a wallet for ethereum and PLT","badge_type":"none"},{"id":"aa01d13483db4c065b7a619b813f9eae1cb60c19bf0fc0ed3c36444a07257bd0","name":"AT.Wallet","homepage":"https://authentrend.com/at-wallet/","image_id":"98bd3b9a-097e-4743-8808-986b4ad1ad00","order":2690,"mobile_link":"atwallet://","desktop_link":"atwallet://","link_mode":null,"webapp_link":"https://apps.apple.com/us/app/at-wallet/id1490097962?mt=12","app_store":"https://apps.apple.com/app/at-wallet/id1479171310","play_store":"https://play.google.com/store/apps/details?id=com.authentrend.atwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The 1st fingerprint enabled Cold Wallet","badge_type":"none"},{"id":"3a9973b9ee638a3aac3e1d001cabe425bf307602a61faee67942fda314736610","name":"Uniblow","homepage":"https://uniblow.org/","image_id":"3aa86daa-b885-4686-c443-83355e1b3b00","order":2700,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:3","eip155:4","eip155:42","eip155:42161","eip155:421611","eip155:42220","eip155:43113","eip155:43114","eip155:44787","eip155:5","eip155:56","eip155:59","eip155:62320","eip155:80001","eip155:97"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"A universal blockchain wallet for cryptos","badge_type":"none"},{"id":"e90b3efa35dce75097b85d897d4bb80342b74cf820906b6edbf59c934d319ccf","name":"MG","homepage":"https://moongate.one","image_id":"84946308-413c-4191-5414-a325547a5c00","order":2710,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.moongate.one/","app_store":null,"play_store":null,"rdns":"com.moongate.one","chrome_store":"https://wallet.moongate.one/","injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:42170","eip155:43114"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Onboarding ETH Users To Your Solana dApp - Pain In The dAss?","badge_type":"none"},{"id":"016f8161cd78dd01003cf466292b9690c0fd251f2d69415a3cc96659d975e398","name":"pockie","homepage":"https://www.pockie.io/ko","image_id":"a761beae-1e7e-4402-bcc5-a896a92bfb00","order":2720,"mobile_link":"pockie://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/pockie/id6448715234","play_store":"https://play.google.com/store/apps/details?id=com.pilab.pockie&hl=en-KR","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56","eip155:8217"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Pockie is a new, user-friendly wallet here to simplify your crypto journey.\nYou can easily manage digital assets across different chains.","badge_type":"none"},{"id":"841b1ef7139a08ee064e626f9f946154b0a80096c3417abe49ced448217fcf4c","name":"BitFrost","homepage":"https://bifrostwallet.com","image_id":"cd37c47c-95df-464b-0ebf-d7d5313f2900","order":2730,"mobile_link":"bifrostwallet://wallet-connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/gb/app/bifrost-wallet/id1577198351","play_store":"https://play.google.com/store/apps/details?id=com.bifrostwallet.app&hl=en_GB&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bitfrost is a non-custodial mobile crypto wallet","badge_type":"none"},{"id":"fbea6f68df4e6ce163c144df86da89f24cb244f19b53903e26aea9ab7de6393c","name":"Klever Wallet","homepage":"https://klever.io/","image_id":"2e181ba3-bf6f-4599-5349-f7409bc62100","order":2740,"mobile_link":"klever-wallet://dp/walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/klever-wallet/id1615064243","play_store":"https://play.google.com/store/apps/details?id=finance.klever.bitcoin.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["cip-34:1-764824073","cosmos:xstaxy-1","eip155:1","eip155:128","eip155:137","eip155:56","eip155:686","eip155:787","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","reef:7834781d38e4798d548e34ec947d19de","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Klever Wallet is a secure multi-chain web-3 wallet. Store BTC and +10,000 crypto assets in one place.","badge_type":"none"},{"id":"6b2e623f231f3794db2fcb7cfff2d1cc1d902bff70d946980d62956cd880cacc","name":"Kelp","homepage":"https://kelp.org","image_id":"1854e47d-3804-4e92-e455-06829b64b100","order":2750,"mobile_link":"link.kelp.finance://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/kelp/id1632857274","play_store":"https://play.google.com/store/apps/details?id=com.app.kelpa","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A non-custodial cryptocurrency wallet to use during the Kelp multi-phase launch.","badge_type":"none"},{"id":"9ec7dc26973b1a7bd708aaae749002fe3bc509254472939a8d8d2ae1f2d483b2","name":"EtherMail","homepage":"https://ethermail.io","image_id":"7f3205c6-6051-4cdb-8ef8-84334a7c7f00","order":2760,"mobile_link":"ethermail://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ethermail/id6451305966","play_store":"https://play.google.com/store/apps/details?id=com.ethermail.ethermail_android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:250","eip155:42161","eip155:42220","eip155:43114","eip155:56","eip155:8453","mvx:1","polkadot:6fbd74e5e1d0a61d52ccfe9d4adaed16","stacks:1","xrpl:0"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"EtherMail is building the bridge between Web2 & Web3 via email, bringing full inbox ownership, control, and sovereignty back to users.","badge_type":"none"},{"id":"79a37a33816cfba8b2ab936c440a69efdd555414e3eed7f43a2f12dab5e8807b","name":"FINTOKEN","homepage":"https://fintoken.pro/","image_id":"420ababa-3c29-4711-4487-84b93bfa5900","order":2770,"mobile_link":"fintoken://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/fintoken-web3-crypto-wallet/id6447503215","play_store":"https://play.google.com/store/apps/details?id=com.digitalasset.fintoken&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:128","eip155:42161","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"FINTOKEN is an incredibly powerful Web3 wallet ,It offers decentralized asset management, supports 100+ public blockchains.","badge_type":"none"},{"id":"981ee0b205893921cdb52c94070acedd39283e911de238c478652dedf0e1d76d","name":"Pali Wallet","homepage":"https://paliwallet.com","image_id":"4672cbde-0f96-42f3-84a0-524e9ad70a00","order":2780,"mobile_link":"paliwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/pali-wallet-dex-nft-defi/id6447639615","play_store":"https://play.google.com/store/apps/details?id=io.paliwallet","rdns":null,"chrome_store":"https://play.google.com/store/apps/details?id=io.paliwallet","injected":[{"namespace":"eip155","injected_id":"pali-v2"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:57","eip155:570"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your Secure Web3 Companion.","badge_type":"none"},{"id":"c4cf2554856778945254c47b5b2f6f6218b668b1942b13d20f4d54aab43ec054","name":"UIIC","homepage":"https://api.uincubator.vc/download/?company_id=NTU2NjIwMDA=","image_id":"cdd77592-c1ba-4dc2-f2a6-c454e2c19800","order":2790,"mobile_link":"uiwallet://?uri=","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://api.uincubator.vc/download/?company_id=NTU2NjIwMDA=","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"this is a web3 wallet","badge_type":"none"},{"id":"8eefa62c2f86b4c73bd68cf5cb178e09d15cbf21399ac5aea234d2b616e9ae9d","name":"una Wallet","homepage":"https://unawallet.unagi.io","image_id":"78118aa8-8dfc-4742-86f7-b51d34e7cf00","order":2800,"mobile_link":"unaWallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/una-wallet/id6456397239","play_store":"https://play.google.com/store/apps/details?id=app.unawallet.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1111","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8217"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unbound Blockchain experience","badge_type":"none"},{"id":"bb9d9ff64c877aedc2ec5f596e2c4806aa5b26bafa04e835624e1f8e2b87176b","name":"Nova Spektr","homepage":"https://novaspektr.io","image_id":"733e8649-3608-43d6-6956-167fb7eb8000","order":2810,"mobile_link":null,"desktop_link":"novaspektr://","link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"Full-spectrum Polkadot Desktop Wallet","badge_type":"none"},{"id":"bd25c370dbc2e62b0580bb1eea9df6a812a66d6fff7045107173a6ac5e7c6f57","name":"SmartRush","homepage":"https://smartmoneyrush.com/","image_id":"330df9c4-66c2-4306-1ca1-09b4c9921800","order":2820,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://www.smartmoneyrush.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:204","eip155:5611","eip155:56288","eip155:80001","eip155:9728"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"GameDefi","badge_type":"none"},{"id":"9f14837e4392582c3974613ed8e1acc7ed84b2ae3910ad27cb9542a3758df800","name":"Bitwinex","homepage":"https://bitwinex.com","image_id":"2fc793ee-4c3a-4d84-85a1-3f9ff98ece00","order":2830,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://bitcuit.com/login","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:aura-testnet-2","cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:euphoria-2","cosmos:harpoon-4","cosmos:irishub-1","cosmos:kaiyo-1","cosmos:kava-4","cosmos:likecoin-mainnet-2","cosmos:likecoin-public-testnet-5","cosmos:mayachain-mainnet-v1","cosmos:mayachain-stagenet-v1","cosmos:serenity-testnet-001","cosmos:thorchain-mainnet-v1","cosmos:thorchain-stagenet-v1","cosmos:xstaxy-1","eip155:1","eip155:10","eip155:100","eip155:101","eip155:102","eip155:106","eip155:108","eip155:11","eip155:110","eip155:111","eip155:11155111","eip155:11297108099","eip155:12","eip155:122","eip155:124","eip155:127","eip155:128","eip155:13","eip155:137","eip155:14","eip155:142","eip155:15","eip155:16","eip155:16000","eip155:16001","eip155:162","eip155:163","eip155:17","eip155:170","eip155:172","eip155:18","eip155:18289463","eip155:186","eip155:19","eip155:199","eip155:1995","eip155:2","eip155:20","eip155:200","eip155:204","eip155:211","eip155:22","eip155:222","eip155:23","eip155:246","eip155:25","eip155:250","eip155:256","eip155:262","eip155:269","eip155:27","eip155:28","eip155:280","eip155:288","eip155:3","eip155:30","eip155:31","eip155:32","eip155:321","eip155:322","eip155:324","eip155:33","eip155:336","eip155:338","eip155:35","eip155:361","eip155:363","eip155:364","eip155:365","eip155:38","eip155:4","eip155:40","eip155:41","eip155:42","eip155:420","eip155:42161","eip155:421611","eip155:421613","eip155:421614","eip155:42170","eip155:42220","eip155:43","eip155:432201","eip155:432204","eip155:44","eip155:44787","eip155:4689","eip155:4690","eip155:499","eip155:5","eip155:50","eip155:51","eip155:52","eip155:53","eip155:55","eip155:5522","eip155:558","eip155:56","eip155:56789","eip155:58","eip155:5851","eip155:59","eip155:6","eip155:60","eip155:61","eip155:62","eip155:63","eip155:64","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:69","eip155:7","eip155:71393","eip155:76","eip155:77","eip155:78","eip155:78281","eip155:8","eip155:80","eip155:80001","eip155:82","eip155:821","eip155:83","eip155:85","eip155:86","eip155:88","eip155:9","eip155:95","eip155:96970","eip155:97","eip155:99","koinos:EiBZK_GGVP0H_fXVAM3j6EAuz3-B-l3e","mvx:1","mvx:D","mvx:T","near:mainnet","near:testnet","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"We create a connection so that transactions can be made by connecting to our exchange.","badge_type":"none"},{"id":"b7cd38c9393f14b8031bc10bc0613895d0d092c33d836547faf8a9b782f6cbcc","name":"Libera","homepage":"https://liberawallet.com","image_id":"9485d17f-c413-47fe-ebee-a876a9dc9100","order":2840,"mobile_link":"libera://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.impactmarket.mobile&&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:42220"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Libera is the key to empowering financially unserved and underserved people around the world.","badge_type":"none"},{"id":"4e21a70acc8f11aa35f87733de2fbada29a2dd08e9011d34d92522fb8ad0e3d2","name":"Armana Portal","homepage":"https://portal.armana.io","image_id":"fe3c264d-b595-437d-e5f9-5e5833dd4300","order":2850,"mobile_link":"armanaportal://","desktop_link":null,"link_mode":null,"webapp_link":"https://arman.io/mint","app_store":"https://apps.apple.com/us/app/armana-portal/id6448726023","play_store":"https://play.google.com/store/apps/details?id=io.armana.portal","rdns":null,"chrome_store":null,"injected":null,"chains":["koinos:EiBZK_GGVP0H_fXVAM3j6EAuz3-B-l3e"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unlock the potential of the decentralized world with Portal, your all-in-one gateway to the Koinos blockchain. ","badge_type":"none"},{"id":"21662ea26f2284c26ac44bfbb176340b477a3b4039d5a3793e86ba8177514901","name":"eth-q1","homepage":"https://webeasy.xyz","image_id":"027f3d70-61ad-43d7-6c77-da305bf64500","order":2860,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://ernns.top/","injected":null,"chains":["cosmos:aura-testnet-2","cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:irishub-1","cosmos:kava-4","cosmos:mayachain-mainnet-v1","cosmos:mayachain-stagenet-v1","cosmos:thorchain-mainnet-v1","cosmos:thorchain-stagenet-v1","eip155:1","eip155:101","eip155:111","eip155:20","eip155:22","eip155:23","eip155:3","eip155:4","eip155:5","eip155:6","eip155:7","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"A convenient and fast wallet tool","badge_type":"none"},{"id":"7be8d8b5e39bbcee13867c50e47387cd752c12e03b3e6fdf2e0638c7b4e3b69f","name":"Nash","homepage":"https://nash.io","image_id":"65c53de2-05fd-4a62-5f9c-979dcb406c00","order":2870,"mobile_link":"nash://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/nl/app/nash-spend-save-invest/id1475759236","play_store":"https://play.google.com/store/apps/details?id=io.nash.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:245022934","eip155:42161","eip155:43114","eip155:5000","eip155:56288","eip155:8453","neo3:mainnet"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Spend, save & invest","badge_type":"none"},{"id":"53156573bc146ecf92638a53fa9b031e040513f95296a7f8b97404e751a279bf","name":"X9Wallet","homepage":"https://x9wallet.com","image_id":"f64f7bf8-62ea-4d1e-087b-82d374d04d00","order":2880,"mobile_link":"x9wallet://a","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://expo.dev/accounts/teza8899x/projects/x9wallet/updates/d8aa245f-076d-4634-b2ba-e23489b04dde","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3Wallet of X9Wallet","badge_type":"none"},{"id":"43c76a3d2a84cb7a10f6329a34261eb6794ac830e74bc8136b42ee05ee54efb1","name":"Kigo","homepage":"https://kigo.io","image_id":"ad83d869-de11-4685-2a24-d3ce93a86400","order":2890,"mobile_link":"kigo-mobile-app://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/kigo-digital/id6449599872","play_store":"https://play.google.com/store/apps/details?id=com.augeo.kigo","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:5","eip155:80001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Kigo partners with loyalty programs to allow users to redeem for digital assets. Our wallet is where these tokens can be claimed and used.","badge_type":"none"},{"id":"394046500fb52c9e57e0091ef30305d513bcae143132a49c1f2a69b594126001","name":"DOSI Vault","homepage":"https://vault.dosi.world/","image_id":"0a0d223e-6bf7-4e12-a5b4-1720deb02000","order":2900,"mobile_link":"app.dosivault://","desktop_link":null,"link_mode":null,"webapp_link":"https://vault.dosi.world/","app_store":"https://apps.apple.com/kr/app/dosi-vault/id1664013594","play_store":"https://play.google.com/store/apps/details?id=world.dosi.vault","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/dosi-vault/blpiicikpimmklhoiploliaenjmecabp?hl=en","injected":[{"namespace":"cosmos","injected_id":"dosiVault"}],"chains":["cosmos:cosmoshub-4"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Blockchain Wallet for All","badge_type":"none"},{"id":"f45cb3dd0fd2a31bb7b1d19baa9f4a043609debdc7c494edf73b9b56da77a642","name":"Levain","homepage":"https://levain.tech/","image_id":"504f6043-9d47-4dd9-5332-49ea67e93100","order":2910,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.levain.tech/","app_store":null,"play_store":null,"rdns":"tech.levain","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:420","eip155:42161","eip155:421613","eip155:421614","eip155:5","eip155:56","eip155:80001","eip155:8453","eip155:84531","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Levain is an all-in-one platform that makes it easy to start, run, and grow a crypto business.","badge_type":"none"},{"id":"dbe30fc296ccd75fbf5bc7157fcfe23d839c0cea83c4883ab9601677e0a9a738","name":"NonBank","homepage":"https://nonbank.io/","image_id":"fe06c7ed-3df1-4cc7-9686-c920914abd00","order":2920,"mobile_link":"nonbank://","desktop_link":null,"link_mode":"https://id.nonbank.io/wc","webapp_link":null,"app_store":"https://apps.apple.com/us/app/nonbank-defi-crypto-wallet-app/id6477441479","play_store":"https://play.google.com/store/apps/details?id=io.nonbank","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:42161","eip155:421614","eip155:56","eip155:8453","eip155:84532","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-Custodial Wallet","badge_type":"none"},{"id":"2125ab6a3e8be0d73e6d48f9db39c34925a790a631b4b67b84502d823aa47ad3","name":"HB WALLET","homepage":"https://hbwallet.app","image_id":"f134f8a2-cf58-44dd-7626-dc2cd21a3800","order":2930,"mobile_link":"hbwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ethereum-wallet-hb-wallet/id1273639572","play_store":"https://play.google.com/store/apps/details?id=co.bacoor.android.hbwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:128","eip155:137","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:250","eip155:42170","eip155:43114","eip155:56","eip155:59144","eip155:8453","eip155:88","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"You can interact instantly and directly with Dapps on Ethereum (ETH), Binance Smart Chain (BSC), and all custom chains from HB WALLET.","badge_type":"none"},{"id":"8bee2c65ad37240fab769ff3c9f56f94914e53c8d99087e1a805cc5ef39a44f3","name":"Cogni ","homepage":"https://www.getcogni.com/","image_id":"b650cd08-21eb-4769-8ef9-96feb6e38e00","order":2940,"mobile_link":"getcogni://web3/","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/cogni-mobile-banking/id1483957512","play_store":"https://play.google.com/store/apps/details?id=com.getcogni.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1","xrpl:0"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial Web 2 to Web 3","badge_type":"none"},{"id":"0a418f1b991744b9e77ed957b8f809e11d19201d49a2a476816c13a22420ec4c","name":"37x","homepage":"https://37xdubai.com","image_id":"c85a6bf2-f505-481c-9e7d-9a7190042c00","order":2950,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://37xdubai.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:5"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"37xDubai is a space where Art and Technology come together to create the most unique expressions of creativity.","badge_type":"none"},{"id":"c615c62d619fd52fa1cdf0187229a627f78fa924c90f04391af8960c000b59c5","name":"IndiGG","homepage":"https://indi.gg","image_id":"8e90a32f-130d-4317-7294-4884510aa300","order":2960,"mobile_link":"indigg://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":"https://indi.gg/","app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.indiggcommunity&hl=en_US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:137","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The ultimate Web3 gaming wallet that lets you enter the web3 ecosystem and earn while playing games.","badge_type":"none"},{"id":"f26de15901fa07f464e3be824e36e63bdc587d34f04654ad6cd3f0a018889fca","name":"NoF","homepage":"https://nof.town","image_id":"0f822531-ac3b-4cc0-d0da-c2ab57d0fe00","order":2970,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://nof.town","play_store":"https://nof.town","rdns":null,"chrome_store":"https://nof.town","injected":null,"chains":["eip155:80001"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Number One Fun","badge_type":"none"},{"id":"9034d54985807aaf3d7780f50f155f954daa468fb58d7b14b216fc79d68bbd14","name":"Qubic Wallet","homepage":"https://wallet.qubic.app","image_id":"535c91a5-a43c-4104-233c-439449ffcd00","order":2980,"mobile_link":"qubic://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.qubic.app","app_store":"https://apps.apple.com/app/qubic-%E6%9C%80%E7%B0%A1%E5%96%AE%E4%B8%8A%E6%89%8B%E7%9A%84%E8%99%9B%E6%93%AC%E8%B2%A8%E5%B9%A3%E9%8C%A2%E5%8C%85/id1563987988?itsct=apps_box_link&itscg=30200","play_store":"https://play.google.com/store/apps/details?id=app.qubic.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"More Than Just A Wallet","badge_type":"none"},{"id":"fb6ed96272ec885008e896c6146002048d8dc88c0b7e0e6fa42bcadf052a1569","name":"Enkrypt","homepage":"https://www.enkrypt.com","image_id":"5aafd680-95a8-41e6-6df0-632ea23f4700","order":2990,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://google.com","app_store":null,"play_store":null,"rdns":"com.enkrypt","chrome_store":"https://chromewebstore.google.com/detail/enkrypt-multichain-crypto/kkpllkodjeloidieedojogacfhpaihoh","injected":[{"namespace":"eip155","injected_id":"isEnkrypt"}],"chains":["eip155:1","eip155:200","eip155:30","eip155:31","eip155:336","eip155:5","eip155:61","eip155:66","eip155:686","eip155:88","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"A multichain crypto wallet Hold, buy, send, receive, and swap tokens. Manage your NFTs. Access web3 apps across multiple blockchains.","badge_type":"none"},{"id":"5ff1c0982092f5b41df67c6ad636feddfc3e9d8c771777ddc26e5335fc91ab2f","name":"Scramble","homepage":"https://scramble-wallet.com","image_id":"c00ef3da-aacb-4c27-66ae-3cb9537a4800","order":3000,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"com.scramble","chrome_store":"https://chrome.google.com/webstore/detail/scramble-evm-btc-polkadot/dfkkefmblkgnecepjogenokjpagglfhj","injected":[{"namespace":"eip155","injected_id":"isScramble"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Scramble is a multichain crypto wallet that is designed to simplify your Web3 experience! ","badge_type":"none"},{"id":"30eb3e6d71fd0727d154e451748815e04a99c06972a84b10dfe7ae1b923c0c92","name":"FxWallet","homepage":"https://www.fxwallet.com","image_id":"46a80541-e639-483d-e230-731fcbf13000","order":3010,"mobile_link":"fxwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/fxwallet/id1560943983","play_store":"https://play.google.com/store/apps/details?id=com.fxfi.fxwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A Decentralized Multi-Chain Digital Wallet & The Gateway to Web3.","badge_type":"none"},{"id":"6f43d35d53ae12c86681df65342315b643026e2085e41bf8b8cc67287150c375","name":"ShimmerSea","homepage":"https://shimmersea.finance","image_id":"2e97da0b-225a-44c2-2e72-9125d8504a00","order":3020,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://shimmersea.finance","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:148"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"ShimmerSea is a leading decentralized exchange (DEX) on Shimmer focused on offering a premier trading experience.","badge_type":"none"},{"id":"2564a702f3b709b000a7747ccfc6f6dcc58b638c57f29791cd01514fe91cc5f8","name":"Sinum","homepage":"https://sinum.app/","image_id":"560d5efa-3fd1-4ac4-9229-f720395ab500","order":3030,"mobile_link":"sinum://","desktop_link":null,"link_mode":null,"webapp_link":"https://app.sinum.io","app_store":"https://apps.apple.com/gb/app/sinumapp/id6466151819?mt=8","play_store":"https://play.google.com/store/apps/details?id=io.sinum.wallet&referrer=af_tranid%3DnU7l_g2aK5j8sdqWOykU7g%26c%3DMAIN+WEBSITE+TO+ANDROID%26pid%3DMAIN+ANDROID&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Customizable multi-functional web3 mobile app.","badge_type":"none"},{"id":"19418ecfd44963883e4d6abca1adeb2036f3b5ffb9bee0ec61f267a9641f878b","name":"KryptoGO Wallet","homepage":"https://kryptogo.com/wallet","image_id":"4eb31988-f494-403c-6127-cfcef036ac00","order":3040,"mobile_link":"kryptogo://","desktop_link":null,"link_mode":null,"webapp_link":"https://kryptogo.com/wallet","app_store":"https://apps.apple.com/il/app/kryptogo/id1593830910","play_store":"https://play.google.com/store/apps/details?id=com.kryptogo.walletapp","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/bgaihnkooadagpjddlcaleaopmkjadfl","injected":null,"chains":["eip155:1","eip155:137","eip155:2020","eip155:321","eip155:42161","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The 1st decentralized DeFi Wallet with full compliance. Unlock DeFi earning in your hand.","badge_type":"none"},{"id":"6d47c10f046c322b4882dbb6a4d8c8e5e439019402ff872412d3b79bd3a859f4","name":"SoulSwap","homepage":"https://app.soulswap.finance","image_id":"24fc6e6e-a276-4c95-fa77-91ec1097d600","order":3050,"mobile_link":"soulwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/soulwallet-defi-portal/id6469735252","play_store":null,"rdns":null,"chrome_store":"https://apps.apple.com/us/app/soulwallet-defi-portal/id6469735252","injected":[{"namespace":"eip155","injected_id":"isSoulWallet"},{"namespace":"polkadot","injected_id":"isSoulWallet"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:4002","eip155:42161","eip155:43113","eip155:43114","eip155:56","eip155:8453","eip155:97","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"We make DeFi accessible with an embedded browser, ERC token balances, collectibles, multi-chain portfolios, and crypto news.","badge_type":"none"},{"id":"4457c130df49fb3cb1f8b99574b97b35208bd3d0d13b8d25d2b5884ed2cad13a","name":"ShapeShift","homepage":"https://shapeshift.com","image_id":"957c34b2-7210-475a-0734-689dfcabc400","order":3060,"mobile_link":"shapeshift://","desktop_link":null,"link_mode":null,"webapp_link":"https://app.shapeshift.com","app_store":"https://apps.apple.com/us/app/shapeshift-crypto-platform/id996569075","play_store":"https://play.google.com/store/apps/details?id=com.shapeshift.droid_shapeshift&hl=en_US&gl=US&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","cosmos:thorchain-mainnet-v1","eip155:1","eip155:10","eip155:100","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"ShapeShift is an open-source, community-owned wallet supporting 15 chains. Create or import a wallet on web, desktop, or mobile.","badge_type":"none"},{"id":"71aca34c569bda617eea36c774d941e57b3656060bca575fe898d2f8029553ea","name":"Ready","homepage":"https://ready.io/","image_id":"00ba080d-fb0a-4a31-940e-f75388500500","order":3070,"mobile_link":"readywallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ready-next-gen-messenger/id1668536401","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56","eip155:80001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A secure, efficient, and powerful messaging application with multi-chain crypto wallets integrated, all built with leading-edge technology.","badge_type":"none"},{"id":"2b9085b314023231adf4ba051274a20b9a4b5f64fd85251a7a329e386da1811b","name":"SheFi","homepage":"https://www.shefi.org","image_id":"a1a909e8-526b-4452-8788-5bb21e2b9e00","order":3080,"mobile_link":"shefi://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://testflight.apple.com/join/CEmx1nCa","play_store":"https://play.google.com/store/apps/details?id=org.shefi.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:42161","eip155:42220","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"SheFi is designed to make Web3 learning accessible and inclusive.","badge_type":"none"},{"id":"b508bac65989c98cd5ca664738ebd50b4fdaa06420f2c0c3b049a01a0856bd79","name":"Keychain","homepage":"http://keychain.money/","image_id":"2b6e9e4b-7dca-45dd-45d5-d96f45010200","order":3090,"mobile_link":"https://app.keychain.money/","desktop_link":null,"link_mode":null,"webapp_link":"https://app.keychain.money/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:137"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A simple web3 wallet","badge_type":"none"},{"id":"f6488493aa7713ec6f915ebe80070d7a4dd17da9d162d72f53117cc4f230bd75","name":"Beexo","homepage":"https://beexo.com/","image_id":"7074bf0c-d0f7-4d86-2dc4-28430d629d00","order":3100,"mobile_link":"beexo://","desktop_link":null,"link_mode":null,"webapp_link":"https://app.beexo.com/","app_store":"https://apps.apple.com/ar/app/beexo-wallet/id1533311061","play_store":"https://play.google.com/store/apps/details?id=com.beexo","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto made simple","badge_type":"none"},{"id":"37ef631ba83835cae97dbbfe270ff828cdf4c9326e998927bcb03f262f98f144","name":"SuperWallet","homepage":"https://superex.live","image_id":"e8f30122-5537-4b38-d6d5-9cae46771800","order":3110,"mobile_link":"superwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://superex.com","app_store":"https://apps.apple.com/us/app/superex/id1601589888","play_store":"https://play.google.com/store/apps/details?id=com.superex.ex","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Multichain Wallet for Web3","badge_type":"none"},{"id":"8ece0bce3a95db74077d7861f7767770af5e5746c3af011e4eec7e3d2efe2be4","name":"Clave","homepage":"https://getclave.io","image_id":"f1c538df-15d9-4448-542f-b7b358e95d00","order":3120,"mobile_link":"clave://link/wc/","desktop_link":"clave://link/wc/","link_mode":null,"webapp_link":"https://getclave.io/link","app_store":"https://apps.apple.com/gr/app/clave-smart-wallet/id6449253761","play_store":"https://play.google.com/store/apps/details?id=com.clave.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:280","eip155:324"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Forget private keys and seed phrases. Embrace Account Abstraction storing keys on hardware for the easiest access to the future of finance.","badge_type":"none"},{"id":"b86809b9f01a70ec1e94bddae5ddc6db160dbd03661b2914655afa98bb28d7b1","name":"Bettatrade","homepage":"https://bettatrade.com","image_id":"938053f6-6e81-4d58-4033-8ae8625e5f00","order":3130,"mobile_link":"bettatrade://","desktop_link":null,"link_mode":null,"webapp_link":"https://apps.apple.com/us/app/bettatrade/id6474153866","app_store":"https://apps.apple.com/us/app/bettatrade/id6474153866","play_store":"https://play.google.com/store/apps/details?id=com.wallet.Bettatrade","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Enjoy complete self-sovereignty with our fully decentralized crypto wallet.","badge_type":"none"},{"id":"855481a23310c2bccf2a6134367449d61bd2f1c8793f929516c4f68a6aaace7a","name":"NEOPIN","homepage":"https://neopin.io/","image_id":"424c54b5-b786-4c14-871f-61d5c5ded800","order":3140,"mobile_link":"nptwc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/app/id1600381072","play_store":"https://play.google.com/store/apps/details?id=com.blockchain.crypto.wallet.neopin","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:8217"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A one-stop, non-custodial CeDeFi protocol for secure crypto use within regulatory frameworks while leveraging the benefits of CeFi and DeFi.","badge_type":"none"},{"id":"216a8a921c2ed28808a5e3be6704fa106154957911d8bf3ae1e08be1488fc2b6","name":"FinoaConnect","homepage":"https://app.finoa.io/","image_id":"b7a0c6fe-10bd-423c-6aa5-0637bd2b9900","order":3150,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://app.finoa.io/","app_store":"https://apps.apple.com/us/app/finoa-2fa/id1484058524","play_store":null,"rdns":"io.finoa","chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Wallet Connector service enables DApp users to use Finoa's Institutional Custody services.","badge_type":"none"},{"id":"c3d4800aeb5eb7b00dd5e97247993461df84e6630cc3a89bdf2ca522f0ec07d1","name":"Blanq","homepage":"https://www.blanqlabs.com","image_id":"d02dcb81-d279-4414-627a-681dcad51200","order":3160,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.blanq.app","app_store":"https://apps.apple.com/us/app/blanq-wallet-buy-store-crypto/id6470715307","play_store":"https://play.google.com/store/apps/details?id=xyz.blanq.mobile","rdns":"com.blanqlabs.wallet","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:42161","eip155:421614","eip155:8453","eip155:84532","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The first distributed-key hardware wallet","badge_type":"none"},{"id":"7ee7b95f4ae8b3e08aab5158be7fe8e71f79bcd3717594254b34fa1f3cd4611a","name":"Puzzle Wallet","homepage":"https://puzzle.online","image_id":"08cb0a68-6271-4e25-90c3-bcc3c0226a00","order":3170,"mobile_link":"puzzleapp://","desktop_link":null,"link_mode":null,"webapp_link":"https://walletconnect.puzzle.online","app_store":"https://apps.apple.com/au/app/puzzle-aleo-wallet/id6450268321","play_store":"https://play.google.com/store/apps/details?id=online.puzzle","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/puzzle-aleo-wallet/fdchdcpieegfofnofhgdombfckhbcokj","injected":null,"chains":["aleo:3"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your portal to web3 privacy.","badge_type":"none"},{"id":"5fb52d5d1316eb09e2a3f7e6e3620e5e78450f3107684166ef7ee36459ebc09c","name":"Echooo Wallet","homepage":"https://www.echooo.xyz/","image_id":"a7b1de20-bafd-4ab9-c31d-7d398cc90a00","order":3180,"mobile_link":"echooo://echooo.valleysound.xyz/vss/walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/echooo-crypto-aa-wallet-defi/id6446883725","play_store":"https://play.google.com/store/apps/details?id=com.smartwallet.app&hl=en_US&gl=US","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/echooo-wallet/lcmncloheoekhbmljjlhdlaobkedjbgd","injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:324","eip155:42161","eip155:43114","eip155:534352","eip155:59144","eip155:82","eip155:8453"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Most advanced Account Abstraction Mobile wallet combined with MPC technology, along with the most versatile Defi and Bridge support.","badge_type":"none"},{"id":"0563e0724f434298dda37acaa704857ab293b48f1b39b765569a0072de43c0cf","name":"Verso","homepage":"https://get-verso.com","image_id":"109d7c90-86ed-4ee0-e17d-3c87624ddf00","order":3190,"mobile_link":"verso://","desktop_link":null,"link_mode":null,"webapp_link":"https://get-verso.com","app_store":"https://apps.apple.com/app/btu-protocol/id1539304605","play_store":"https://play.google.com/store/apps/details?id=com.btuprotocol.btu_wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The easiest crypto wallet","badge_type":"none"},{"id":"fa9c3adc4f0bbe263db1565d200f776e5da900ead0f1914e0ecbf8b313d268e9","name":"WemixWallet","homepage":"https://www.wemix.com/","image_id":"2439d9a4-2c1e-4d29-3bc6-654fc23a4b00","order":3200,"mobile_link":"wemixwallet30://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/wemix-wallet/id1628230003","play_store":"https://play.google.com/store/apps/details?id=com.wemixfoundation.wemixwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1111"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"WEMIXWallet is a decentralized wallet that can be easily used by any user using the blockchain.","badge_type":"none"},{"id":"022e8ff84519e427bff394b3a58308bc9838196a8efb45158da0ab7c3228abfb","name":"Essentials","homepage":"https://www.trinity-tech.io/essentials","image_id":"058878f4-7364-4e01-434f-2cc09a15cf00","order":3210,"mobile_link":"https://essentials.web3essentials.io","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/elastos-essentials/id1568931743","play_store":"https://play.google.com/store/apps/details?id=org.elastos.essentials.app","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","eip155:1","eip155:122","eip155:128","eip155:137","eip155:170","eip155:20","eip155:22","eip155:23","eip155:25","eip155:256","eip155:32659","eip155:338","eip155:40","eip155:4002","eip155:41","eip155:42161","eip155:421611","eip155:43113","eip155:43114","eip155:4689","eip155:4690","eip155:5","eip155:56","eip155:80001","eip155:9000","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Crypto and Decentralized Identity","badge_type":"none"},{"id":"73e8db145c6b2a2a11444e835a4144416c0361342dec4c7c1bc17f85223aec93","name":"Trust Asset Wallet","homepage":"https://trustasset.io/","image_id":"f64fabc5-1e3f-4ad4-7362-747abd1bc000","order":3220,"mobile_link":"trustassetapp://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.trustassetapp&hl=en_IN&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unlock the power of your cryptocurrency assets and explore the world of web3 with Trust Asset.","badge_type":"none"},{"id":"7e6f68b033a19fd6c2999598f9791e24014f9870c626901d254da50660fda578","name":"Dfinn Wallet","homepage":"https://dfinnwallet.app","image_id":"9a9c59ce-6346-4af8-db19-778533fb6000","order":3230,"mobile_link":"dfinnwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/dfinn-wallet/id6451134219","play_store":"https://play.google.com/store/apps/details?id=money.dfinn.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:100","eip155:1024","eip155:11297108109","eip155:122","eip155:1287","eip155:2021","eip155:2022","eip155:204","eip155:245022934","eip155:25","eip155:250","eip155:42161","eip155:42170","eip155:42220","eip155:43114","eip155:5000","eip155:56","eip155:59144","eip155:61","eip155:66","eip155:99","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Safest wallet for Substrate and EVM","badge_type":"none"},{"id":"05df2f741ed2b59af7b282946af0bae7c472e874393959778b22f6b21bf8d43d","name":"BMA Wallet","homepage":"https://bmawallet.com/","image_id":"5d8240f7-1d58-4ada-12b3-0b5e7d5b1300","order":3240,"mobile_link":"bmawalletapp://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.bmawallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Unlock the power of your cryptocurrency assets and explore the world of web3 with BMA Wallet.","badge_type":"none"},{"id":"02d7e6551ab805d301bde5c9d8cd51d791a73effab6a8b2460e4d9e9e81fdee9","name":"Transi","homepage":"https://www.transi.io/","image_id":"a567089d-69d5-47f6-fd99-db47a448ab00","order":3250,"mobile_link":"transi://","desktop_link":null,"link_mode":null,"webapp_link":"https://www.transi.io/TransiWallet","app_store":"https://apps.apple.com/us/app/transi-chat/id1662471884","play_store":"https://www.transi.io/TransiWallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Transi is a cutting-edge decentralized social platform that empowers users to connect, communicate, and engage in a vibrant community.","badge_type":"none"},{"id":"12ffbeb52b37f08bd8224a50e1cd2173286bf432832579861a5480bd662e349d","name":"Bloom","homepage":"https://bloomwallet.io/","image_id":"185c0388-58f4-408c-45af-71c9ca114300","order":3260,"mobile_link":null,"desktop_link":"bloom://wallet-connect/connect","link_mode":null,"webapp_link":"https://bloomwallet.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1073","eip155:1075","eip155:11155111","eip155:148","eip155:8822"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d"],"description":"Bloom is a beautifully designed, user-centric wallet for IOTA and Shimmer.\n","badge_type":"none"},{"id":"32e6edcfbd770996fed2f4088b76a5c0151903d4ab9771feb92e5cf75080b131","name":"SafeWallet","homepage":"https://safecryptowallet.io","image_id":"c4f43408-612b-4777-c9d6-a022934ce600","order":3270,"mobile_link":"safewallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/safe-crypto-wallet-blockchain/id6449599259?mt=8&shortlink=4ybm9n4d&c=safe+wallet&pid=clickwebsite&af_xp=custom&source_caller=ui","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Securely store and manage top cryptocurrencies like BTC, ETH, TRX, XRP, LTC and more with Safe Wallet","badge_type":"none"},{"id":"9654c004e02e492c30904a820154e239886edbf4d66bc5d372060809ef4c9111","name":"Plena-App","homepage":"https://plena.finance","image_id":"9ba07b43-3db1-4e8d-100e-8c91d8430c00","order":3280,"mobile_link":"com.plena://auth,org.plenafinance.app://auth","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/plena-smartest-defi-wallet/id1608061460","play_store":"https://play.google.com/store/apps/details?id=com.plena","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1101","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Invest in 100,000+ Cryptocurrencies: Send, Receive, Swap and Bridge Your Assets in a Single Tap With The First Crypto SuperApp.","badge_type":"none"},{"id":"c733d32f3b974c4a96e0cd5a3b6f7e186e2f6379182ac6640fdbab4f9ef489b0","name":"Certhis","homepage":"https://certhis.io","image_id":"fbd441cc-e861-46dc-48ae-a04228ddb500","order":3290,"mobile_link":"https://certhis.io/","desktop_link":null,"link_mode":null,"webapp_link":"https://certhis.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Ultimate Web3 Solution","badge_type":"none"},{"id":"5e4a8cc31d062b78a7ad9e017135574809b01c4dbbf30e4dbb467ddd43025618","name":"Tomo Wallet","homepage":"https://tomo.inc","image_id":"95c9f957-b1e4-4619-fa7c-a77569d2fe00","order":3300,"mobile_link":"tomo://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/tomo-inc/id6468010287","play_store":"https://play.google.com/store/apps/details?id=tomo.app.unyx","rdns":"inc.tomo","chrome_store":"https://chromewebstore.google.com/detail/tomo-wallet/pfccjkejcgoppjnllalolplgogenfojk","injected":[{"namespace":"eip155","injected_id":"window.ethereum.isTomo"},{"namespace":"eip155","injected_id":"window.tomo_evm"},{"namespace":"eip155","injected_id":"window.tomo_evm.isTomo"}],"chains":["eip155:1","eip155:10","eip155:11155111","eip155:42161","eip155:56","eip155:59140","eip155:59144","eip155:80084","eip155:80085","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"tomo extension ","badge_type":"none"},{"id":"1a090919fa32185977f65bcab3435d250fa7e7e47c8410e31136f3f297517e27","name":"Komet","homepage":"https://komet.me","image_id":"a2e9aaed-20f6-4da9-3ca3-448a1fc00b00","order":3310,"mobile_link":"komet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/komet/id6448238558","play_store":null,"rdns":"me.komet.app","chrome_store":"https://chromewebstore.google.com/detail/komet-wallet/anmkkggohcdelhaholjialcfgdbcegbo","injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Komet Mobile Wallet","badge_type":"none"},{"id":"fa737fa41e6e5ad02c536bd21afea4e21c061885a039e17237e08802ca5bf0bf","name":"Pandoshi Wallet","homepage":"https://pandoshi.com","image_id":"d5be0305-ff38-4412-6089-a94c2e445300","order":3320,"mobile_link":"pandoshiwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.pandoshi.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:1101","eip155:1111","eip155:128","eip155:1313161554","eip155:137","eip155:25","eip155:250","eip155:295","eip155:324","eip155:32659","eip155:369","eip155:40","eip155:42161","eip155:43114","eip155:4689","eip155:5000","eip155:534352","eip155:56","eip155:59144","eip155:66","eip155:8217","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Explore the world of digital finance with Pandoshi Wallet, a non-custodial, HD wallet designed for EVM-compatible networks.","badge_type":"none"},{"id":"b123d9d4aa6b384aed6c45e7738861a28a2eabdf4adb72ad1e408d8578bc9b81","name":"GUARDIIAN Wallet","homepage":"https://guardiianwallet.io/","image_id":"4f095c1d-8a31-4af8-ab58-57e82a398e00","order":3330,"mobile_link":"guardiianwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/pk/app/guardiian-wallet/id6478384338","play_store":"https://play.google.com/store/apps/details?id=com.gardianwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Experience GUARDIIAN Wallet, a privacy-centric digital payment platform for secure currency transactions and cryptocurrency exchange.","badge_type":"none"},{"id":"b7602b27efd93fafecb53a806cd74d65fdfb8548b76d028339569a37aee012c0","name":"Cryptnox Bridge","homepage":"https://cryptnox.com","image_id":"5cbfc263-dd0d-4978-d455-3c0b0ed52900","order":3340,"mobile_link":null,"desktop_link":"cryptnoxconnect://","link_mode":null,"webapp_link":"https://cryptnox.com","app_store":null,"play_store":null,"rdns":"com.cryptnox","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:5","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Cryptnox Bridge application for Card administration and walletconnect","badge_type":"none"},{"id":"53a2e01781ee6c0d841e6c844f2733899b8f4082a1452986d87a550800aa13ca","name":"BSC Wallet","homepage":"https://bscecowallet.com","image_id":"63fe9162-b352-4a2c-1da1-a31d48008e00","order":3350,"mobile_link":"bscwalletapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/bsc-wallet-bnb-chain/id6445821381","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi-chain wallet: BNB Chain (focus), Ethereum, Tron, Polygon, Optimism, Arbitrum, opBNB, Solana. \t","badge_type":"none"},{"id":"063ab1cdc9123ed56b7e73cbee664d24ecb7fc710ad1e0bded6cc2db0d562055","name":"Life DeFi","homepage":"https://lifedefi.co","image_id":"d249af4f-e9b8-498d-cbc3-9eab04568700","order":3360,"mobile_link":"w3akvrn:/","desktop_link":"w3akvrn:/","link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ca/app/life-the-defi-wallet/id1591427970","play_store":"https://play.google.com/store/apps/details?id=life.lifecrypto.app&hl=en_US&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:25","eip155:250","eip155:338","eip155:39797","eip155:4002","eip155:420","eip155:42161","eip155:421614","eip155:43113","eip155:43114","eip155:49797","eip155:56","eip155:80001","eip155:97"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Life DeFi is an ecosystem of products focused on making Decentralized Finance (DeFi) useable for a mainstream audience","badge_type":"none"},{"id":"482779b01ffd93b70c1f62e7905658ca1a6b02799f498b07cce423f7841aed75","name":"Zypto","homepage":"https://zypto.com","image_id":"4f6ae851-7fe6-41ac-5714-3a910b2ff400","order":3370,"mobile_link":"zypto://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/zypto-all-in-one-crypto-wallet/id6463755992","play_store":"https://play.google.com/store/apps/details?id=com.zypto&gl=US","rdns":"com.zypto","chrome_store":null,"injected":null,"chains":["algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k","eip155:1","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","stellar:pubnet"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Zypto Wallet App defi easy and crypto payments smoother than ever in a user-friendly yet powerful application. ","badge_type":"none"},{"id":"a76633b85db65d78992ff51c18492a72f442aa5ea2bf7bdf49d991a94107734d","name":"Nabox","homepage":"https://nabox.io/","image_id":"d7d52161-f9bb-455a-038e-9eca68536200","order":3380,"mobile_link":"nabox://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/nabox-wallet/id6443821021","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Nabox is a cross-chain DID application","badge_type":"none"},{"id":"8ff6eccefefa7506339201bc33346f92a43118d6ff7d6e71d499d8187a1c56a2","name":"Broearn Wallet","homepage":"https://www.broearn.com","image_id":"b3c2c77c-a8cf-46e1-095a-77f0a3891500","order":3390,"mobile_link":"broearn://wallet/","desktop_link":null,"link_mode":null,"webapp_link":"https://www.broearn.com","app_store":"https://apps.apple.com/us/app/broearn/id6444156587","play_store":"https://play.google.com/store/apps/details?id=com.broearn.browser","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:128","eip155:137","eip155:250","eip155:256","eip155:4002","eip155:420","eip155:43114","eip155:5","eip155:56","eip155:6","eip155:61","eip155:65","eip155:66","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Broearn Wallet supports over 8 Million tokens including PUT, Ethereum, Solana, Polygon Matic, BNB, and Avalanche.","badge_type":"none"},{"id":"92ebfc08f0ac3bc8015a9bf843f9366750d5139b00a166086ad893aeb701acd4","name":"SampleW","homepage":"https://walletconnect.com","image_id":"171f0822-acf5-4eba-4392-a2d16db90400","order":3400,"mobile_link":null,"desktop_link":"sampleW://","link_mode":null,"webapp_link":"https://wallet-connect.sampleW.com","app_store":null,"play_store":null,"rdns":"com.walletconnect.com","chrome_store":"https://cloud.walletconnect.com","injected":null,"chains":["eip155:1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"WalletConnect","badge_type":"none"},{"id":"540148afe64558bb238cab6c43bd963055ed9248c094eaebff94d7bbb59f9aba","name":"MDAO Wallet","homepage":"https://ttmwallet.io/","image_id":"82014e92-838b-4e75-e77e-76cdc5539d00","order":3410,"mobile_link":"ttmwalletapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ru/app/ttm-wallet/id1540851562","play_store":"https://play.google.com/store/apps/details?id=com.ttmbank.wallet.app&hl=ru&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MDAO Wallet is the best app with a friendly user and convenient interface to keep and manage your digital assets.","badge_type":"none"},{"id":"21c3a371f72f0057186082edb2ddd43566f7e908508ac3e85373c6d1966ed614","name":"Bitget Wallet Lite","homepage":"https://web3.bitget.com/","image_id":"3d02c83a-19ac-4552-da5a-c4adc2523b00","order":3420,"mobile_link":"https://mini-app.bitkeep.com","desktop_link":null,"link_mode":null,"webapp_link":"https://mini-app.bitkeep.com","app_store":"https://t.me/BitgetWallet_TGBot/BGW","play_store":"https://t.me/BitgetWallet_TGBot/BGW","rdns":null,"chrome_store":"https://t.me/BitgetWallet_TGBot/BGW","injected":[{"namespace":"eip155","injected_id":"isBitkeep"}],"chains":["eip155:1","eip155:10","eip155:1116","eip155:1329","eip155:137","eip155:204","eip155:324","eip155:42161","eip155:43114","eip155:5000","eip155:56","eip155:59144","eip155:7001","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Bitget Wallet Lite is a non-custodial wallet by Bitget Wallet that is seamlessly integrated with Telegram.","badge_type":"none"},{"id":"e9a73053c7d8cf7f8eb732e3da6a8dfd3cc211ea4dc00e0274b9dec6e3316605","name":"tastycrypto","homepage":"https://www.tastycrypto.com/","image_id":"357878c9-a195-4102-8f69-55eb2c578700","order":3430,"mobile_link":"tastycrypto://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/tastycrypto-crypto-wallet/id1670102186","play_store":"https://play.google.com/store/apps/details?id=com.tastycrypto&hl=en","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Explore the endless opportunities of DeFi and Web3 through the tastycrypto self-custody wallet.","badge_type":"none"},{"id":"7617c61e2d7c85b03d41ceaaf568d49e2ab270f8f6f1b25ddb4af292026fa8f5","name":"IPMB Wallet","homepage":"https://www.ipmb.com","image_id":"846ae068-c112-412a-c103-7aa414bc9400","order":3440,"mobile_link":"com.ipmb.app://walletcon","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/gb/app/ipmb-wallet/id6474244533","play_store":"https://play.google.com/store/apps/details?id=com.ipmb.app","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/ipmb-wallet/gohpeceldnpglangfimhdjlfhgalohco","injected":[{"namespace":"eip155","injected_id":"isIpmb"}],"chains":["eip155:137"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The home of the IPMB Ecosystem, start your IPMB journey, manage your GeM NFTs, and take control of your gold.","badge_type":"none"},{"id":"c934a849294b527a83d726ab792f1299630242256c338fc2ce666e12ae18d82e","name":"Dynamic","homepage":"https://www.dynamic.xyz","image_id":"dd88a74e-593c-4f6e-a945-1199851de800","order":3450,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://demo.dynamic.xyz/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:280","eip155:324","eip155:42161","eip155:42170","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Dynamic offers a suite of tools for effortless log in, wallet creation and user management. Designed for users. Built for developers.","badge_type":"none"},{"id":"df1d89401c7320e6d62fa5bc4a516e8df21b604b10a7eedefbee9ada66b20c5d","name":"Nest Wallet","homepage":"https://nestwallet.xyz","image_id":"9f471f97-0b62-4af9-6198-fc9c4bd58000","order":3460,"mobile_link":"nestwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/nest-wallet/id6451122334","play_store":"https://play.google.com/store/apps/details?id=xyz.nestwallet.nestwallet","rdns":"xyz.nestwallet","chrome_store":"https://chromewebstore.google.com/detail/nest-wallet/cmoakldedjfnjofgbbfenefcagmedlga","injected":[{"namespace":"eip155","injected_id":"nestwallet"}],"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:42161","eip155:43114","eip155:534352","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A wallet built for traders.","badge_type":"none"},{"id":"9a4cddbdbc19005be790f37cc9176dd24eae51aa2a49fa3edeb3b6a8b089b7be","name":"Nightly","homepage":"https://nightly.app","image_id":"7fb6e288-6d7e-4f29-d934-8b3f229c2d00","order":3470,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/pl/app/nightly-multichain-wallet/id6444768157","play_store":"https://play.google.com/store/apps/details?id=com.nightlymobile&pli=1","rdns":"app.nightly","chrome_store":"https://chromewebstore.google.com/detail/nightly/fiikommddbeccaoicoejoniammnalkfa","injected":[{"namespace":"eip155","injected_id":"isNightly"},{"namespace":"solana","injected_id":"isNightly"}],"chains":["eip155:1","eip155:10","eip155:1946","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:8453","near:mainnet","near:testnet","polkadot:6fbd74e5e1d0a61d52ccfe9d4adaed16","polkadot:91b171bb158e2d3848fa23a9f1c25182","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your favourite multichain wallet.","badge_type":"none"},{"id":"d046ce8e9d2d96e3a0f02d0f74e51116b1884cc4e85ca24a83506cd49fa28d29","name":"Solutions Team Test","homepage":"https://solutions-team-test.ecosystem.thirdweb.com/","image_id":"63048851-38f9-4a58-880e-65d404dcf300","order":3480,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://solutions-team-test.ecosystem.thirdweb.com/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"thirdweb Ecosystem wallet integration","badge_type":"none"},{"id":"e41335615dc17532477792bb63034f69d430d73dc39ff8da622d17f3bad0b96a","name":"Nicegram Wallet","homepage":"https://nicegram.app","image_id":"929745a4-5830-480b-f6ab-bb3a854bc700","order":3490,"mobile_link":"ncg://wallet/home","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/apple-store/id1608870673","play_store":"https://play.google.com/store/apps/details?id=app.nicegram","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Nicegram Web3 Wallet: Non-custodial, multichain, integrated with Telegram Web3 fork for easy crypto transactions.","badge_type":"none"},{"id":"6bd4cf3fa61dafe9088f9e93e5d1178c7e792fe349489d9a8141cf4354359712","name":"Ballet Crypto","homepage":"https://www.ballet.com","image_id":"fd46e96d-350d-4922-a4a9-b2bfe7c92400","order":3500,"mobile_link":"balletcrypto://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id1474912942","play_store":"https://play.google.com/store/apps/details?id=com.balletcrypto","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56"],"categories":["9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"World’s EASIEST Cryptocurrency Cold Storage","badge_type":"none"},{"id":"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7","name":"Omni","homepage":"https://omni.app","image_id":"2cd67b4c-282b-4809-e7c0-a88cd5116f00","order":3510,"mobile_link":"omni://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/de/app/steakwallet/id1569375204?l=en","play_store":"https://play.google.com/store/apps/details?id=fi.steakwallet.app","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:kava-4","eip155:1","eip155:10","eip155:100","eip155:1284","eip155:1285","eip155:137","eip155:1666600000","eip155:42161","eip155:42220","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi chain, self custodial DeFi wallet","badge_type":"none"},{"id":"d609b0824ea9a456a469c86cc2daffe422681e6b6046a2cc65405067b7a4e221","name":"Blazpay","homepage":"https://blazpay.com/download","image_id":"ba0ed3d1-e94c-408d-c8f5-a384edcba700","order":3520,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"com.blazpay.wallet","chrome_store":"https://chromewebstore.google.com/detail/blazpay/cecndeddohekaklkfehmcnhejflmclhc","injected":[{"namespace":"eip155","injected_id":"isBlzWallet"}],"chains":["eip155:1","eip155:11155111","eip155:137","eip155:167000","eip155:1890","eip155:1891","eip155:43114","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"BlazPay Wallet: Securely buy, send, swap, and manage digital assets. Connect to the decentralized web, trusted by users worldwide.","badge_type":"none"},{"id":"97d2ccab1d55b1c2bcd70aa20c8ccb0d6450ff577178227fc640c8f7319cd437","name":"KAMIYAGURA","homepage":"https://kamiyagura.com/","image_id":"f826fb86-72ec-47cc-3e60-a6e694815500","order":3530,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://kamiyagura.ecosystem.thirdweb.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:68770","eip155:68775"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"NFT TCG 「KAMIYAGURA」","badge_type":"none"},{"id":"80c7742837ad9455049270303bccd55bae39a9e639b70d931191269d3a76320a","name":"UniPass Wallet","homepage":"https://unipass.id","image_id":"d0ab3715-811f-4b2e-5293-9339e5b84c00","order":3540,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.unipass.id/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:321","eip155:42161","eip155:43114","eip155:56","eip155:66"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99"],"description":"A Seedless and Gasless User Experience for Your Web3 Apps","badge_type":"none"},{"id":"5fb20bc4cf7c8662f023f465b9ee65fd6a3b266fa5f37c6799745f0a9a2de33b","name":"KTC","homepage":"https://keytrust.one/","image_id":"42ea0ba3-df94-4305-6a52-1caba42a7000","order":3550,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://keytrust.one/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Fast and simple way to buy crypto","badge_type":"none"},{"id":"c8e9e7218b7d25b8621c125bd82dc22e9fdac16bef217a281c66fb6a53b0da85","name":"JOIN MOBILE APP","homepage":"https://getjoin.io","image_id":"bd200406-7b27-452f-bb23-14e22ac47500","order":3560,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/mk/app/join-wallet/id6590635145?uo=2","play_store":"https://play.google.com/store/apps/details?id=io.getjoin.prd","rdns":"io.getjoin.prd","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:8453"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99"],"description":"Your Ultimate digital assets Platform.","badge_type":"none"},{"id":"ca1d3f91b9233ff1f3a64fbaf2bd4a718e9ea0489ec71938d9da030a9f98ef8f","name":"ParaSwap Wallet","homepage":"https://paraswap.io","image_id":"73dc6b30-b644-46e6-020c-5926851df600","order":3570,"mobile_link":"paraswap://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/paraswap-multichain-wallet/id1584610690","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"ParaSwap Wallet is a multichain DeFi wallet for trading at the best rates, with the highest efficiency and security in a friendly interface","badge_type":"none"},{"id":"e0c2e199712878ed272e2c170b585baa0ff0eb50b07521ca586ebf7aeeffc598","name":"Talisman Wallet","homepage":"https://talisman.xyz","image_id":"ba290222-c3f3-4194-23bf-28ba7587af00","order":3580,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"xyz.talisman","chrome_store":"https://chromewebstore.google.com/detail/talisman-wallet/fijngjgcjhjmmpcmkeiomlglpeiijkld","injected":[{"namespace":"eip155","injected_id":"isTalisman"}],"chains":["eip155:1","eip155:10","eip155:1284","eip155:137","eip155:3776","eip155:42161","eip155:534352","eip155:8453","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Talisman is an open-source crypto wallet that makes web3 simple for beginners and unlocks superpowers for pros","badge_type":"none"},{"id":"9be416fd7b5a20dfe115930b759e9a69a5dd6299b42f3eab0f3f70ee6ac5331f","name":"Mixin Messenger","homepage":"https://messenger.mixin.one","image_id":"c5516ab5-57c3-45ec-09e2-b149c9709600","order":3590,"mobile_link":"mixin://","desktop_link":null,"link_mode":null,"webapp_link":"https://mixin.one","app_store":"https://apps.apple.com/app/mixin/id1322324266","play_store":"https://play.google.com/store/apps/details?id=one.mixin.messenger","rdns":"one.mixin.messenger","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 Wallet","badge_type":"none"},{"id":"744561787f6414cb71b9704ed4715f9e0607f274b722640d3a9ecc836cb2eb37","name":"clear-wallet","homepage":"https://clear-wallet.flashsoft.eu","image_id":"a6d4c2de-1bd9-404f-f3d2-3d2ed9bf5000","order":3600,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"eu.flashsoft.clear-wallet","chrome_store":"https://chromewebstore.google.com/detail/clear-evm-wallet-clw/djlahdpfkflehaepgohnnodmaajabdlg?hl=en&authuser=0","injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:40","eip155:42161","eip155:56","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Clear EVM wallet is a fully open-source EVM browser wallet based on Ethers, Ionic, Manifest V3, and Vue. It implements Metamask API.","badge_type":"none"},{"id":"45aa096282002911a77c9e1dba16dade905960e6386e681c2f8d7966f4e475b1","name":"Cryptokara","homepage":"https://cryptokara.com","image_id":"028ef53f-b5d9-4a63-2bf0-d384c8522500","order":3610,"mobile_link":"cryptokara://StartScreen","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.cryptokara&hl=en_US","rdns":"com.cryptokara","chrome_store":null,"injected":null,"chains":["algorand:SGO1GKSzyE7IEPItTxCByw9x8FmnrCDe","algorand:mFgazF-2uRS1tMiL9dsj01hJGySEmPN2","algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k","antelope:1064487b3cd1a897ce03ae5b6a865651","antelope:f16b1833c747c43682f4386fca9cbb32","ccd:4221332d34e1694168c2a0c0b3fd0f27","ccd:9dd9ca4d19e9393877d2c44b70f89acb","cip-34:0-1","cip-34:0-2","cip-34:1-764824073","cosmos:aura-testnet-2","cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:euphoria-2","cosmos:harpoon-4","cosmos:irishub-1","cosmos:kaiyo-1","cosmos:kava-4","cosmos:likecoin-mainnet-2","cosmos:likecoin-public-testnet-5","cosmos:mayachain-mainnet-v1","cosmos:mayachain-stagenet-v1","cosmos:serenity-testnet-001","cosmos:thorchain-mainnet-v1","cosmos:thorchain-stagenet-v1","cosmos:xstaxy-1","eip155:1","eip155:10","eip155:100","eip155:10000","eip155:100000","eip155:100001","eip155:100002","eip155:100003","eip155:100004","eip155:100005","eip155:100006","eip155:100007","eip155:100008","eip155:10001","eip155:10003","eip155:1001","eip155:1007","eip155:101","eip155:1010","eip155:10101","eip155:1012","eip155:102","eip155:1022","eip155:1023","eip155:1024","eip155:10243","eip155:1026062157","eip155:1028","eip155:106","eip155:108","eip155:11","eip155:110","eip155:110000","eip155:110001","eip155:110002","eip155:110003","eip155:110004","eip155:110005","eip155:110006","eip155:110007","eip155:110008","eip155:1101","eip155:111","eip155:1111","eip155:11155111","eip155:1122334455","eip155:11235","eip155:11297108099","eip155:11297108109","eip155:1139","eip155:114","eip155:1140","eip155:11888","eip155:12","eip155:12051","eip155:1213","eip155:122","eip155:123456","eip155:124","eip155:127","eip155:1273227453","eip155:128","eip155:1280","eip155:1284","eip155:1285","eip155:1286","eip155:1287","eip155:1288","eip155:13","eip155:1313114","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:1313500","eip155:13371337","eip155:1350216234","eip155:1351057110","eip155:137","eip155:14","eip155:142","eip155:1442","eip155:1482601649","eip155:15","eip155:1517929550","eip155:15557","eip155:1564830818","eip155:16","eip155:16000","eip155:16001","eip155:1618","eip155:162","eip155:1620","eip155:163","eip155:1657","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:1666700000","eip155:1666700001","eip155:1666700002","eip155:1666700003","eip155:17","eip155:170","eip155:172","eip155:17777","eip155:18","eip155:18289463","eip155:1856","eip155:186","eip155:19","eip155:19011","eip155:1907","eip155:1908","eip155:1987","eip155:199","eip155:1995","eip155:2","eip155:20","eip155:200","eip155:20001","eip155:200625","eip155:201030","eip155:20181205","eip155:2020","eip155:2021","eip155:2022","eip155:20231","eip155:2024","eip155:204","eip155:2046399126","eip155:21","eip155:2100","eip155:2101","eip155:210309","eip155:211","eip155:2195","eip155:22","eip155:222","eip155:23","eip155:24484","eip155:245022926","eip155:245022934","eip155:245022940","eip155:246","eip155:246529","eip155:246785","eip155:24734","eip155:248","eip155:25","eip155:250","eip155:2559","eip155:256","eip155:262","eip155:269","eip155:27","eip155:274","eip155:28","eip155:280","eip155:288","eip155:2888","eip155:28945486","eip155:295","eip155:296","eip155:3","eip155:30","eip155:31","eip155:31102","eip155:311752642","eip155:3125659152","eip155:31337","eip155:32","eip155:321","eip155:322","eip155:324","eip155:32659","eip155:3269","eip155:3270","eip155:33","eip155:333888","eip155:333999","eip155:336","eip155:338","eip155:344106930","eip155:35","eip155:35855456","eip155:36","eip155:361","eip155:363","eip155:364","eip155:365","eip155:369","eip155:38","eip155:385","eip155:39797","eip155:4","eip155:40","eip155:4002","eip155:40875","eip155:41","eip155:418","eip155:42","eip155:420","eip155:42069","eip155:42161","eip155:421611","eip155:421613","eip155:4216137055","eip155:421614","eip155:42170","eip155:42220","eip155:43","eip155:43110","eip155:43113","eip155:43114","eip155:432201","eip155:432204","eip155:44","eip155:44787","eip155:462","eip155:4689","eip155:4690","eip155:47279324479","eip155:4759","eip155:476158412","eip155:48991","eip155:49797","eip155:499","eip155:5","eip155:50","eip155:5000","eip155:5001","eip155:503129905","eip155:51","eip155:5197","eip155:52","eip155:53","eip155:534351","eip155:534352","eip155:534353","eip155:54211","eip155:55","eip155:5522","eip155:558","eip155:56","eip155:5611","eip155:56288","eip155:56789","eip155:57","eip155:570","eip155:5700","eip155:57000","eip155:58","eip155:5851","eip155:5869","eip155:59","eip155:59140","eip155:59144","eip155:595","eip155:6","eip155:60","eip155:60000","eip155:60001","eip155:60002","eip155:60103","eip155:61","eip155:61717561","eip155:62","eip155:62320","eip155:63","eip155:64","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:68770","eip155:68775","eip155:69","eip155:7","eip155:70000","eip155:70001","eip155:70002","eip155:7001","eip155:70103","eip155:7027","eip155:71393","eip155:721","eip155:73799","eip155:73927","eip155:7518","eip155:7575","eip155:7576","eip155:76","eip155:77","eip155:7762959","eip155:777","eip155:7777777","eip155:78","eip155:78110","eip155:78281","eip155:787","eip155:8","eip155:80","eip155:80001","eip155:8029","eip155:803","eip155:8080","eip155:8081","eip155:8082","eip155:8194","eip155:82","eip155:820","eip155:821","eip155:8217","eip155:8285","eip155:83","eip155:8453","eip155:84531","eip155:85","eip155:86","eip155:8723","eip155:8724","eip155:88","eip155:880","eip155:8866","eip155:888","eip155:8888","eip155:88882","eip155:88888","eip155:8995","eip155:9","eip155:9000","eip155:9001","eip155:919","eip155:9372","eip155:940","eip155:95","eip155:955305","eip155:96970","eip155:97","eip155:9728","eip155:9731","eip155:9732","eip155:977","eip155:99","eip155:99415706","eip155:998","eip155:999","flow:mainnet","flow:testnet","hedera:mainnet","hedera:testnet","koinos:EiAAKqFi-puoXnuJTdn7qBGGJa8yd-dc","koinos:EiBZK_GGVP0H_fXVAM3j6EAuz3-B-l3e","mvx:1","mvx:D","mvx:T","near:mainnet","near:testnet","neo3:mainnet","neo3:testnet","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","reef:7834781d38e4798d548e34ec947d19de","reef:b414a8602b2251fa538d38a932239150","stacks:1","stacks:2147483648","stellar:pubnet","stellar:testnet","tvm:42","vechain:87721b09ed2e15997f466536b20bb127","vechain:b1ac3413d346d43539627e6be7ec1b4a","waves:083","waves:084","waves:087","xrpl:0","xrpl:1","xrpl:2"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"CryptoKara - Fully decentralised wallet","badge_type":"none"},{"id":"9aa288a4c66884bec28af54056921660ebde9debd848ef03902363ed534c96d4","name":"Caesium","homepage":"https://caesiumlab.com/","image_id":"b3a456db-43c7-463c-cc3c-8c550c5b9500","order":3620,"mobile_link":"caesium-app://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.csm_app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Caesium is a community-driven platform where gamers get to monetize their cryptos and witness real gaming experiences on the blockchain.","badge_type":"none"},{"id":"4a4de89b894737cd99fe857c3253da54773c093b67381a5cd63723543e888a54","name":"Nodle","homepage":"https://www.nodle.com/products/cash_app","image_id":"39badb5c-adeb-4188-c803-a63a5cffdf00","order":3630,"mobile_link":"nodle://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/nodle-app-to-earn-crypto/id1480763553","play_store":"https://play.google.com/store/apps/details?id=io.nodle.cash","rdns":null,"chrome_store":null,"injected":null,"chains":["polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A mobile wallet and an earning app for NODL tokens, Nodle's native cryptocurrency.","badge_type":"none"},{"id":"01b3720ae82d5aed3de295e3b7b226a75f8c22bdf823c47f57981bb791dd5850","name":"BeraSig","homepage":"https://www.berasig.com/","image_id":"4b9e9716-c86d-4f1e-4bcc-12af74af7400","order":3640,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"app.berasig","chrome_store":"https://chromewebstore.google.com/detail/berasig/ckedkkegjbflcfblcjklibnedmfjppbj","injected":[{"namespace":"eip155","injected_id":"window.berasig.ethereum.isBerasig"}],"chains":["eip155:80084"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Faucet Bera, mint Honey, lending & borrowing, add liquidity to pools giving out BGT reward and delegate BGT on Berachain","badge_type":"none"},{"id":"abcfa7caec0d196ce9a99b48ee6d562884f7e38252fe7520c1fc9f53bf0e2fbc","name":"UniversalProfiles","homepage":"https://universaleverything.io","image_id":"4537fb11-ada3-4009-37c2-c70ed4b46300","order":3650,"mobile_link":"io.universaleverything.universalprofiles://wallet-connect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/universalprofiles/id6702018631","play_store":"https://play.google.com/store/apps/details?id=io.universaleverything.universalprofiles","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:42","eip155:4201"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Create and Manage your Universal Profiles.","badge_type":"none"},{"id":"226d8a12a2e6e5c4185fa9c24313824bfb144c2a180325bddbd121844f497afa","name":"ISLAMIwallet","homepage":"https://islamicoin.finance/islamiwallet","image_id":"8d723c78-28ad-4610-901f-ea391d7e8d00","order":3660,"mobile_link":"islamiwallet://islami.com/path/","desktop_link":null,"link_mode":null,"webapp_link":"https://islamiwallet.com","app_store":"https://apps.apple.com/lb/app/islamiwallet/id1631212925","play_store":"https://play.google.com/store/apps/details?id=com.islami.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Swap, Vote & recovery system","badge_type":"none"},{"id":"a5b3b5055ba7333811fcb80222a421bb6ac541b3eccf99edb6d0e5040bb008e7","name":"thirdweb","homepage":"https://thirdweb.com","image_id":"c8d820ec-54fb-4c0e-210e-5cbbf92e1000","order":3670,"mobile_link":"https://ews.thirdweb.com","desktop_link":null,"link_mode":null,"webapp_link":"https://ews.thirdweb.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:200","eip155:42161","eip155:43113","eip155:43114","eip155:56","eip155:80001","eip155:8453","eip155:84531"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Connect an app's embedded wallet powered by thirdweb.","badge_type":"none"},{"id":"0e3c4838e5a7c44b6b16299b7dbc7a2bc147ad9c056588d6190e11ec5804fba9","name":"OPZ Wallet","homepage":"https://www.opz.com/","image_id":"bb347024-46c1-4be1-dd1f-98e6c51f8600","order":3680,"mobile_link":"opz-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/opz-crypto-btc-wallet/id6463236757","play_store":"https://play.google.com/store/apps/details?id=com.opz.dev&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Revolutionizing cryptocurrency with our KeyFusion Technology, and seamless dApp integration.","badge_type":"none"},{"id":"fa977f7d37f533bd283e44268d020c6852433f091f5373dd33ae7dc0d4522e9a","name":"Tobi","homepage":"https://tobi.fun","image_id":"3cd2d066-56f7-4272-4a98-b39b41ea8200","order":3690,"mobile_link":"https://api.tobiwallet.app/dapp/wallet-connect/redirect","desktop_link":null,"link_mode":null,"webapp_link":"https://api.tobiwallet.app/dapp/wallet-connect/redirect","app_store":"https://t.me/TobiWalletBot","play_store":"https://t.me/TobiWalletBot","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42170","eip155:43114","eip155:56","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The first self-custody, cross-chain web3 assistant in Telegram","badge_type":"none"},{"id":"184f15ea2cd5f65e25ed72efdd2ed1979179eddf0c0741ab0dd23c1eb7e0eee5","name":"Flooz","homepage":"https://wallet.flooz.trade","image_id":"0a04f368-4f56-4c12-0bfa-93b14bb20800","order":3700,"mobile_link":"floozwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.flooz.trade/","app_store":"https://apps.apple.com/app/id1621027074","play_store":"https://play.google.com/store/apps/details?id=wallet.flooz.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your all-in-one crypto wallet","badge_type":"none"},{"id":"c3b76dabb8b8161b2848a4c313b559a2cd719b43732c3e0da00f345e571241e5","name":"T+ Wallet ","homepage":"https://www.talkapp.org/","image_id":"c08ff28f-5a52-4bf2-e63a-205905fd5800","order":3710,"mobile_link":"talkapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/hk/app/talk-%E5%8A%A0%E5%AF%86%E8%B2%A8%E5%B9%A3%E4%BA%A4%E6%98%93%E5%8F%8Aai%E8%81%8A%E5%A4%A9%E9%80%9A%E8%A8%8A%E8%BB%9F%E4%BB%B6/id1547227377","play_store":"https://play.google.com/store/apps/details?id=org.talkapp&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56","eip155:59","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"With \"Talk+\", users can easily buy crypto online instantly or transfer them to friends by using its blockchain wallet feature. ","badge_type":"none"},{"id":"91b9a02134bc834b96ebfa333a0bf27ac6372ac56682b5e77bf8577abe0eea78","name":"Plutope","homepage":"https://www.plutope.io/","image_id":"77aab1ef-28e8-4473-b91a-a566fd910900","order":3720,"mobile_link":"plutope://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/plutope-crypto-wallet/id6466782831","play_store":"https://play.google.com/store/apps/details?id=com.app.plutope&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Plutope is multi wallet crypto application. Users can manage tokens and their transactions. ","badge_type":"none"},{"id":"84ec277981a993e80d4c02960e3ba8e89027b6848ec304dc7de48651e4bd353a","name":"Reunit","homepage":"https://everywhere.finance","image_id":"98ed357f-1e2d-4679-0e78-1100f7594000","order":3730,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/reunit/nlcccgcedoleehdicpnlnjeccnlfkemh","injected":[{"namespace":"eip155","injected_id":"reunitWallet"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Reunit is the first omnichain wallet built on top of LayerZero","badge_type":"none"},{"id":"297bf3864322ce81262df9a40b9a0fdcb504e737ad900bfe8ef47710729456ce","name":"ECOIN Wallet","homepage":"https://ecoinwallet.org","image_id":"9639c263-d590-4862-ba9f-d5c7c1878d00","order":3740,"mobile_link":"ecoinwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=org.ecoinwallet&referrer=utm_source%3Dwalletconnect%26utm_medium%3Dreown%26utm_content%3Dlink","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:56","eip155:7001","eip155:80001","eip155:8453","eip155:84531","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"User-friendly crypto wallet for Android with One UI 6, supporting Bitcoin, Ethereum, Solana, BNB Chain, Polygon, ZetaChain, Base and more.","badge_type":"none"},{"id":"badac6b72f6a4599d4f6c06af60f99884c71be6bed90f5ddb24f339bc799fb4b","name":"poolswallet","homepage":"https://wallet.poolsmobility.com/","image_id":"1bd15c9e-cd7c-48e2-af7d-47fda2236600","order":3750,"mobile_link":"poolswallet://deeplink.poolsmobility.com","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/pools-wallet/id6446882533","play_store":"https://play.google.com/store/apps/details?id=com.wallet.pools&hl=en_US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:3","eip155:4","eip155:5","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Poolswallet","badge_type":"none"},{"id":"9051a97842275b8157ed5df27b77096def499f002a2f227ef6df0c6c6a0e69fb","name":"Roam","homepage":"https://roam.xyz","image_id":"a4500b0c-47e3-4c4a-207e-d72a57f1ca00","order":3760,"mobile_link":"roam://","desktop_link":"roam://","link_mode":null,"webapp_link":null,"app_store":"https://testflight.apple.com/join/hM8Ba1Qd","play_store":"https://google.com","rdns":"xyz.roam.wallet","chrome_store":"Roam.xyz","injected":[{"namespace":"eip155","injected_id":"isRoam"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:7777777","eip155:8453"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Browser & Wallet","badge_type":"none"},{"id":"984e44f2d80a93c0febf58d9ca396b5817151fc075f09333a3d387c981f75f2c","name":"DexTrade","homepage":"https://dextrade.com","image_id":"d33237c0-a4e1-4339-9db8-a1087311c400","order":3770,"mobile_link":"https://pwa.dextrade.com","desktop_link":null,"link_mode":null,"webapp_link":"https://pwa.dextrade.com","app_store":null,"play_store":null,"rdns":"com.dextrade","chrome_store":"https://chromewebstore.google.com/detail/dextrade/nmladckinifchdidkoaagbcpnieocoah?hl=en","injected":null,"chains":["eip155:1","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"DexTrade is a non-custodial, multi-currency crypto wallet with decentralized P2P exchange, personal exchange creation and a rating system.","badge_type":"none"},{"id":"b1998499e7502d1d10eddb209edc25b1a7aa7977d6ce6664b066474d66f43bdf","name":"Gamic","homepage":"https://gamic.app","image_id":"cf404c15-391c-4144-1ec0-17f1b119ed00","order":3780,"mobile_link":"gamic://","desktop_link":"gamic://","link_mode":null,"webapp_link":"https://gamic.app/","app_store":"https://apps.apple.com/us/app/gamic-spaces-chat-connect/id1673683070","play_store":"https://play.google.com/store/apps/details?id=app.gamic.guild.gamic_guild_mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1101","eip155:11155111","eip155:137","eip155:324","eip155:42161","eip155:43114","eip155:534352","eip155:56","eip155:59144","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Best Community messaging app for Web3 with a native wallet","badge_type":"none"},{"id":"105bc5cd0cf9126c1050e6f88fbdcc3e6b47bbfe4ff08b79ed189198374008c9","name":"Fncy Mobile Wallet","homepage":"https://fncy.world","image_id":"c1c8d374-dff3-419c-96af-3515d0192100","order":3790,"mobile_link":"metaCubeWallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/fncy-blockchain-platform/id1613707166","play_store":"https://play.google.com/store/apps/details?id=com.metaverse.world.cube&hl=en_US&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Fncy Mobile Wallet","badge_type":"none"},{"id":"f71e9b2c658264f7c6dfe938bbf9d2a025acc7ba4245eea2356e2995b1fd24d3","name":"M1NTY","homepage":"https://m1nty.app","image_id":"6ccb7754-acd8-4de2-797e-a587a53d3900","order":3800,"mobile_link":"m1nty://","desktop_link":null,"link_mode":null,"webapp_link":"https://m1nty.app","app_store":"https://apps.apple.com/app/m1nty/id1643737318","play_store":"https://play.google.com/store/apps/details?id=app.m1nty.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:137"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Collect and trade NFTs from your favourite brands and events.","badge_type":"none"},{"id":"6d1d5b892e02d4c992ae67f18f522398481360c64269f5cdf5e4b80435b20e3d","name":"3S Wallet","homepage":"https://3swallet.com/","image_id":"f3b6a89d-ec8f-49dc-e07f-6bf723e1e500","order":3810,"mobile_link":"bhcwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://3swallet.com/","app_store":"https://apps.apple.com/us/app/3s-wallet-crypto-wallet/id1622316272","play_store":"https://play.google.com/store/apps/details?id=network.bho.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:25","eip155:250","eip155:42161","eip155:43114","eip155:56","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Mobile crypto wallet","badge_type":"none"},{"id":"0e9aa50bb3211c93ab48626d53dd631518e33b1eb6cf88638a83e2a0a377e3d0","name":"Catecoin Wallet","homepage":"https://catecoin.app","image_id":"d017bc54-db4d-4f07-2de2-69790ce92400","order":3820,"mobile_link":"catecoin://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.catecoin.club/","app_store":"https://apps.apple.com/app/id1637850589?platform=iphone","play_store":"https://play.google.com/store/apps/details?id=com.crypto.wallet.catecoin","rdns":null,"chrome_store":null,"injected":null,"chains":["cip-34:1-764824073","eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A secure crypto wallet to grow your investments","badge_type":"none"},{"id":"d6fbaf5c2026e050920ed6e6ffbf96c8a6145b93a8b79d102def9653bedc9821","name":"Payperless","homepage":"https://payperless.com","image_id":"4a867e30-44c9-4627-6281-33457b8e2100","order":3830,"mobile_link":" payperless.com://","desktop_link":null,"link_mode":null,"webapp_link":"https://payperless.com","app_store":"https://apps.apple.com/us/app/payperless-wallet/id1552741313","play_store":"https://play.google.com/store/apps/details?id=com.payperless.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56","eip155:61"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"We believe everyone should have access to the benefits of Bitcoin and other crypto currencies, so we make it easy and safe. ","badge_type":"none"},{"id":"682095eadf8c068064ffc2777e7e9d936469debda32c997b301b79f9cd87cd54","name":"Youba","homepage":"https://youba.io","image_id":"f8f6dd04-65eb-4063-3166-3cf4020f7800","order":3840,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/de/app/youba/id6449247166","play_store":"https://play.google.com/store/apps/details?id=io.yooba.main","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:80001"],"categories":["9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"With our wallet you can deliver with one simple tap, any blockchain asset to your customers securely and conveniently.","badge_type":"none"},{"id":"36d8d9c0c7fe2957149ce8e878f3a01a8611521983362d9b651fb6e508325583","name":"CoinCircle","homepage":"https://coincircle.com","image_id":"eae63a23-c7ba-4f7e-24b3-e6fc69215d00","order":3850,"mobile_link":"https://coincircle.com/app/walletconnect","desktop_link":null,"link_mode":null,"webapp_link":"https://coincircle.com","app_store":"https://coincircle.com/app","play_store":"https://coincircle.com/app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Earn, Pay, Buy, Borrow Crypto","badge_type":"none"},{"id":"48e53d96460308a1734614b5d4fdf7ea169e6f998e01eb7b4e18014f57904d67","name":"helix id","homepage":"https://helixid.io/","image_id":"4083ef71-8389-4682-ded6-0099236d2e00","order":3860,"mobile_link":"helix-id://helix-id.com","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/de/app/helix-id/id1469238013?l=en","play_store":"https://play.google.com/store/apps/details?id=com.io.helix.id&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:4","eip155:80001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Digital Identity Service Provider","badge_type":"none"},{"id":"65fb5ef9b1fd74d001027a10ede38de96a1704a0ec82994bb47f995d10d6df85","name":"UPBOND Wallet","homepage":"https://www.upbond.io/","image_id":"698e08f3-b452-4c91-9f65-299939396a00","order":3870,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.upbond.io/","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:420","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910"],"description":"Keep track, manage, and transfer your unique assets including Tokens and NFT on UPBOND Wallet, utilizing Social Login","badge_type":"none"},{"id":"0769b03b40fa93ff2cca28cf68582b3554cf10e3f4608e6c81b3089b2a3fcf01","name":"PassPay Wallet","homepage":"https://www.passpay.io/","image_id":"a1c337f5-c156-4ce8-763b-b4cc65f1c200","order":3880,"mobile_link":"com.wallet.passpay://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/US/app/passpay-wallet-nft-%E4%BB%AE%E6%83%B3%E9%80%9A%E8%B2%A8-%E3%82%A6%E3%82%A9%E3%83%AC%E3%83%83%E3%83%88/id1645009398","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:25","eip155:250","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"PassPay allows users to manage, send, and receive crypto assets, and is used in a variety of situations in a service called web3.","badge_type":"none"},{"id":"56bec983b47c8b6eb774890c1c8ae9d95334e10bdb126ab6c11dfaf56fb2b31c","name":"Kresus SuperApp","homepage":"https://www.kresus.com/","image_id":"ee242aea-3ffd-4ad8-db88-e29a1ccd2000","order":3890,"mobile_link":"com.kresus.superapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/kresus-crypto-nft-superapp/id6444355152?referrer=singular_click_id%3Da713aaae-ea8e-4919-882d-a053ad9a8278","play_store":"https://play.google.com/store/apps/details?id=com.kresus.superapp&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Kresus is a consumer-friendly, mobile, high security, non-custodial digital wallet app for crypto and NFTs.","badge_type":"none"},{"id":"dccbd717df77b395445cc6080e01fffada9d8b92dacfda312a26c70c2e9af673","name":"Nufinetes","homepage":"https://www.nufinetes.com","image_id":"4bb6c1ca-4196-4ba3-ece2-c3d335e1f800","order":3900,"mobile_link":"vimwallet://","desktop_link":"vimwallet://","link_mode":null,"webapp_link":"https://www.nufinetes.com","app_store":"https://apps.apple.com/us/app/nufinetes/id1609562349","play_store":"https://play.google.com/store/apps/details?id=com.vimworld.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Nufinetes - Multi-Chain Crypto Wallet","badge_type":"none"},{"id":"6148e2d844e21c546354d04255e9c2bb7f87aaccf3113709f09212c5f3277a9b","name":"Qoin Wallet","homepage":"https://qoin.world","image_id":"0490da30-b59c-4365-fef8-33a3e0aa4700","order":3910,"mobile_link":"wcqoin://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/au/app/qoin-wallet/id1483718254","play_store":"https://play.google.com/store/apps/details?id=com.qoin.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:333888","eip155:420","eip155:5","eip155:56","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Discover the future of buying and saving with Qoin Wallet. Download the app, join our community, and enjoy seamless, free transactions.","badge_type":"none"},{"id":"07f99a5d9849bb049d74830012b286f8b238e72b0337933ef22b84947409db80","name":"Copiosa","homepage":"https://copiosa.io","image_id":"cae1be94-9f53-4eba-b915-f6e381d5a500","order":3920,"mobile_link":"copiosa://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/gb/app/copiosa-crypto-wallet/id6443951470","play_store":"https://play.google.com/store/apps/details?id=io.copiosa.exchange","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Copiosa Wallet is more than just a digital wallet, it's an innovative tool that makes managing cryptocurrencies easy and secure","badge_type":"none"},{"id":"7de190d03faf1f15027a834801f045bc66640045b0d5a0daa4686d7fa89fab74","name":"Gems Pocket","homepage":"https://gemspocket.com/","image_id":"085ac257-f026-469d-4f6b-e947b6aa4a00","order":3930,"mobile_link":"ancrypto://app","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/ancrypto/id1660898349","play_store":"https://play.google.com/store/apps/details?id=com.ancryptoWallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your gateway to web3","badge_type":"none"},{"id":"c3309233b29cc49323e2622383539b85dc62db2785874010e13d945d66eab880","name":"Keeper","homepage":"https://keeper-wallet.app","image_id":"41f6ac85-8f4e-4d9f-b37b-92b43fa7f400","order":3940,"mobile_link":"https://link.keeper-wallet.app","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/keeper-wallet/lpilbniiabackdjcionkobglmddfbcjo","app_store":"https://apps.apple.com/us/app/keeper-wallet/id6444443920","play_store":"https://play.google.com/store/apps/details?id=app.keeper.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["waves:083","waves:084","waves:087"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your entry point to the Waves blockchain and Waves-powered dApps","badge_type":"none"},{"id":"4eca426b5c9debee28d1954b646c1a2bc79582c3c2b7e6da79ebc4ad460d8b75","name":"BharatBox App","homepage":"https://bharatbox.io/","image_id":"8bef836e-9d6a-4318-ebda-930c39246300","order":3950,"mobile_link":"bharatbox://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/bharatbox/id6472478382","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"BharatBox App: Play games, earn rewards, and manage assets in one platform.","badge_type":"none"},{"id":"56919a2ce95dfb8db63744da593c3bd70ffe14d2ec901d7a7ab58f2a319f157b","name":"Orion","homepage":"https://orion.xyz","image_id":"85007828-9522-4517-6a55-6f376de8a500","order":3960,"mobile_link":"orion://wc?","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://itunes.apple.com/app/id1659758160","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:204","eip155:42161","eip155:5","eip155:56","eip155:59144","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Dive into a seamless Web3 experience with Orion, your ultimate wallet for managing and swapping a wide range of crypto effortlessly.","badge_type":"none"},{"id":"bae2ab14ef450f307f24a395a3c2766a2ef8a9c0e61856985d23f6445e8db03f","name":"Cryptnox Wallet","homepage":"https://cryptnox.com","image_id":"2947b7c8-8966-4485-a98d-25fe43c16700","order":3970,"mobile_link":"cryptnox://","desktop_link":null,"link_mode":null,"webapp_link":"https://cryptnox.com","app_store":"https://apps.apple.com/app/id1583011693","play_store":"https://play.google.com/store/apps/details?id=com.cryptnox.cryptnoxwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1101","eip155:137","eip155:250","eip155:42161","eip155:43114"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"IOS app to use our smartcards as hardware wallet via NFC","badge_type":"none"},{"id":"e6db14424618cf309697eb50dc330ec18b0ad63395f5ac4669233716df5c18be","name":"Bitverse","homepage":"https://www.bitverse.zone","image_id":"5851c585-0f2b-41a1-a36a-221a18af5200","order":3980,"mobile_link":"bitverseapp://open/wallet","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/1645515614","play_store":"https://play.google.com/store/apps/details?id=com.bitverse.app&pli=1","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/bitverse-wallet/gkeelndblnomfmjnophbhfhcjbcnemka","injected":null,"chains":["eip155:1","eip155:137","eip155:25","eip155:250","eip155:288","eip155:324","eip155:42161","eip155:43114","eip155:56","eip155:66"],"categories":["42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Credit Wallet Creates Wealth Web3 Space","badge_type":"none"},{"id":"303766b6cc6768b384c84d63a02c5f302e1faa1c8d26a624623060316fc1f68c","name":"Dropp","homepage":"https://dropp.cc/","image_id":"526fb7ea-d0da-482a-ac84-7e38afea1700","order":3990,"mobile_link":"dropp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/dropp-cc/id1544894404","play_store":"https://play.google.com/store/apps/details?id=cc.dropp.wallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/dropp-extension/hgfpnmhnmmneldokmpncjmeijkapgbbf?hl=en-US","injected":null,"chains":["hedera:mainnet","hedera:testnet"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Dropp wallet enables making quick, convenient and cost-effective small value payments in FIAT and digital currencies such as HBAR, USDC.","badge_type":"none"},{"id":"cb9d66ecab6a3a98bff2de2653e4e1ce44e84130a7ab323a2892a5c456956ffe","name":"Sinohope","homepage":"https://www.sinohope.com/","image_id":"06d056b9-aba7-453c-ddaf-a077a448ea00","order":4000,"mobile_link":"sinohopeapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/sinohope-hotgroup-wallet/id1672956199","play_store":"https://play.google.com/store/apps/details?id=com.sinohope.mpcwallet.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:42170","eip155:43114","eip155:5","eip155:56","near:mainnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Sinohope 采用 MPC-CMP 共管私鑰分片與協同簽名,實現安全自託管。支持多層級協同管理、規則引擎和審批流,引入頂級AML/KYT 系統,自動識別高風險轉賬,擁有多重安全保障","badge_type":"none"},{"id":"058e750fda11f3a5a46b3ae90cd413fc2a4e5b8679a3c01e9a640fcc756a0167","name":"Cypherock cySync","homepage":"https://www.cypherock.com/","image_id":"7fd5a23a-3a01-4cfb-3c8b-9f43ae414400","order":4010,"mobile_link":null,"desktop_link":"cypherock://","link_mode":null,"webapp_link":"https://www.cypherock.com/get-started","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:1666600000","eip155:250","eip155:42161","eip155:43114","eip155:56","eip155:61"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","9cf20ddc-5467-4a7b-b2f0-16acf8d6dac6"],"description":"Desktop companion application for Cypherock X1","badge_type":"none"},{"id":"95b58bd89109b2bd9989c9956a8e3f5822003126bae800d9f77455c4009db5ba","name":"hAI by Hacken","homepage":"https://hacken.ai","image_id":"d2ff6baf-5051-4bf2-edec-32450b451000","order":4020,"mobile_link":"hai://","desktop_link":null,"link_mode":null,"webapp_link":"https://hacken.ai","app_store":"https://apps.apple.com/us/app/hai-by-hacken/id1501384789","play_store":"https://play.google.com/store/apps/details?id=com.hackenai.hackenaiapp&hl=en_US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:11155111","eip155:8453","eip155:97","vechain:b1ac3413d346d43539627e6be7ec1b4a"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"hAI is the updated gateway to the Hacken ecosystem and a wallet platform for your digital assets.","badge_type":"none"},{"id":"bd0a2043ad2de4b70567d990d76c4bff7e483f6cda88814ee502b4ff25471293","name":"Spatium","homepage":"https://spatium.net","image_id":"51867bee-2963-4071-d67a-1fdcaa451f00","order":4030,"mobile_link":"spatium://","desktop_link":null,"link_mode":null,"webapp_link":"https://spatium.net","app_store":"https://apps.apple.com/ru/app/spatium/id1404844195","play_store":"https://play.google.com/store/apps/details?id=capital.spatium.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your Crypto Wallet Solution For Business and Financial Services ","badge_type":"none"},{"id":"ee789e749e9af71b1a57a78d9066085d1da1eedbcfd221100963f10cc8452cd6","name":"Bitnovo Wallet","homepage":"https://bitnovo.com","image_id":"c22b2af0-15a0-4e35-3417-1378b8239100","order":4040,"mobile_link":"bitnovowallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/es/app/bitnovo-compra-bitcoin/id1553430666","play_store":"https://play.google.com/store/apps/details?id=com.bitnovo.Wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:42161","eip155:43114","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Dive into the world of Web3 with Bitnovo Wallet. Buy, sell, and store your crypto securely. Join the revolution! ","badge_type":"none"},{"id":"8d14be896cc1660c604525abaa9911630da87127cbb70f712432fcf2e056b4d8","name":"SWOP","homepage":"https://swopme.co/","image_id":"6e773b07-efcc-40eb-b3a2-300efc5df800","order":4050,"mobile_link":"swopapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/swop-connecting-the-world/id1593201322","play_store":"https://play.google.com/store/apps/details?id=com.travisheron.swopapp&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Swop is a non-custodial wallet that provides secure and user-friendly support for the Ethereum, Polygon, and Solana networks.","badge_type":"none"},{"id":"a309c4e5e51f106e739b70ca64c9c8a78a59e51a35fb0df3711eeb1a4d642b3a","name":"LikerLand App","homepage":"https://liker.land/getapp","image_id":"501fa316-f0df-4a1b-ead6-5523251b7100","order":4060,"mobile_link":"com.oice://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/liker-land/id1248232355","play_store":"https://play.google.com/store/apps/details?id=com.oice","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:likecoin-mainnet-2"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The most user-friendly LikeCoin wallet for decentralized publishing and Writing NFT.","badge_type":"none"},{"id":"5a2b2db3d2ed90458a41d2a0c5e4bd28ec67b6fa272b0e201cc8508dc3d4be87","name":"OWallet","homepage":"https://owallet.io","image_id":"68489978-9f79-47f4-fd59-86a29df9bf00","order":4070,"mobile_link":"owallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/owallet/id1626035069","play_store":"https://play.google.com/store/apps/details?id=com.io.owallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/owallet/hhejbopdnpbjgomhpmegemnjogflenga","injected":null,"chains":["cosmos:cosmoshub-4"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Universal Wallet for Multichain Web3 Interoperability","badge_type":"none"},{"id":"2a40b26b3a69de566720e8e5134aaa8cf767b14d66fa8e27faca971984a6a545","name":"Dollet","homepage":"https://dolletwallet.com/","image_id":"21679e58-e829-44f6-78d3-6a9d6e9ce900","order":4080,"mobile_link":"dolletwc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/dollet/id6451143361","play_store":"https://play.google.com/store/apps/details?id=com.dolllet.mainnet&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Dollet is a non-custodial mobile crypto wallet","badge_type":"none"},{"id":"f6beeb5941e6853084ca2177339120e1c55a28a19ec4e504553cf402ed65c815","name":"VIVE Wallet","homepage":"https://www.viverse.com/apps/wallet","image_id":"5ef7e40e-1f02-4da2-54bf-992e3e83e100","order":4090,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/vive-wallet/id6444718696","play_store":"https://play.google.com/store/apps/details?id=com.htc.vivewallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your seamless gateway to the Web3 world. Manage your crypto assets and claim your identity in VIVERSE.","badge_type":"none"},{"id":"51d2c02e306827d2d0f0dadaa00f22575c623aa19c403f09f4b9c42c67098bb1","name":"Shinobi-Wallet","homepage":"https://shinobi-wallet.net/","image_id":"685c986c-3e80-4701-cec6-cd247ba1a700","order":4100,"mobile_link":"shinobi-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/fgraph/id1572609905","play_store":"https://play.google.com/store/apps/details?id=io.fgraph.shinobiwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:3","eip155:4","eip155:420","eip155:5","eip155:56","eip155:80001","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Secure multi-chain crypto wallet and DeFi aggregator","badge_type":"none"},{"id":"60ce5c2246a0808b32dd4eab598435e1c5bd122cc3e9fab7b0542871ac2a35c7","name":"AZCoiner","homepage":"https://azcoiner.com/","image_id":"c6601184-7eb7-46c9-f6ad-0808cfd16100","order":4110,"mobile_link":"azcoiner://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/azcoiner/id6467728839?l=vi","play_store":"https://play.google.com/store/apps/details?id=com.azc.azcoiner&hl=vi-VN","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:200","eip155:250","eip155:42161","eip155:56","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"AZCoiner is proud to be the Super App - An All-in-One Platform in the blockchain and crypto sector","badge_type":"none"},{"id":"4c70c9bd85cc4707811ec0912d692855370d465d46188be42530eaeb4a4f3cae","name":"meta-WONDER-verse","homepage":"https://metawonderverse.custonomy.io/","image_id":"5cc6d96d-178d-42a6-cba1-ebd9d9415700","order":4120,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://metawonderverse.custonomy.io/","app_store":"https://metawonderverse.custonomy.io/","play_store":null,"rdns":null,"chrome_store":"https://metawonderverse.custonomy.io/","injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:42161","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A Web3 project showcases Custonomy's Web3asy, a non-custodial MPC wallet with simple login, without seedphases.","badge_type":"none"},{"id":"fa82693d6253e73be14a572f4d0d66bee9e9d3f6bceaa49104987b4ba66ee398","name":"pier","homepage":"https://www.pierwallet.com","image_id":"cf3f0da1-40ec-4940-aebe-df075513d100","order":4130,"mobile_link":"https://pierwallet.xyz/wc","desktop_link":null,"link_mode":null,"webapp_link":"https://www.pierwallet.com","app_store":"https://apps.apple.com/lb/app/id1613187762","play_store":"https://play.google.com/store/apps/details?id=one.nobank.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:137","eip155:1666600000","eip155:280","eip155:324","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Come to the pier and discover Web3: a place to explore, transact and interact directly with others.","badge_type":"none"},{"id":"ede21300a22965815031c9bf07d72f05f3d4bf26ad00e5fc4f348a1ee4c838b8","name":"Talken Wallet","homepage":"https://talken.io/","image_id":"3c49e8e7-a4d8-4810-23ef-0a0102cce100","order":4140,"mobile_link":"talken-wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/kr/app/talken-web3-wallet-nft-suite/id1459475831","play_store":"https://play.google.com/store/search?q=talken&c=apps&hl=en-KR","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:128","eip155:137","eip155:25","eip155:42161","eip155:43114","eip155:56","eip155:8217"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Talken Web3 Wallet & NFT Suite","badge_type":"none"},{"id":"a562f133f272c97dd0eb1cbe4629a2ded5fd6e4854a2a3acd44ddb61907ca781","name":"Pass App: Web3 Smart Wallet","homepage":"https://pass.app/","image_id":"fbca9015-a370-4961-d25f-130e302d9600","order":4150,"mobile_link":"passwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/il/app/pass-app-web3-smart-wallet/id6670792141","play_store":"https://play.google.com/store/apps/details?id=com.passwallet.app&hl=en","rdns":"com.passwallet.app","chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:8453"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Discover, buy and trade crypto","badge_type":"none"},{"id":"4a4d5b02a47ef7f7162da22983431ee1cf8392a8d4929ed8c69d2759b24e17f0","name":"CoinEx Wallet","homepage":"https://wallet.coinex.com/en/","image_id":"67650667-cc52-4e7f-2d4b-26fcdb160100","order":4160,"mobile_link":"myApp://https://wallet.coinex.com","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/coinex-wallet-crypto-defi/id1462031389","play_store":"https://play.google.com/store/apps/details?id=com.viabtc.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:kava-4","eip155:1","eip155:1329","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Secure & Powerful Web3 Wallet","badge_type":"none"},{"id":"519cf00a0517cc299a898d38f440197d171f6b438aa8e6d59fa73696dbe7817d","name":"N3MUS","homepage":"https://n3mus.com","image_id":"e0195490-4997-497a-8a97-751dd4e8a400","order":4170,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://n3mus.ecosystem.thirdweb.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1284"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"N3MUS ID: A Web3 wallet that lets gamers seamlessly onboard, own, and use in-game assets across platforms with ease.","badge_type":"none"},{"id":"e999c2718f3e000c8a2669d0358ae4be974bc45bbabec528ec076742306cb31b","name":"DGPub App","homepage":"https://dg.pub","image_id":"9d9a2700-4ab0-4c1c-4acf-8ed0037cc500","order":4180,"mobile_link":"dgpub://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/jo/app/dg-pub-a-gateway-to-web3/id6478573535","play_store":"https://play.google.com/store/apps/details?id=pub.dg.wallet&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:324","eip155:42161","eip155:421613","eip155:56","eip155:61","eip155:80001","eip155:97"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"DG.PUB is the Decentralized Gateway through which users can easily access and explore the world of Web3","badge_type":"none"},{"id":"483afe1df1df63daf313109971ff3ef8356ddf1cc4e45877d205eee0b7893a13","name":"Leather","homepage":"https://leather.io/","image_id":"0153454e-9313-4441-b6cf-838e3d023000","order":4190,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":null,"rdns":"com.wallet.reown","chrome_store":"https://chromewebstore.google.com/detail/leather/ldinpeekobnhjjdofggfgjlcehhmanlj","injected":[{"namespace":"bip122","injected_id":"window.LeatherProvider"}],"chains":["bip122:000000000019d6689c085ae165831e93"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Leather is a Bitcoin wallet that enables users to put their Bitcoin-secured assets to work in a seamless, easy and accessible way.","badge_type":"none"},{"id":"2a87d74ae02e10bdd1f51f7ce6c4e1cc53cd5f2c0b6b5ad0d7b3007d2b13de7b","name":"Xverse","homepage":"https://www.xverse.app/","image_id":"785e20ef-c68c-4a85-6cb9-053443871e00","order":4200,"mobile_link":"xverse://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/xverse-wallet-buy-bitcoin/id1552272513","play_store":"https://play.google.com/store/apps/details?id=com.secretkeylabs.xverse","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/xverse-wallet-buy-bitcoin/idnnbdplmphpflfnlkomgpfbpcgelopg","injected":[{"namespace":"bip122","injected_id":"window.XverseProviders"}],"chains":["bip122:000000000019d6689c085ae165831e93"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Xverse is a non-custodial wallet designed to prioritize your privacy and give you full control over your digital funds.","badge_type":"none"},{"id":"3e86467846ea19970efad254ab3fc3cb8fd57e1f38759ed736f1cbea9314a878","name":"Greenhood","homepage":"https://www.greenhood.nl","image_id":"7b6aaa4d-fa17-4cc6-71e1-79f2e68c0900","order":4210,"mobile_link":"greenhood://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/greenhood-wallet/id1661248135","play_store":"https://play.google.com/store/apps/details?id=com.greehood.wallet","rdns":"nl.greenhood.wallet","chrome_store":null,"injected":null,"chains":["eip155:100"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Greenhood Wallet is a secure Ethereum wallet for managing Ether, supporting local renewable projects and customizable user interface.","badge_type":"none"},{"id":"c18e114130f221c8960e75bfa4b86478e70e27465e2d6b22ac8945c08a031a7e","name":"Flash Wallet","homepage":"https://flash-wallet.com/","image_id":"ded6d2d1-85b0-4eac-5582-3aaeefa8ba00","order":4220,"mobile_link":"flashwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/pk/app/flash-wallet/id6461013442","play_store":"https://play.google.com/store/apps/details?id=com.flashwallet.production","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:56","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Flash Wallet is a fast, secure wallet for managing crypto assets, supporting token transactions, real-time tracking, and NFT integration.","badge_type":"none"},{"id":"b563f5fb9214c9bf33baef0e14e4bf5a479905182e46782023b1ea827f263a60","name":"Suku Wallet","homepage":"https://wallet.suku.world","image_id":"69752840-a3a9-47b5-0efc-ce33d2d7c100","order":4230,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"http://extension.suku.world","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/suku-wallet/fopmedgnkfpebgllppeddmmochcookhc","injected":null,"chains":["eip155:1","eip155:137","eip155:5","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Say hello to Suku Wallet, the social media wallet and easiest way to dive into the crypto universe.","badge_type":"none"},{"id":"c5e9f8fa3db105e4cdf47523e01651c3ec4355efe800579e2457c595b86ec179","name":"VGX Wallet","homepage":"https://vgxfoundation.com/","image_id":"91035734-c365-4341-6835-c056a22cc200","order":4240,"mobile_link":"safemoon://","desktop_link":"safemoon://","link_mode":null,"webapp_link":"https://safemoon.com/wc/wc","app_store":"https://apps.apple.com/us/app/safemoon/id1579735495","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:11155111","eip155:137","eip155:25","eip155:250","eip155:42161","eip155:421614","eip155:43113","eip155:43114","eip155:56","eip155:8453","eip155:84532","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A human-focused technology and innovation business expanding blockchain technologies for a brighter tomorrow.","badge_type":"none"},{"id":"dbb64ad8f55b4ed333d909a6d53670cf97d136c22eb1dca800c539ecea165a53","name":"Arianee Wallet","homepage":"https://arianee.org","image_id":"13b7fe36-909a-4c83-4f06-5740829a3900","order":4250,"mobile_link":"com.arianee.wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/fr/app/arianee-wallet/id1435782507","play_store":"https://play.google.com/store/apps/details?id=com.arianee.wallet&hl=ln&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:77","eip155:80001","eip155:99"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Welcome to the future of ownership !","badge_type":"none"},{"id":"1897fdb811ff53a69f9217a98696798b0227c7d77fddf103e8295be551a1e3b6","name":"Spot On Chain App","homepage":"https://platform.spotonchain.ai","image_id":"1bcb5ed6-f6c9-4b0d-f891-b70c48b93d00","order":4260,"mobile_link":"spotonchain://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/spot-on-chain/id6449733489","play_store":"https://play.google.com/store/apps/details?id=network.spotonchain","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1284","eip155:137","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Our platform provides accurate and reliable on-chain data analysis to help you spot opportunities in the crypto market.","badge_type":"none"},{"id":"ca331388cfe708d3c0fb094f4b08fb3c7ebd7778d3dfdcecb728990e178a3d81","name":"Tidus Wallet ","homepage":"https://tiduswallet.com/","image_id":"797bd108-d862-4d1b-d339-883de9a75000","order":4270,"mobile_link":"tiduswallet://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=co.nycrypto.tiduswallet&hl=en&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Tidus Wallet is your fully decentralized gateway to DeFi and The Metaverse. ","badge_type":"none"},{"id":"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa","name":"Obvious","homepage":"https://obvious.technology","image_id":"fe1b9394-55af-4828-a70d-5c5b7de6b200","order":4280,"mobile_link":"obvious://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/obvious-crypto-wallet/id1643088398","play_store":"https://play.google.com/store/apps/details?id=com.hashhalli.obvious","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:106","eip155:1101","eip155:122","eip155:1284","eip155:1285","eip155:1313161554","eip155:137","eip155:25","eip155:250","eip155:42161","eip155:421613","eip155:42220","eip155:43114","eip155:5","eip155:56","eip155:80001","eip155:8453","eip155:9000","eip155:9001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Obvious is a self-custody wallet that brings together assets across EVM chains","badge_type":"none"},{"id":"078d94b4c8706e12fe379e85242ce963380acfd678518e2d8ea73ee532d9bacc","name":"DaffiOne","homepage":"https://www.daffione.com/","image_id":"1e87bcb9-452c-4ad7-471c-130ae0115000","order":4290,"mobile_link":"DaffiOne:// wc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.me.daffione","rdns":null,"chrome_store":null,"injected":null,"chains":["algorand:mFgazF-2uRS1tMiL9dsj01hJGySEmPN2","algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k","eip155:1","eip155:10","eip155:137","eip155:25","eip155:250","eip155:3","eip155:338","eip155:42161","eip155:56","eip155:97","polkadot:2ace05e703aa50b48c0ccccfc8b424f7","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Self-custody wallet, with support for various chains","badge_type":"none"},{"id":"c34de246586459b8a33e82efe825fec5f75ac6cee50098e76abfd8161de827f2","name":"WebAuth","homepage":"https://webauth.com","image_id":"93fcd24e-431d-421f-32c2-9563d725c800","order":4300,"mobile_link":"proton://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/webauth/id1594500069","play_store":"https://play.google.com/store/apps/details?id=com.metallicus.webauth&hl=en_US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your access to DeFi","badge_type":"none"},{"id":"82061ee410cab0e705cf38830db84ba965effc51a1e1bf43da6d39ff70ae94fb","name":"Para","homepage":"https://getpara.com","image_id":"9cbb5cba-cc30-4be6-33a2-9d77fca05100","order":4310,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://connect.getpara.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:10000","eip155:100000","eip155:100001","eip155:100002","eip155:100003","eip155:100004","eip155:100005","eip155:100006","eip155:100007","eip155:100008","eip155:10001","eip155:10003","eip155:1001","eip155:1007","eip155:101","eip155:1010","eip155:10101","eip155:1012","eip155:102","eip155:1022","eip155:1023","eip155:1024","eip155:10243","eip155:1026062157","eip155:1028","eip155:106","eip155:1073","eip155:108","eip155:11","eip155:110","eip155:110000","eip155:110001","eip155:110002","eip155:110003","eip155:110004","eip155:110005","eip155:110006","eip155:110007","eip155:110008","eip155:1101","eip155:111","eip155:1111","eip155:11155111","eip155:1122334455","eip155:11235","eip155:11297108099","eip155:11297108109","eip155:1139","eip155:114","eip155:1140","eip155:11888","eip155:12","eip155:12051","eip155:1213","eip155:122","eip155:123456","eip155:124","eip155:127","eip155:1273227453","eip155:128","eip155:1280","eip155:1284","eip155:1285","eip155:1286","eip155:1287","eip155:1288","eip155:13","eip155:1313114","eip155:1313161554","eip155:1313161555","eip155:1313161556","eip155:1313500","eip155:13371337","eip155:1350216234","eip155:1351057110","eip155:137","eip155:14","eip155:142","eip155:1442","eip155:148","eip155:1482601649","eip155:15","eip155:1517929550","eip155:15557","eip155:1564830818","eip155:16","eip155:16000","eip155:16001","eip155:1618","eip155:162","eip155:1620","eip155:163","eip155:1657","eip155:1666600000","eip155:1666600001","eip155:1666600002","eip155:1666600003","eip155:1666700000","eip155:1666700001","eip155:1666700002","eip155:1666700003","eip155:17","eip155:170","eip155:172","eip155:17777","eip155:18","eip155:18289463","eip155:1856","eip155:186","eip155:19","eip155:19011","eip155:1907","eip155:1908","eip155:1987","eip155:199","eip155:1995","eip155:2","eip155:20","eip155:200","eip155:20001","eip155:200625","eip155:201030","eip155:20181205","eip155:2020","eip155:2021","eip155:2022","eip155:20231","eip155:2024","eip155:204","eip155:2046399126","eip155:21","eip155:2100","eip155:2101","eip155:210309","eip155:211","eip155:2195","eip155:22","eip155:222","eip155:23","eip155:24484","eip155:245022926","eip155:245022934","eip155:245022940","eip155:246","eip155:246529","eip155:246785","eip155:24734","eip155:248","eip155:25","eip155:250","eip155:2559","eip155:256","eip155:262","eip155:269","eip155:27","eip155:274","eip155:28","eip155:280","eip155:288","eip155:2888","eip155:28945486","eip155:295","eip155:296","eip155:3","eip155:30","eip155:31","eip155:31102","eip155:311752642","eip155:3125659152","eip155:31337","eip155:32","eip155:321","eip155:322","eip155:324","eip155:32659","eip155:3269","eip155:3270","eip155:33","eip155:333888","eip155:333999","eip155:336","eip155:338","eip155:344106930","eip155:35","eip155:35855456","eip155:36","eip155:361","eip155:363","eip155:364","eip155:365","eip155:369","eip155:38","eip155:385","eip155:39797","eip155:4","eip155:40","eip155:4002","eip155:40875","eip155:41","eip155:418","eip155:42","eip155:420","eip155:42069","eip155:42161","eip155:421611","eip155:421613","eip155:4216137055","eip155:421614","eip155:42170","eip155:42220","eip155:43","eip155:43110","eip155:43113","eip155:43114","eip155:432201","eip155:432204","eip155:44","eip155:44787","eip155:462","eip155:4689","eip155:4690","eip155:47279324479","eip155:4759","eip155:476158412","eip155:4777","eip155:48991","eip155:49797","eip155:499","eip155:4999","eip155:5","eip155:50","eip155:5000","eip155:5001","eip155:503129905","eip155:51","eip155:5197","eip155:52","eip155:53","eip155:534351","eip155:534352","eip155:534353","eip155:54211","eip155:55","eip155:5522","eip155:558","eip155:56","eip155:5611","eip155:56288","eip155:56789","eip155:57","eip155:570","eip155:5700","eip155:57000","eip155:58","eip155:5851","eip155:5869","eip155:59","eip155:59140","eip155:59144","eip155:595","eip155:6","eip155:60","eip155:60000","eip155:60001","eip155:60002","eip155:60103","eip155:61","eip155:61717561","eip155:62","eip155:62320","eip155:63","eip155:64","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:68770","eip155:68775","eip155:69","eip155:7","eip155:70000","eip155:70001","eip155:70002","eip155:7001","eip155:70103","eip155:7027","eip155:71393","eip155:721","eip155:73799","eip155:73927","eip155:7518","eip155:7575","eip155:7576","eip155:76","eip155:77","eip155:7762959","eip155:777","eip155:7777777","eip155:78","eip155:78110","eip155:78281","eip155:787","eip155:8","eip155:80","eip155:80001","eip155:8029","eip155:803","eip155:8080","eip155:8081","eip155:8082","eip155:82","eip155:820","eip155:821","eip155:8217","eip155:8285","eip155:83","eip155:8453","eip155:84531","eip155:85","eip155:86","eip155:8723","eip155:8724","eip155:88","eip155:880","eip155:8866","eip155:888","eip155:8888","eip155:88882","eip155:88888","eip155:8995","eip155:9","eip155:9000","eip155:9001","eip155:919","eip155:9372","eip155:940","eip155:95","eip155:955305","eip155:96970","eip155:97","eip155:9728","eip155:9731","eip155:9732","eip155:977","eip155:99","eip155:99415706","eip155:998","eip155:999"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Para makes it easy to create cross-app, embedded MPC wallets with just an email or social login.","badge_type":"none"},{"id":"a1f3f8956346e2ba29e25bc5252c6dc0b2afa9ee17aa13ecd026abafedaf8696","name":"Hero Wallet","homepage":"https://wallet.hero.io","image_id":"2652d122-1cb1-48f6-fce0-d385e6d48500","order":4320,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.hero.io/signin","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:1101","eip155:137","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Hero wallet is a multichain web3 wallet. ","badge_type":"none"},{"id":"07ec86ddaacafca12de3be87d07ffd13c2d67586bdb9aa00911a103306e8cb4d","name":"Tofee Wallet Official","homepage":"https://tofee.app/","image_id":"d4dbb723-b1ec-4cfc-daab-1d559a151f00","order":4330,"mobile_link":"tofee://wallet","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/tofee/id6504269605","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56","eip155:8194"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your Trusted Wallet for the Torus Network","badge_type":"none"},{"id":"a93e0fd6a25178b2fa80eb882150f6b8da53c1e9f3e6d0d92019076671bb07f0","name":"DIDWallet","homepage":"https://www.didwallet.io/","image_id":"bc66fa57-46f4-4e17-6cb7-5f2d9af9c000","order":4340,"mobile_link":"abt://didwallet.io/i","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/id1460083542","play_store":"https://play.google.com/store/apps/details?id=com.arcblock.wallet.app.product","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:3","eip155:5","eip155:56","eip155:61","eip155:63","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi Asset,\nMulti Chain,\nDecentralized Identity,\nYour digital assets all in one place, secured.","badge_type":"none"},{"id":"2c5b687e9f6ce2b5d53541ffdf6aa23d7f645c57dc553dbabd465471c1347689","name":"Bonuz Social Smart Wallet","homepage":"https://bonuz.xyz","image_id":"eb376138-c5b9-4d82-c610-c98c9c218a00","order":4350,"mobile_link":"bonuzapp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/eg/app/bonuz-social-smart-wallet/id1637687439","play_store":"https://play.google.com/store/apps/details?id=market.bonuz.app","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:1116","eip155:137","eip155:42161","eip155:42170","eip155:56","eip155:8453"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Smart Social Wallet - MPC keyless login - Social ID","badge_type":"none"},{"id":"aad1cc72005d28969c5c5f92d7ed93e43ab02671c601576eebff361b29770278","name":"GM² Social","homepage":"https://gm2.social/","image_id":"f5c2218d-56b4-4fc8-63bf-0ece7276d600","order":4360,"mobile_link":"gm2://home","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/gm-social/id6502584673","play_store":"https://play.google.com/store/apps/details?id=com.gm2.app.prod&hl=en","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Metis native Mobile Wallet & SocialFi super app. Monetize your social presence and experience on blockchain.","badge_type":"none"},{"id":"ce216ac7310971159adda1ac271fc6e6590d2c02da43b894ac11919084196e40","name":"CyberWallet","homepage":"https://wallet.cyber.co","image_id":"24887576-8e74-4518-36b3-3c5e13f11a00","order":4370,"mobile_link":"https://wallet.cyber.co","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.cyber.co","app_store":"https://wallet.cyber.co","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:204","eip155:42161","eip155:534352","eip155:56","eip155:59144","eip155:8453"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"CyberWallet - your ERC-4337-Compatible Web3 Smart Account, built by the CyberConnect team.","badge_type":"none"},{"id":"7e6bb17d0f776c0449f5e79f8df3b34e7be388c9c527befc4ba92ef8cbe55c44","name":"Me Wallet","homepage":"https://astrox.me/","image_id":"e9666b15-4296-4384-3661-7e99a5f2a900","order":4380,"mobile_link":"astrox://me/wcx","desktop_link":null,"link_mode":null,"webapp_link":"https://app.astrox.me/","app_store":"https://apps.apple.com/us/app/astrox-me-wallet/id1634031707","play_store":"https://play.google.com/store/apps/details?id=com.astrox.me","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:420","eip155:42161","eip155:5","eip155:56","eip155:59144","eip155:80001","eip155:8453","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A multi-chain smart contract wallet","badge_type":"none"},{"id":"fabfcc9d5cb07af83eec986be9a4f8dd1345079708d24bd529f4f861feb2de04","name":"Silk","homepage":"https://www.silk.sc/","image_id":"f11f5753-616a-4aa0-2aee-9b75befea700","order":4390,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://silksecure.net","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/silk/kmddjlikefcgkfifejoedpoamplnkifm","injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:11155111","eip155:1313161554","eip155:137","eip155:250","eip155:420","eip155:42161","eip155:43114"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Silk lets you create human keys for web3 wallets that are recoverable with private identity proofs and secured by zero trust protocols.","badge_type":"none"},{"id":"f3379d4ac112b75ce80222d6e0d18f36667c87086fa65b6d10f118815d224940","name":"Pillar","homepage":"https://pillar.fi","image_id":"87737170-f79f-4359-338b-7c30856c9f00","order":4400,"mobile_link":"pillarwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/apple-store/id1346582238?pt=118878535&ct=pillar.fi&mt=8","play_store":"https://play.google.com/store/apps/details?id=com.pillarproject.wallet&referrer=utm_source%3Dpillar.fi%26utm_medium%3Ddownload%26utm_campaign%3Dandroid","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:42161","eip155:56"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The only community-run, multichain & non-custodial DeFi wallet with one address, low-to-no gas fees and cross-chain super powers.","badge_type":"none"},{"id":"e1684aeadc8aed904612091e36a948369b1ba8eddb1b1f0fbbddbe3a72a5b87f","name":"Numo Wallet","homepage":"https://my.r3vl.xyz","image_id":"c1ebcdef-9fba-4bd0-6f6a-e43caefacc00","order":4410,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://vercel.numo.xyz","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:xstaxy-1","eip155:1","eip155:1101","eip155:137","eip155:42161","eip155:5","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Your gateway to new money","badge_type":"none"},{"id":"3b9f67c2c0887f71e4f9ba1bd2bf5b4eb6cda94419abd3f0c5c12931a60928b0","name":"Bitski","homepage":"https://bitski.com","image_id":"94d94cb5-a94f-47cf-70e6-fe8d3f1c3700","order":4420,"mobile_link":"bitski://","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/bitski/feejiigddaafeojfddjjlmfkabimkell","app_store":"https://apps.apple.com/us/app/bitski-wallet/id1587199538","play_store":null,"rdns":"com.brave.wallet","chrome_store":"https://chrome.google.com/webstore/detail/bitski/feejiigddaafeojfddjjlmfkabimkell","injected":[{"namespace":"eip155","injected_id":"isBitski"}],"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:5","eip155:80001"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The wallet for everyone - The convenience of a hot wallet; The security of a cold wallet.","badge_type":"none"},{"id":"4972842b1c1a3552831f7c29ec53229d1ce00b4d43988a262c59d26dae0627d7","name":"BUZZUP","homepage":"https://buzz-up.io","image_id":"fb24f0a3-83f5-43e7-2204-25c6348f0000","order":4430,"mobile_link":"buzzup://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/6479512180","play_store":"https://play.google.com/store/apps/details?id=io.chainon.lsyim","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:42161","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"BuzzUp | Step into Decentralized Social 🐝 ","badge_type":"none"},{"id":"f5971a12f71b352c3abb3c9fc29818f1044a87d791ce28db6e5ab1962bfff717","name":"MOONSTAKE","homepage":"https://moonstake.io","image_id":"22374fae-244c-4224-2e3d-c14912f98a00","order":4440,"mobile_link":"moonstake://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/moonstake-wallet/id1502532651","play_store":"https://play.google.com/store/apps/details?id=io.moonstake.wallet&hl=en","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MS is one of the top 8 staking providers in the world.As a decentralized e-wallet,we provide a platform for you to fully control asset.","badge_type":"none"},{"id":"664b505fea4c2117b8a55c054ef209664e0a68ddaafd7534df739f97a293fa1d","name":"Hippo Wallet","homepage":"https://hippowallet.io","image_id":"f9570968-45f7-47c1-3189-98cf60e25c00","order":4450,"mobile_link":"hippowallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ae/app/hippo-wallet/id1613041499","play_store":"https://play.google.com/store/apps/details?id=com.blockchaincommodities.hippo_wallet","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/hippo-wallet/hddkffjleepiafmkhcneldjipkfkkofk","injected":null,"chains":["eip155:1","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":" Hippo: Crypto & Bitcoin Wallet","badge_type":"none"},{"id":"427efc9169b13a348d98d34e40303546a3e7352d725c06b9356882a26773b1a3","name":"Multix","homepage":"https://multix.chainsafe.io","image_id":"f7b7e864-29a7-41c2-36b0-c96ef922da00","order":4460,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://multix.chainsafe.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://multix.chainsafe.io","injected":[{"namespace":"polkadot","injected_id":"sign"}],"chains":["polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Multix is an interface to easily manage complex multisigs on Polkadot, Kusama and their parachains.","badge_type":"none"},{"id":"5d12c54d33abc6af163bc0344eed8df90765281c4973ada8863ed9ae12aa137f","name":"AmazeWallet","homepage":"https://amazewallet.com/","image_id":"38495eb4-efcf-47cb-be73-a695510f9f00","order":4470,"mobile_link":"amazeapp://amazewallet.com","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/gb/app/amazewallet/id1622941204","play_store":"https://play.google.com/store/apps/details?id=com.mining.amaze.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:108","eip155:288","eip155:42220","eip155:43114","eip155:60","eip155:66","eip155:8217","eip155:88"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The Web3 smartwallet. Swap, buy, trade and chat to friends while mining crypto.","badge_type":"none"},{"id":"50df7da345f84e5a79aaf617df5167335a4b6751626df2e8a38f07029b3dde7b","name":"Kriptonio","homepage":"https://kriptonio.com","image_id":"331e57d3-d157-4bc3-8ea5-48a03f705e00","order":4480,"mobile_link":"kriptonio://","desktop_link":null,"link_mode":null,"webapp_link":"https://kriptonio.com","app_store":"https://apps.apple.com/hr/app/kriptonio/id6444807361","play_store":"https://play.google.com/store/apps/details?id=com.kriptonio.mobile.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:80001","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Gasless Web3 Platform and Infrastructure","badge_type":"none"},{"id":"94135dbd7aaca4908de49c44e49b8920a79c90164a7ce5803ddb33054c7edc57","name":"Altme","homepage":"https://altme.io/","image_id":"7eeac6e8-6852-4d09-8579-e229fd6b9a00","order":4490,"mobile_link":"wc-altme://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/fr/app/altme/id1633216869","play_store":"https://play.google.com/store/apps/details?id=co.altme.alt.me.altme","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:170","eip155:250","eip155:4002","eip155:56","eip155:80001","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A user-friendly crypto wallet designed to protect your digital identity and simplify your journey in web 3 world.","badge_type":"none"},{"id":"56d1854ddbc8d9ecdf5d7e2f19228314f475ee110c38fbfe3fa0b72baa41ca14","name":"KAX-Wallet","homepage":"https://kaxaa.com/","image_id":"06c2aa4f-12a9-4c91-7b27-1755813c9c00","order":4500,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://link.kaxaa.com/","app_store":"https://ewallet.kaxaa.com","play_store":null,"rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/kaxaa/njlpbnllmbgdjcmjogmlheldgkcdjnol","injected":null,"chains":["eip155:137"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","5ab4170b-2d88-475e-8fd7-ec9eeb6ce45d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Kaxaa Real Estate Blockchain Wallet","badge_type":"none"},{"id":"bfad79e3d89bfb915b1e230000179a8ffc8e04f3f78a396d2e4f3e1a51223529","name":"UKISS Hub","homepage":"https://www.ukiss.io","image_id":"23f4c933-68e6-46f9-75b6-2d2905ca1300","order":4510,"mobile_link":"ukisshub://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=io.ukiss.uhub.mobile","rdns":null,"chrome_store":null,"injected":null,"chains":["cip-34:1-764824073","cosmos:cosmoshub-4","eip155:1","eip155:10000","eip155:137","eip155:25","eip155:43114","eip155:56","eip155:61","eip155:66","eip155:8723","near:mainnet","polkadot:91b171bb158e2d3848fa23a9f1c25182","stellar:pubnet"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"UKISS Hub Mobile Wallet enables UKISS Hugware to connect to DAPP platforms via Wallet Connect ","badge_type":"none"},{"id":"c7a7721cf4b6deb311e9b2e4bc2ebf07ef05d818149fd373bfb785fa47088823","name":"Dropmate","homepage":"https://dropmate.fi","image_id":"bf19fe4b-d712-45e8-95f2-b7be36e4c400","order":4520,"mobile_link":"dropmate://app","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://testflight.apple.com/join/KHOMtqE4","play_store":"https://play.google.com/store/apps/details?id=app.dropmate","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:34443","eip155:42161","eip155:5000","eip155:56","eip155:59144"],"categories":["5ab4170b-2d88-475e-8fd7-ec9eeb6ce45d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"DropMate simplifies airdrop farming, letting you automate your entire airdrop farming journey across DeFi effortlessly!","badge_type":"none"},{"id":"32074fa3b78ad30b7847e28ce1ffd6aecbd36415156cfe9f5fe5aa15f31c596e","name":"Zelus Wallet","homepage":"https://zelus.io","image_id":"a173eba6-05b4-43f4-0df6-400563637b00","order":4530,"mobile_link":"zeluswallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://rollingloud.bridge.zelus.io","app_store":"https://apps.apple.com/us/app/zelus/id1588430343","play_store":"https://play.google.com/store/apps/details?id=com.zelus.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:250","eip155:43114","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The easiest-to-use multichain wallet","badge_type":"none"},{"id":"3e2f036d9c513d07af5468ad7672e42a27432a54eb1242e498d1a1be1f488c4d","name":"Xucre","homepage":"https://www.xucre.io","image_id":"6a560c0d-817d-4f62-ef21-b91636b30f00","order":4540,"mobile_link":"xucre.expo.client://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=xucre.expo.client","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"We are a LATAM specific self-custody wallet. We seek to liberate access to cryptocurrencies, obtaining capital and investments.","badge_type":"none"},{"id":"2bc58b1c76e6572fa6cd68c3a448128ce90f7442d563f02e9f9db3b58d01d810","name":"Renegade","homepage":"https://www.myrenegade.net","image_id":"6ce2caa3-c597-445a-b61f-0b46b5c15000","order":4550,"mobile_link":"renegade-web3wallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://wallet.myrenegade.net","app_store":"https://apps.apple.com/us/app/myrenegade/id1670346221","play_store":"https://play.google.com/store/apps/details?id=com.app.renegade","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:11155111","eip155:137","eip155:42161","eip155:421614","eip155:42220","eip155:43114","eip155:56","eip155:80001","eip155:8453","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Through Renegade, banking and Visa services meet our secure crypto solutions. We're not just an app, we're a gateway to financial freedom.","badge_type":"none"},{"id":"6ec576d0fbc0b1f6c7bf84cdf84386db7788a89cd2e62b852ca9514229e0e9aa","name":"Stasis Wallet","homepage":"https://stasis.net/","image_id":"d83223cf-f29a-4757-a21e-8913b12f9f00","order":4560,"mobile_link":"stasis://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/stasis-wallet/id1371949230","play_store":"https://play.google.com/store/apps/details?id=com.stasis.stasiswallet","rdns":null,"chrome_store":null,"injected":null,"chains":["algorand:SGO1GKSzyE7IEPItTxCByw9x8FmnrCDe","algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k","eip155:1","eip155:137","eip155:5","eip155:50","eip155:51","eip155:80001"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial wallet for stablecoins","badge_type":"none"},{"id":"942d0e22a7e6b520b0a03abcafc4dbe156a1fc151876e3c4a842f914277278ef","name":"Cling Wallet","homepage":"https://clingon.io","image_id":"2d8006c3-852b-458a-d6b0-916c5ba76800","order":4570,"mobile_link":"cling://","desktop_link":null,"link_mode":null,"webapp_link":"https://chrome.google.com/webstore/detail/cling-wallet/kppgpfphbmbcgeglphjnhnhibonmebkn?hl=ko","app_store":"https://apps.apple.com/us/app/cling-wallet/id6443952504","play_store":"https://play.google.com/store/apps/details?id=com.carrieverse.cling.wallet&hl=en_US&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43113","eip155:43114","eip155:71393"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Cling Wallet is a safe digital wallet that enables users to handle custom tokens and NFTs on various blockchain networks.","badge_type":"none"},{"id":"a92d512c649e87a5acba5885ac03f62662cff1f647c20a63833eb45a71a6f877","name":"HUMBL WALLET","homepage":"https://www.humbl.com","image_id":"1ac55ba2-aa98-4ed0-59b3-b3155dea4200","order":4580,"mobile_link":"humblwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/humbl-wallet/id1627171234","play_store":"https://play.google.com/store/apps/details?id=com.humbl.wallet.app&hl=en_US&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The HUMBL Wallet allows you to buy, sell, receive, store and exchange digital assets such as ETH, BLOCKS, USDC.","badge_type":"none"},{"id":"00ee7b0d5c47fa12142b37c1cf3a6a847fdd277c23d2f40fea45c1d5166e0084","name":"PEAKDEFI","homepage":"https://peakdefi.com/","image_id":"918006e2-2f6d-4233-0e72-10c2caaed500","order":4590,"mobile_link":"wc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.peakdefiwallet&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"PEAKDEFI mobile wallet app - The Ethereum wallet as one-stop solution for taking control of your decentralized finances!","badge_type":"none"},{"id":"221eb19f9cfdf577c2f75190fc4fa24523624f604904ced78089bc82ebdb983e","name":"DGG Wallet","homepage":"https://dgg.network","image_id":"e4cbed08-8839-4bce-875f-d8917ceb7e00","order":4600,"mobile_link":"dgg://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/nl/app/dgg-wallet-nfts-games/id1659618218","play_store":"https://play.google.com/store/apps/details?id=network.dgg.wallet&hl=en_US","rdns":null,"chrome_store":"https://apps.apple.com/nl/app/dgg-wallet-nfts-games/id1659618218","injected":[{"namespace":"eip155","injected_id":"DGG"}],"chains":["eip155:1","eip155:137","eip155:421613","eip155:42170","eip155:5","eip155:56","eip155:61","eip155:88"],"categories":["8c168017-bf5e-4aac-9935-65d25b700b99","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A multi-chain wallet for ease of UX and perfect for storing & managing NFTs & Tokens on the security-proven and cost-effective blockchains.","badge_type":"none"},{"id":"c5252f423aae35a7df6194c342b14480b0cf83c3f4d9134fe45098c2f74befd9","name":"Rovi Money","homepage":"https://rovi.money","image_id":"b4bd79a6-11e3-4391-fd60-70111e60ef00","order":4610,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://rovi.money/app","app_store":null,"play_store":null,"rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/rovi-wallet-balance-exten/egmdbfmomfghplmfboifancngbcjmdbc?hl=en","injected":null,"chains":["eip155:137","eip155:56","eip155:80001","eip155:97"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a"],"description":"Store. Buy. Sell. Send. Receive Crypto on Messaging, Email, Wherever!\n\nWorld's Simplest, Safest\nCrypto Wallet","badge_type":"none"},{"id":"259d07628a06aee49007266630381867688fbe96c331adc1b285aa7995380815","name":"Panaroma Wallet","homepage":"https://panaroma.finance","image_id":"4394f728-0c57-4560-acba-48bfd82ddf00","order":4620,"mobile_link":"panaromawallet://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"http://play.google.com/store/apps/details?id=com.panaroma.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["algorand:SGO1GKSzyE7IEPItTxCByw9x8FmnrCDe","algorand:mFgazF-2uRS1tMiL9dsj01hJGySEmPN2","algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k","antelope:1064487b3cd1a897ce03ae5b6a865651","antelope:f16b1833c747c43682f4386fca9cbb32","ccd:4221332d34e1694168c2a0c0b3fd0f27","ccd:9dd9ca4d19e9393877d2c44b70f89acb","cip-34:0-1","cip-34:0-2","cip-34:1-764824073","cosmos:aura-testnet-2","cosmos:columbus-4","cosmos:cosmoshub-4","cosmos:euphoria-2","cosmos:harpoon-4","cosmos:irishub-1","cosmos:kaiyo-1","cosmos:kava-4","cosmos:likecoin-mainnet-2","cosmos:likecoin-public-testnet-5","cosmos:mayachain-mainnet-v1","cosmos:mayachain-stagenet-v1","cosmos:serenity-testnet-001","cosmos:thorchain-mainnet-v1","cosmos:thorchain-stagenet-v1","cosmos:xstaxy-1","eip155:1","eip155:10","eip155:100","eip155:10001","eip155:10003","eip155:1001","eip155:1007","eip155:101","eip155:1010","eip155:1012","eip155:102","eip155:1022","eip155:1023","eip155:1024","eip155:1028","eip155:106","eip155:108","eip155:11","eip155:110","eip155:1101","eip155:111","eip155:11155111","eip155:1139","eip155:1140","eip155:12","eip155:1213","eip155:122","eip155:124","eip155:127","eip155:128","eip155:1280","eip155:1284","eip155:1285","eip155:1286","eip155:1287","eip155:1288","eip155:13","eip155:137","eip155:14","eip155:142","eip155:1442","eip155:15","eip155:15557","eip155:16","eip155:1618","eip155:162","eip155:1620","eip155:163","eip155:1657","eip155:17","eip155:170","eip155:172","eip155:17777","eip155:18","eip155:1856","eip155:186","eip155:19","eip155:1987","eip155:199","eip155:2","eip155:20","eip155:200","eip155:2021","eip155:2022","eip155:204","eip155:2100","eip155:2101","eip155:211","eip155:22","eip155:222","eip155:23","eip155:246","eip155:25","eip155:250","eip155:2559","eip155:256","eip155:262","eip155:269","eip155:27","eip155:28","eip155:288","eip155:2888","eip155:3","eip155:30","eip155:31","eip155:32","eip155:321","eip155:322","eip155:33","eip155:336","eip155:338","eip155:35","eip155:361","eip155:363","eip155:364","eip155:365","eip155:369","eip155:38","eip155:385","eip155:4","eip155:40","eip155:4002","eip155:41","eip155:42","eip155:420","eip155:42161","eip155:421613","eip155:421614","eip155:42170","eip155:43","eip155:43113","eip155:43114","eip155:44","eip155:4689","eip155:4690","eip155:499","eip155:5","eip155:50","eip155:51","eip155:5197","eip155:52","eip155:53","eip155:55","eip155:558","eip155:56","eip155:5611","eip155:56288","eip155:59","eip155:595","eip155:6","eip155:60","eip155:61","eip155:62","eip155:63","eip155:64","eip155:65","eip155:66","eip155:67","eip155:68","eip155:686","eip155:69","eip155:7","eip155:721","eip155:76","eip155:77","eip155:777","eip155:78","eip155:787","eip155:8","eip155:80","eip155:80001","eip155:803","eip155:82","eip155:820","eip155:821","eip155:83","eip155:85","eip155:86","eip155:88","eip155:880","eip155:8888","eip155:9","eip155:940","eip155:95","eip155:97","eip155:9728","eip155:977","eip155:99","eip155:998","flow:mainnet","flow:testnet","hedera:mainnet","hedera:previewnet","hedera:testnet","koinos:EiAAKqFi-puoXnuJTdn7qBGGJa8yd-dc","koinos:EiBZK_GGVP0H_fXVAM3j6EAuz3-B-l3e","mvx:1","mvx:D","mvx:T","near:mainnet","near:testnet","neo3:mainnet","neo3:testnet","polkadot:91b171bb158e2d3848fa23a9f1c25182","polkadot:b0a8d493285c2df73290dfb7e61f870f","reef:7834781d38e4798d548e34ec947d19de","reef:b414a8602b2251fa538d38a932239150","stacks:1","stacks:2147483648","stellar:pubnet","stellar:testnet","tvm:42","vechain:87721b09ed2e15997f466536b20bb127","vechain:b1ac3413d346d43539627e6be7ec1b4a","waves:083","waves:084","waves:087","xrpl:0","xrpl:1","xrpl:2"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Panaroma Wallet is Decentralized excellence on 10 blockchains, seamlessly connecting with Panaroma Swap for a secure crypto experience.","badge_type":"none"},{"id":"e3c0732167495b407aeaab7cd968cac73db3351421242c9eae717f4032dba411","name":"icewal","homepage":"https://icewal.com","image_id":"bbfa8e6a-984d-4955-c919-8181e8bc9e00","order":4630,"mobile_link":"icewal://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/uk/app/icewal/id1629607532","play_store":"https://play.google.com/store/apps/details?id=com.icecorp.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Icewal is a mobile cryptocurrency wallet. Take control of your crypto, NFTs, tokens, and digital assets.","badge_type":"none"},{"id":"5a2b2b6e41df46ea80709c11b4f902d31271f01f660f1c892102107fbc2bf88c","name":"Streakk Wallet","homepage":"https://streakk.io/","image_id":"45ec6eb9-d7fe-4b9b-6dbf-cc675c5d1d00","order":4640,"mobile_link":"streakk://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/in/app/streakk-wallet/id1636671089","play_store":"https://play.google.com/store/apps/details?id=com.streakk","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Streakk unlocks the potential of your cryptocurrencies.","badge_type":"none"},{"id":"8631ca765defdf51cd72444ec0284b866c835a947ed082d41c0c756a3b2eb1c2","name":"Gridlock Wallet","homepage":"https://gridlock.network/","image_id":"471e6f61-b95a-453c-670c-029ef3b2bd00","order":4650,"mobile_link":"network.gridlock.AppGridlock://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/gridlock-secure-crypto-wallet/id1567057330","play_store":"https://play.google.com/store/apps/details?id=network.gridlock.AppGridlock","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:5","solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Gridlock enables safely navigating Web3, NFT trading and storage, purchasing crypto, and leveraging maximum security with crypto Guardians.","badge_type":"none"},{"id":"38692c32358198bc36b2775615ae615ad0f40404452993de2384ef64b2c5ca61","name":"TrustKeys Web3 SocialFi","homepage":"https://trustkeys.network","image_id":"35644c6b-c6f3-4e45-b68b-e888c21afd00","order":4660,"mobile_link":"TKwc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/vn/app/trustkeys-web3-socialfi/id1601968967","play_store":"https://play.google.com/store/apps/details?id=com.trustkeysnetwork","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:250","eip155:3","eip155:42161","eip155:421611","eip155:56","eip155:80001","eip155:88","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Web3 at your fingertips","badge_type":"none"},{"id":"d69877e50c4aa2360d723065716609f1e2698e45fc210438da8c325b65922735","name":"MPCVault | Team crypto wallet","homepage":"https://mpcvault.com","image_id":"3cbf71ea-c90b-427c-6b2c-a9a7c7c0d500","order":4680,"mobile_link":"com.mpcvault.mobileapp://wccallback","desktop_link":"com.mpcvault.mobileapp://wccallback","link_mode":null,"webapp_link":"https://console.mpcvault.com","app_store":"https://apps.apple.com/us/app/mpcvault/id1622756458","play_store":"https://play.google.com/store/apps/details?id=com.mpcvault.mobileapp.android","rdns":"com.mpcvault.broswerplugin","chrome_store":"https://chromewebstore.google.com/detail/mpcvault/jgfmfplofjigjfokigdiaiibhonfnedj","injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:324","eip155:42161","eip155:43114","eip155:5","eip155:56","eip155:8453"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","42b2c60f-7488-48cb-99c3-d14fac511910","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"MPCVault is a non-custodial wallet for Web3 teams. It supports multiple chains, multi-sig and all asset types.","badge_type":"none"},{"id":"49bb9d698dbdf2c3d4627d66f99dd9fe90bba1eec84b143f56c64a51473c60bd","name":"Minerva Wallet","homepage":"https://minerva.digital/","image_id":"b57b2163-1bd8-4f6b-3311-470767e6d200","order":4690,"mobile_link":"minerva://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=digital.minerva","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:137","eip155:420","eip155:42161","eip155:42220","eip155:43113","eip155:43114","eip155:44787","eip155:5","eip155:56","eip155:62320","eip155:80001","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Minerva Wallet is a user friendly app for sovereign identities, data and money.","badge_type":"none"},{"id":"f957ccc70ab232638964242c24cc6286ef75aa7fd0d4d348f46213d2fea0b88c","name":"PortaWallet","homepage":"https://porta.finance","image_id":"07bc52e6-c402-439d-faea-a5736cd25300","order":4700,"mobile_link":"porta://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.wallet.porta.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"A cutting-edge crypto wallet and DeFi trading platform ","badge_type":"none"},{"id":"53dd23581ff2ac3473a517c2995ad41cb214e105ebc99a122bda032051bb54c6","name":"Earth Wallet","homepage":"https://www.earthwallet.io/","image_id":"d3f724c4-f99b-476f-10f8-12aa4af13800","order":4710,"mobile_link":"earthwallet://","desktop_link":"earthwallet://","link_mode":null,"webapp_link":"https://wallet.earth","app_store":"https://apps.apple.com/app/earth-wallet/id1638414929","play_store":"https://play.google.com/store/apps/details?id=earth.wallet.app","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/earth-wallet/agkfnefiabmfpanochlcakggnkdfmmjd","injected":null,"chains":["eip155:1","eip155:11155111"],"categories":["1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The best Bitcoin, Ethereum, and Social Network self custody wallet on Earth.","badge_type":"none"},{"id":"8a0153a6a099bb8dbacd0300327cd2e6c89502c4bb76ccba2eb568dd56c155a6","name":"Clot","homepage":"https://clot.app","image_id":"a7d2716d-69b8-4422-9797-ed63b1f9c000","order":4720,"mobile_link":"clot://","desktop_link":null,"link_mode":null,"webapp_link":"https://clot.app","app_store":"https://apps.apple.com/app/clot-wallet/id1584113315","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multichain self-custody crypto wallet with advanced NFT features","badge_type":"none"},{"id":"d50cc807305f886f712206c9a8a7e47a776a266a7367bc080fe8ce939fcfa2b8","name":"Alicebob Wallet","homepage":"https://alicebob.com/","image_id":"15be8ddd-0bef-4948-56d1-6101347a6b00","order":4730,"mobile_link":"crypto.ab.wallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/alicebob-crypto-btc-wallet/id6467197622","play_store":"https://play.google.com/store/apps/details?id=com.crypto.ab.wallet.app","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/alicebob-wallet/mjmpkbeecljmaoojijflpfpmpdhnpabd","injected":[{"namespace":"eip155","injected_id":"isAliceBob"}],"chains":["eip155:1","eip155:10000","eip155:137","eip155:43114","eip155:56","eip155:61","eip155:97","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Securely store, buy Bitcoin & altcoins with cards, trade 1000+ cryptos on CEX & DEX, track Bitcoin price, and more!","badge_type":"none"},{"id":"dcdcfb02dd871af8633875431eb42f095370b104304c35fe2ac77f8ae2045dad","name":"Ownbit","homepage":"https://ownbit.io","image_id":"19923b08-7208-4539-9c2d-c43db22bce00","order":4740,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://ownbit.io","app_store":"https://apps.apple.com/hk/app/ownbit-%E5%86%B7%E9%8C%A2%E5%8C%85-%E5%A4%9A%E7%B0%BD%E9%8C%A2%E5%8C%85/id1321798216","play_store":"https://play.google.com/store/apps/details?id=com.bitbill.www&hl=zh&gl=US","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:43114","eip155:56","polkadot:91b171bb158e2d3848fa23a9f1c25182"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Bitcoin Ethereum Tron MultiSig & Cold Wallet","badge_type":"none"},{"id":"ddab79c39591912bc4baf2fa950ccbecdf6a72d1a840ce244a050bf56598a4c8","name":"Spatium","homepage":"https://wallet.spatium.net","image_id":"8b966926-cdcf-4eae-1432-b400fe014700","order":4750,"mobile_link":"spatium-next://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/ru/app/spatium/id6476919875","play_store":"https://play.google.com/store/apps/details?id=net.spatium.next","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:137","eip155:43114","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your Crypto Wallet","badge_type":"none"},{"id":"2937e3dd80ce9942cdb65a70bcc9c03489404d1bd822b9d9c2950681898b5f10","name":"Plumaa ID","homepage":"https://plumaa.id","image_id":"dd6271ac-f9ba-4580-4db2-484bf4d0fc00","order":4760,"mobile_link":"plumaa://","desktop_link":"plumaa://","link_mode":null,"webapp_link":"https://api.plumaa.id/app/","app_store":"https://apps.apple.com/mx/app/plumaa-id/id6475269207","play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:42161","eip155:421614"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Plumaa ID es la primera wallet no custodial controlada por tu firma electrónica avanzada","badge_type":"none"},{"id":"21b071705a9b9de1646e6a3a0e894d807d0fa4a208e88fc003ee056021f208e1","name":"ApolloX","homepage":"https://www.apollox.com/en","image_id":"80ab63a2-1b32-4140-3577-9fbc8ea82e00","order":4770,"mobile_link":"https://app.apollox.finance","desktop_link":null,"link_mode":null,"webapp_link":"https://app.apollox.finance","app_store":"https://apps.apple.com/us/app/apx-apollox/id1589405398","play_store":"https://play.google.com/store/apps/details?id=com.apollox.android","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"ApolloX is a mobile wallet that combines security and anonymity and it allows users to send, receive and store BEP20 (BSC) tokens.","badge_type":"none"},{"id":"8141668a92aad85f9f9f4b00e59914061df0f189b5b11fb35a15dc2708bb4596","name":"Legacy Wallet","homepage":"https://www.legacynetwork.io/","image_id":"ed181b1b-e4c0-4a2e-4a4c-f380a9f13c00","order":4780,"mobile_link":"legacy://network.io","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/legacy-wallet/id6443578674","play_store":"https://play.google.com/store/apps/details?id=io.legacynetwork.app","rdns":null,"chrome_store":"https://chrome.google.com/webstore/detail/legacy-wallet/ammjlinfekkoockogfhdkgcohjlbhmff","injected":[{"namespace":"eip155","injected_id":"isLegacyWallet"}],"chains":["eip155:1","eip155:137","eip155:56"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Legacy Wallet","badge_type":"none"},{"id":"c6e486a3647853c8cbc957b8ee772a9e5df51cd2f411d4a3bbb3a675728eb069","name":"Grindery Wallet","homepage":"https://www.grindery.com/","image_id":"fa1c7832-25ce-4c2d-2681-b52286a99200","order":4790,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://www.grindery.com/connect","app_store":"https://apps.apple.com/us/app/telegram-messenger/id686449807","play_store":"https://play.google.com/store/apps/details?id=org.telegram.messenger","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:137","eip155:204","eip155:56"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","1e6917ca-16b1-4e03-aaf2-7b9a1229cd0d","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"The most used EVM Wallet on Telegram, simplifying how you send, receive, buy, play, and invest using cryptocurrency.","badge_type":"none"},{"id":"50cca6f943812d2852752b7e021f251d50d410878b54c18a81ad71bcaa439035","name":"Ethos Self-Custody Vault","homepage":"https://www.ethos.io/","image_id":"8bc7fb62-6f6b-4473-2e4a-5691a646fc00","order":4800,"mobile_link":"myapp://home","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/ethos-self-custody-vault/id6450948705","play_store":"https://play.google.com/store/apps/details?id=com.ethos2.prod&hl=en_US&gl=US&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Self-custody made faster, easier, and more powerful!","badge_type":"none"},{"id":"6289878a2ef8c49944cf428184bba626b161b0974f0b4f8b31a15e0317d8861c","name":"ID Pocket","homepage":"https://rktechworks.com/idpocket","image_id":"c227ee0a-5127-4707-ded9-c3cd81348d00","order":4810,"mobile_link":"wc://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/id-pocket/id1549462128","play_store":"https://play.google.com/store/apps/details?id=com.rktechworks.idpocket","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Your private digital pocket for your identity and credentials","badge_type":"none"},{"id":"6342f00659512c995c5b271236fbe8e8c86951bd94f533fa0237d2a3e606c4da","name":"Blockaura","homepage":"https://greengloryglobal.com/","image_id":"8cc7ddbc-a257-4383-4f84-3847e707bb00","order":4820,"mobile_link":"blockaura://walletconnect","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.blockaura_classic","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:137"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"BlockAura (\"we,\" \"us,\" or \"our\") is committed to protecting the privacy and security of your personal information","badge_type":"none"},{"id":"56843177b5e89d4bcb19a27dab7c49e0f33d8d3a6c8c4c7e5274f605e92befd6","name":"Socios.com - Wallet & Tokens","homepage":"https://app.socios.com","image_id":"eb55679f-9462-45e2-e0ec-dfb851f9e700","order":72990,"mobile_link":"socios-mob://","desktop_link":null,"link_mode":null,"webapp_link":"https://app.socios.com","app_store":"https://apps.apple.com/app/id1464868277","play_store":"https://play.google.com/store/apps/details?id=com.socios&hl=en","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:88882","eip155:88888"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Hold Fan Tokens™ in the Socios.com Wallet. Stake. Trade. Access Web3 sports. Get rewarded.","badge_type":"none"},{"id":"e870e3dc750305af6a6bd7139538a85362963a8e21b6c6e0f9e27d80b92801c9","name":"BIM Wallet","homepage":"https://www.bimwallet.io/","image_id":"dae5a6bb-ac44-4d75-8c25-a361801d3b00","order":73050,"mobile_link":"bimwallet://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=io.bimwallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1030"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"BIM Wallet - Simple, Secure Access to Web3","badge_type":"none"},{"id":"4f854044eea00196b92017037b384bf16118c6606b3a90c60e998af1fb2c01b0","name":"ADF Wallet","homepage":"https://www.adftechnology.com/","image_id":"28acc8ed-a0e7-4004-1968-c54869fa2100","order":73140,"mobile_link":"adf://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=com.adf.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:137","eip155:56","eip155:80001","eip155:97"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"ADF Wallet is the official crypto wallet of ADF Technologies.","badge_type":"none"},{"id":"53332571a2e1b748add766da51b90dc9d1e9d65d2c301969add5ba3939339513","name":"Reown Wallet [BETA]","homepage":"https://reown.com","image_id":"e22669e7-5789-4ee4-5bf7-96dcddffce00","order":73160,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://web-wallet.walletconnect.org","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:100","eip155:11155111","eip155:1313161554","eip155:2020","eip155:34443","eip155:42161","eip155:42220","eip155:43114","eip155:5000","eip155:56","eip155:59144","eip155:80094","eip155:8453","eip155:84532","polkadot:6fbd74e5e1d0a61d52ccfe9d4adaed16"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"A beta version of Reown Web Wallet that enables access to universal Reown account over WalletConnect Network.","badge_type":"none"},{"id":"e3f3db6814131b8b0b12621d134cd327e5ad51f8ecde65565374aae4617a20fd","name":"Horizon","homepage":"https://gemini.com","image_id":"49552dad-a987-4dd5-87d7-c88209e1ab00","order":73170,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://keys.gemini.com","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:11155111","eip155:421614","eip155:84532"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"smart contract wallet","badge_type":"none"},{"id":"26d3d9e7224a1eb49089aa5f03fb9f3b883e04050404594d980d4e1e74e1dbea","name":"Abstract","homepage":"https://abs.xyz","image_id":"1ed092f7-0a74-4856-bc0a-02660223f400","order":73180,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://portal.abs.xyz/profile","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:11124","eip155:2741"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"Abstract Global Wallet is a cross-application smart contract wallet that allows users to interact with any application built on Abstract.","badge_type":"none"},{"id":"c16e0e172fe80ebdc26bcdc9d24d962b7a9474b6db8ce9e6b2022e86195728cd","name":"Flutter Sample Wallet","homepage":"https://appkit-lab.reown.com/flutter_walletkit","image_id":"db10ede4-39c3-48ff-f85b-de9b5f17d000","order":73210,"mobile_link":"wcflutterwallet-internal://","desktop_link":"wcflutterwallet://","link_mode":"https://appkit-lab.reown.com/flutter_walletkit_internal","webapp_link":"https://lab.web3modal.com/walletkit_flutter","app_store":"https://testflight.apple.com/join/ABbjL9Yu","play_store":"https://appdistribution.firebase.dev/i/86311d3c1caf8ea9","rdns":null,"chrome_store":null,"injected":null,"chains":["cosmos:cosmoshub-4","eip155:1","polkadot:91b171bb158e2d3848fa23a9f1c25182","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Flutter Sample Wallet Internal powered with Reown WalletKit","badge_type":"none"},{"id":"6880782cf8ff712bf8772b585960346290fd2499c1f1c51df9fe713d9d2e9384","name":"React Native Sample Wallet","homepage":"https://reown.com/walletkit","image_id":"78bbcc97-c450-4685-5faa-276ef8fc5f00","order":73220,"mobile_link":"rn-web3wallet-internal://","desktop_link":null,"link_mode":"https://appkit-lab.reown.com/rn_walletkit_internal","webapp_link":null,"app_store":"https://testflight.apple.com/join/kdlGVGLo","play_store":"https://appdistribution.firebase.dev/i/e7711e780547234e","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Sample wallet made with React Native & JS WalletKit","badge_type":"none"},{"id":"7f3449afd0516845236c4f15f73cf3e106cb5706a349a8d6d7e1490b9c2cb0da","name":"Kotlin Sample Internal Wallet","homepage":"https://docs.reown.com/walletkit/android/installation","image_id":"2e3866ec-a700-48a2-2db8-7c6af6481900","order":73240,"mobile_link":"kotlin-web3wallet://","desktop_link":null,"link_mode":"https://appkit-lab.reown.com/wallet_internal","webapp_link":null,"app_store":null,"play_store":"https://github.com/reown-com/reown-kotlin","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:42161","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Kotlin Sample Wallet","badge_type":"none"},{"id":"dfa04e5a17584aa9b3a9637f10ce2e95fcd6343fb81e8c634922b21a28cc66a8","name":"Swift Sample Wallet","homepage":"https://reown.com","image_id":"d4ef1a64-f5e3-4f11-9fe0-035e22ca6200","order":73270,"mobile_link":"walletapp://","desktop_link":null,"link_mode":"https://lab.web3modal.com/wallet","webapp_link":null,"app_store":"https://lab.web3modal.com/wallet","play_store":"https://lab.web3modal.com/wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:42161","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Reown Swift Sample Wallet","badge_type":"none"},{"id":"f9b40e3615afddce7aea739d37d543b922e5f70a4f30b886b6b59062c43b2437","name":"YoWallet","homepage":"https://yowallet.io","image_id":"750079a0-6372-4e32-d1af-fe8ec2bbe400","order":73340,"mobile_link":"yo-wallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://yowallet.io","app_store":"https://apps.apple.com/us/app/yowallet/id6474118944","play_store":"https://play.google.com/store/apps/details?id=com.yowallet.app&hl=en","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:56"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Non-custodial EVM wallet for Bahamut Ecosystem ","badge_type":"none"},{"id":"5eac22ff46c34944f245146ad45f62923360290d90bb292a4f019668d74f7792","name":"UXLINK","homepage":"https://uxlink.io","image_id":"7c0ac68c-efd6-42ab-488b-be8febe45f00","order":73360,"mobile_link":null,"desktop_link":null,"link_mode":null,"webapp_link":"https://oaog.uxlink.io","app_store":null,"play_store":null,"rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:42161"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921"],"description":"UXLINK is a web3 social platform and infrastructure, where super Dapps take off.\n","badge_type":"none"},{"id":"5d9f1395b3a8e848684848dc4147cbd05c8d54bb737eac78fe103901fe6b01a1","name":"OKX Wallet","homepage":"https://www.okx.com/download","image_id":"c55df831-3c52-49fc-d1d1-97a926dc0c00","order":73390,"mobile_link":"okxwallet://main","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/okx-wallet-portal-to-web3/id6743309484","play_store":"https://play.google.com/store/apps/details?id=com.okx.wallet","rdns":"com.okex.wallet","chrome_store":"https://chrome.google.com/webstore/detail/okx-wallet/mcohilncbfahbmgdjkbpemcciiolgcge","injected":null,"chains":["bip122:000000000019d6689c085ae165831e93","bip122:000000000933ea01ad0ee984209779ba","eip155:1","eip155:137","eip155:43114","eip155:56","eip155:66","eip155:80084","eip155:80085","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"categories":["b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"One Web3 portal to rule them all","badge_type":"none"},{"id":"aee5083aac025c4c3f1c9afc31ea89dbddca0b1c248195bef469fc4886ae3ab2","name":"HOT Wallet","homepage":"https://hot-labs.org/wallet","image_id":"809867ce-345f-4180-033a-165019d4c700","order":73400,"mobile_link":"hotwallet://","desktop_link":null,"link_mode":null,"webapp_link":"https://t.me/hot_wallet/app","app_store":"https://apps.apple.com/us/app/hot-wallet/id6740916148","play_store":"https://play.google.com/store/apps/details?id=app.herewallet.hot&hl=en_US","rdns":null,"chrome_store":"https://chromewebstore.google.com/detail/hot-wallet/mpeengabcnhhjjgleiodimegnkpcenbk?pli=1","injected":[{"namespace":"eip155","injected_id":"isHotWallet"}],"chains":["eip155:1","eip155:204","eip155:42161","eip155:56","eip155:8453","near:mainnet","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","stellar:pubnet"],"categories":["1778cd7f-a539-49fd-9de1-52d9c2101921","b7c081de-c6d6-447e-ada6-a6f8e6e1480a","e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Multi-chain Wallet with MPC Protocol","badge_type":"none"},{"id":"1aecb6762373f96100f941347bd554d6bdbf6c30a1368c47bf391432021d6ce9","name":"PureWallet app","homepage":"https://purewallet.ai","image_id":"4e97b9d6-60eb-42cd-6256-5cd7205e3f00","order":73440,"mobile_link":"purewalletp://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/us/app/purewallet/id6738949168?platform=iphone","play_store":"https://play.google.com/store/apps/details?id=com.nslab.purewalletp&pli=1","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:11155111","eip155:56","eip155:97","xrpl:0"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"PureWallet enables offline crypto transactions with zero fees, instant speed, and secure cold storage. Trade anywhere—no internet needed!","badge_type":"none"},{"id":"0d0972488cb7fc332af5ac3be6b679a1699518ab4d0048d74cb9b4268ec0263a","name":"BankSocial ","homepage":"https://www.banksocial.io/","image_id":"159ae656-ae24-4717-f78f-f84eb2b2e700","order":73490,"mobile_link":"https://banksocial.app.link/download","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=app.banksocial.io&hl=en_US","rdns":null,"chrome_store":null,"injected":null,"chains":["bip122:000000000019d6689c085ae165831e93","eip155:1","hedera:mainnet","polkadot:6fbd74e5e1d0a61d52ccfe9d4adaed16"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Banksocial is a self-custody crypto and digital asset wallet and exchange to securely hold, buy, and stake digital assets and crypto.","badge_type":"none"},{"id":"12f913ed1cba36d11c175ffaea4157864f3363a690ecf3cc24e9683ef9ce2915","name":"TuCOP Wallet","homepage":"https://tucop.xyz/","image_id":"2d38bfd6-85dc-41b5-a125-a0eca4100200","order":73670,"mobile_link":"myapp://tucop","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":null,"play_store":"https://play.google.com/store/apps/details?id=org.tucop","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:42220"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"TuCOP Wallet is the first Colombian virtual wallet that simplifies your everyday use of money.","badge_type":"none"},{"id":"a0c4b25a00028162432d173d110dbd8ee086a01c3a00f94d97f70b779d25c794","name":"Saify","homepage":"https://saify.com/","image_id":"83e459aa-7e2c-45cf-1c6c-c71286f34c00","order":73700,"mobile_link":"saify://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://apps.apple.com/app/saify-crypto-wallet-app/id6737464724","play_store":"https://play.google.com/store/apps/details?id=com.saify","rdns":null,"chrome_store":null,"injected":null,"chains":["eip155:1","eip155:10","eip155:137","eip155:42161","eip155:43114","eip155:56","eip155:8453"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Saify is a cryptocurrency wallet app that manages assets across major blockchains and offers customisable fun themes.","badge_type":"none"},{"id":"02957f0659df422d5b8fa31a054a15140479cebdd715dfa1ba875a93a4236b05","name":"Oblio Wallet","homepage":"https://obliowallet.com","image_id":"a0ff2932-e049-4622-a9c8-fa41278cff00","order":73790,"mobile_link":"oblio://","desktop_link":null,"link_mode":null,"webapp_link":null,"app_store":"https://play.google.com/store/apps/details?id=com.oblio.wallet","play_store":"https://play.google.com/store/apps/details?id=com.oblio.wallet","rdns":null,"chrome_store":null,"injected":null,"chains":["solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"],"categories":["e127a2ef-09e5-417b-9304-3e2e567a0f87"],"description":"Oblio Wallet is a secure self-custody crypto wallet for Bitcoin, Ethereum, Solana, and more. Your keys, your crypto.","badge_type":"none"}] diff --git a/packages/rainbowkit/package.json b/packages/rainbowkit/package.json index 33b6b901be..9561f7bf69 100644 --- a/packages/rainbowkit/package.json +++ b/packages/rainbowkit/package.json @@ -1,6 +1,6 @@ { "name": "@stakekit/rainbowkit", - "version": "2.2.9", + "version": "2.2.10", "description": "The best way to connect a wallet", "files": ["dist", "styles.css", "wallets"], "type": "module", @@ -32,8 +32,8 @@ "@tanstack/react-query": ">=5.0.0", "react": ">=18", "react-dom": ">=18", - "viem": "2.29.2", - "wagmi": "^2.15.6" + "viem": "2.38.0", + "wagmi": "^2.19" }, "devDependencies": { "@testing-library/dom": "^10.4.0", @@ -46,6 +46,7 @@ "autoprefixer": "^10.4.21", "dotenv": "^16.4.5", "jsdom": "^25.0.0", + "msw": "^2.11.2", "nock": "^13.4.0", "postcss": "^8.5.5", "react": "^19.1.0", @@ -56,7 +57,7 @@ "@vanilla-extract/dynamic": "2.1.4", "@vanilla-extract/sprinkles": "1.6.4", "clsx": "2.1.1", - "cuer": "0.0.2", + "cuer": "0.0.3", "react-remove-scroll": "2.6.2", "ua-parser-js": "^1.0.37" }, diff --git a/packages/rainbowkit/src/components/ConnectModal/ConnectFlow.test.tsx b/packages/rainbowkit/src/components/ConnectModal/ConnectFlow.test.tsx new file mode 100644 index 0000000000..8a980da6e7 --- /dev/null +++ b/packages/rainbowkit/src/components/ConnectModal/ConnectFlow.test.tsx @@ -0,0 +1,640 @@ +/** + * Connect Flow Tests + * + * Tests for Rainbow wallet connection flows through RainbowKit modal: + * - EIP-1193 (window.ethereum) provider detection and connection + * - EIP-6963 provider discovery via browser events + * - WalletConnect fallback when browser extension is not installed + * - Modal interactions and user flows + * + * We mock only the browser window providers while using the actual + * rainbowWallet connector implementation from the source code. + * + * ## WalletConnect Implementation Differences from Wagmi: + * + * ### RainbowKit's Approach: + * - Wraps Wagmi's walletConnect connector with additional features + * - Manages WalletConnect instances with caching/deduplication + * - Controls QR modal display (showQrModal flag) + * - Adds custom storage prefixes for multi-connector support + * - Injects RainbowKit-specific details (rkDetails) into connectors + * - Provides automatic fallback when browser extension is not detected + * + * ### What We're Testing: + * - Browser extension detection (EIP-1193 and EIP-6963) + * - Automatic WalletConnect fallback when no extension is found + * - Proper connector selection based on availability + * - Modal UI interactions and state management + * + * ### What We're NOT Testing (unlike Wagmi): + * - Network requests to WalletConnect relay (no MSW mocking needed) + * - WalletConnect pairing/session management + * - QR code generation and scanning + * - Deep WalletConnect protocol implementation + * + * Our tests focus on the RainbowKit layer that sits above Wagmi, + * ensuring proper wallet detection and connector selection logic. + */ + +import { screen, waitFor, fireEvent } from '@testing-library/react'; +import React from 'react'; +import { + describe, + expect, + it, + vi, + beforeEach, + afterEach, + beforeAll, + afterAll, +} from 'vitest'; +import { mainnet } from 'wagmi/chains'; +import { renderWithProviders } from '../../../test'; +import { + rainbowWallet, + mockWallet, + mockRainbow1193Provider, + mockRainbow6963Provider, + rainbowTestAccounts, +} from '../../../test/mockRainbow'; +import { + walletConnectServer, + setupMatchMedia, + setupLocalStorage, +} from '../../../test/mockWalletConnect'; +import { ConnectModal } from './ConnectModal'; +import { ConnectButton } from '../ConnectButton/ConnectButton'; + +describe('Connect Flow Tests', () => { + beforeAll(() => { + // Start MSW server for WalletConnect mocking + walletConnectServer.listen({ + onUnhandledRequest: 'warn', + }); + + // Setup browser environment mocks + setupMatchMedia(); + setupLocalStorage(); + }); + + beforeEach(() => { + // Clean up any existing providers + mockWallet.cleanup(); + }); + + afterEach(() => { + // Clean up mocked providers + mockWallet.cleanup(); + // Reset MSW handlers + walletConnectServer.resetHandlers(); + // Clear localStorage + localStorage.clear(); + }); + + afterAll(() => { + // Close MSW server + walletConnectServer.close(); + // Restore globals + vi.unstubAllGlobals(); + }); + + describe('Rainbow EIP-1193 Wallet Connection', () => { + it('should detect and display Rainbow wallet when injected (EIP-1193)', async () => { + // Setup Rainbow EIP-1193 provider + mockWallet.setupEIP1193(); + + renderWithProviders( {}} open={true} />, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Wait for wallet list to render + await waitFor(() => { + expect(screen.getByTestId('rk-connect-header-label')).toBeDefined(); + }); + + // Check if Rainbow wallet is displayed + await waitFor(() => { + const walletButtons = screen.getAllByRole('button'); + const rainbowButton = walletButtons.find((button) => + button.textContent?.includes('Rainbow'), + ); + expect(rainbowButton).toBeDefined(); + }); + }); + + it('should connect to Rainbow wallet via EIP-1193', async () => { + // Setup Rainbow EIP-1193 provider + mockWallet.setupEIP1193(); + + const onCloseMock = vi.fn(); + + renderWithProviders(, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Wait for wallet list and click Rainbow + await waitFor(() => { + const walletButtons = screen.getAllByRole('button'); + const rainbowButton = walletButtons.find((button) => + button.textContent?.includes('Rainbow'), + ); + expect(rainbowButton).toBeDefined(); + + if (rainbowButton) { + fireEvent.click(rainbowButton); + } + }); + + // Verify connection attempt was made + await waitFor(() => { + // The modal should attempt to connect + // In a real scenario, this would trigger the wallet connection + expect((window as any).ethereum?.request).toBeDefined(); + }); + }); + + it('should handle connection errors gracefully for EIP-1193', async () => { + // Setup Rainbow EIP-1193 provider that rejects + const provider = { + isRainbow: true, + request: vi.fn().mockRejectedValue(new Error('User rejected')), + on: vi.fn(), + removeListener: vi.fn(), + emit: vi.fn(), + }; + (window as any).ethereum = provider; + + renderWithProviders( {}} open={true} />, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Wait for wallet list + await waitFor(() => { + const walletButtons = screen.getAllByRole('button'); + const rainbowButton = walletButtons.find((button) => + button.textContent?.includes('Rainbow'), + ); + expect(rainbowButton).toBeDefined(); + }); + }); + + it('should show installed badge for Rainbow EIP-1193 wallet', async () => { + // Setup Rainbow EIP-1193 provider + mockWallet.setupEIP1193(); + + renderWithProviders( {}} open={true} />, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Check for installed indicator + await waitFor(() => { + // The installed wallet should have some visual indicator + const walletButtons = screen.getAllByRole('button'); + const rainbowButton = walletButtons.find((button) => + button.textContent?.includes('Rainbow'), + ); + expect(rainbowButton).toBeDefined(); + // In the actual implementation, check for installed badge/indicator + }); + }); + }); + + describe('Rainbow EIP-6963 Wallet Connection', () => { + it('should detect Rainbow wallet via EIP-6963 announcement', async () => { + // Setup EIP-6963 provider + mockWallet.setupEIP6963(); + + renderWithProviders( {}} open={true} />, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Trigger EIP-6963 discovery + if (typeof window !== 'undefined') { + const requestEvent = new Event('eip6963:requestProvider'); + window.dispatchEvent(requestEvent); + } + + // Wait for wallet to appear + await waitFor(() => { + expect(screen.getByTestId('rk-connect-header-label')).toBeDefined(); + }); + }); + + it('should connect to Rainbow wallet via EIP-6963', async () => { + const onCloseMock = vi.fn(); + + // Setup EIP-6963 provider + mockWallet.setupEIP6963(); + + renderWithProviders(, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Trigger EIP-6963 discovery + if (typeof window !== 'undefined') { + const requestEvent = new Event('eip6963:requestProvider'); + window.dispatchEvent(requestEvent); + } + + // Wait and click Rainbow wallet + await waitFor(() => { + const walletButtons = screen.getAllByRole('button'); + const rainbowButton = walletButtons.find((button) => + button.textContent?.includes('Rainbow'), + ); + + if (rainbowButton) { + fireEvent.click(rainbowButton); + } + }); + + // Verify provider details were used + await waitFor(() => { + // Provider should be set up and available + expect(screen.getByTestId('rk-connect-header-label')).toBeDefined(); + }); + }); + + it('should handle multiple EIP-6963 wallet announcements', async () => { + // Setup Rainbow EIP-6963 + mockWallet.setupEIP6963(); + + // Setup another wallet's EIP-6963 announcement + const otherProviderDetail = { + info: { + uuid: 'other-wallet-uuid', + name: 'Other Wallet', + icon: 'data:image/svg+xml;base64,other_icon', + rdns: 'com.other.wallet', + }, + provider: { + request: vi.fn(), + on: vi.fn(), + removeListener: vi.fn(), + emit: vi.fn(), + }, + }; + + if (typeof window !== 'undefined') { + const listener = () => { + const event = new CustomEvent('eip6963:announceProvider', { + detail: otherProviderDetail, + }); + window.dispatchEvent(event); + }; + window.addEventListener('eip6963:requestProvider', listener); + (window as any).__eip6963Listeners = + (window as any).__eip6963Listeners || []; + (window as any).__eip6963Listeners.push(listener); + } + + renderWithProviders( {}} open={true} />, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Trigger discovery + if (typeof window !== 'undefined') { + const requestEvent = new Event('eip6963:requestProvider'); + window.dispatchEvent(requestEvent); + } + + // Both wallets should be detectable + await waitFor(() => { + expect(screen.getByTestId('rk-connect-header-label')).toBeDefined(); + }); + }); + + it('should prefer EIP-6963 over EIP-1193 when both are available', async () => { + // Setup both EIP-1193 and EIP-6963 + mockWallet.setupEIP1193(); + mockWallet.setupEIP6963(); + + renderWithProviders( {}} open={true} />, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Trigger EIP-6963 discovery + if (typeof window !== 'undefined') { + const requestEvent = new Event('eip6963:requestProvider'); + window.dispatchEvent(requestEvent); + } + + // Should use EIP-6963 provider + await waitFor(() => { + expect(screen.getByTestId('rk-connect-header-label')).toBeDefined(); + // Verify EIP-6963 is being used (would need to check connector type in real impl) + }); + }); + }); + + describe('Rainbow WalletConnect Fallback', () => { + it('should show QR code when Rainbow is not installed', async () => { + // No injected provider + mockWallet.cleanup(); + + renderWithProviders( {}} open={true} />, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Click on Rainbow wallet + await waitFor(() => { + const walletButtons = screen.getAllByRole('button'); + const rainbowButton = walletButtons.find((button) => + button.textContent?.includes('Rainbow'), + ); + + if (rainbowButton) { + fireEvent.click(rainbowButton); + // Should show QR code or mobile connection options + } + }); + }); + + it('should display download links when wallet is not installed', async () => { + mockWallet.cleanup(); + + renderWithProviders( {}} open={true} />, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Should show download options + await waitFor(() => { + expect(screen.getByTestId('rk-connect-header-label')).toBeDefined(); + }); + }); + + it('should handle WalletConnect URI generation', async () => { + // No injected provider + mockWallet.cleanup(); + + renderWithProviders( {}} open={true} />, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Click on Rainbow wallet to trigger WalletConnect + await waitFor(() => { + const walletButtons = screen.getAllByRole('button'); + const rainbowButton = walletButtons.find((button) => + button.textContent?.includes('Rainbow'), + ); + + if (rainbowButton) { + fireEvent.click(rainbowButton); + } + }); + + // WalletConnect should initialize and attempt connection + // The MSW handlers will intercept the relay requests + await waitFor(() => { + // Check that WalletConnect data is stored + const wcData = Object.keys(localStorage).filter((key) => + key.includes('wc@'), + ); + // WalletConnect should have created storage entries + expect(wcData.length).toBeGreaterThanOrEqual(0); + }); + }); + + it('should properly handle WalletConnect session', async () => { + // No injected provider - force WalletConnect usage + mockWallet.cleanup(); + + const onCloseMock = vi.fn(); + + renderWithProviders(, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Click Rainbow wallet + await waitFor(() => { + const walletButtons = screen.getAllByRole('button'); + const rainbowButton = walletButtons.find((button) => + button.textContent?.includes('Rainbow'), + ); + expect(rainbowButton).toBeDefined(); + + if (rainbowButton) { + fireEvent.click(rainbowButton); + } + }); + + // Verify that WalletConnect flow is initiated + // The MSW server will handle the relay requests + await waitFor( + () => { + // Should show connection UI (QR code or instructions) + const modalContent = screen.getByTestId('rk-connect-header-label'); + expect(modalContent).toBeDefined(); + }, + { timeout: 2000 }, + ); + }); + }); + + describe('Connect Button Integration', () => { + it('should open modal and connect with Rainbow EIP-1193', async () => { + // Setup Rainbow EIP-1193 + mockWallet.setupEIP1193(); + + renderWithProviders(, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Click connect button + const connectButton = screen.getByRole('button', { + name: /connect wallet/i, + }); + fireEvent.click(connectButton); + + // Modal should open + await waitFor(() => { + expect(screen.getByTestId('rk-connect-header-label')).toBeDefined(); + }); + + // Click Rainbow wallet + await waitFor(() => { + const walletButtons = screen.getAllByRole('button'); + const rainbowButton = walletButtons.find((button) => + button.textContent?.includes('Rainbow'), + ); + + if (rainbowButton) { + fireEvent.click(rainbowButton); + } + }); + }); + + it('should open modal and connect with Rainbow EIP-6963', async () => { + // Setup EIP-6963 + mockWallet.setupEIP6963(); + + renderWithProviders(, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Click connect button + const connectButton = screen.getByRole('button', { + name: /connect wallet/i, + }); + fireEvent.click(connectButton); + + // Trigger EIP-6963 discovery + if (typeof window !== 'undefined') { + const requestEvent = new Event('eip6963:requestProvider'); + window.dispatchEvent(requestEvent); + } + + // Modal should open + await waitFor(() => { + expect(screen.getByTestId('rk-connect-header-label')).toBeDefined(); + }); + + // Click Rainbow wallet + await waitFor(() => { + const walletButtons = screen.getAllByRole('button'); + const rainbowButton = walletButtons.find((button) => + button.textContent?.includes('Rainbow'), + ); + + if (rainbowButton) { + fireEvent.click(rainbowButton); + } + }); + }); + }); + + describe('Recent Wallets', () => { + it('should remember and prioritize recently used Rainbow wallet', async () => { + mockWallet.setupEIP1193(); + + // First render and connect + const { unmount } = renderWithProviders( + {}} open={true} />, + { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }, + ); + + // Connect to Rainbow + await waitFor(() => { + const walletButtons = screen.getAllByRole('button'); + const rainbowButton = walletButtons.find((button) => + button.textContent?.includes('Rainbow'), + ); + + if (rainbowButton) { + fireEvent.click(rainbowButton); + } + }); + + unmount(); + + // Second render should show Rainbow as recent + renderWithProviders( {}} open={true} />, { + chains: [mainnet], + mockWallets: [ + { + groupName: 'Popular', + wallets: [rainbowWallet], + }, + ], + }); + + // Rainbow should appear in recent section + await waitFor(() => { + expect(screen.getByTestId('rk-connect-header-label')).toBeDefined(); + // Check for recent wallet indicator + }); + }); + }); +}); diff --git a/packages/rainbowkit/src/components/ConnectOptions/DesktopOptions.tsx b/packages/rainbowkit/src/components/ConnectOptions/DesktopOptions.tsx index 9ecfdf187e..aa10fecb9f 100644 --- a/packages/rainbowkit/src/components/ConnectOptions/DesktopOptions.tsx +++ b/packages/rainbowkit/src/components/ConnectOptions/DesktopOptions.tsx @@ -48,8 +48,8 @@ import type { ChainGroup } from '../../wallets/Wallet'; import { indexBy } from '../../utils/indexBy'; export enum WalletStep { - None = 'NONE', SelectChainGroup = 'SELECT_CHAIN_GROUP', + SelectWallet = 'SELECT_WALLET', LearnCompact = 'LEARN_COMPACT', Get = 'GET', Connect = 'CONNECT', @@ -238,10 +238,12 @@ export function DesktopOptions({ onClose }: { onClose: () => void }) { setWalletStep(newWalletStep); }; + const isMultipleChainGroups = Object.values(chainGroups).length > 1; + const [initialWalletStep, setInitialWalletStep] = useState( - Object.values(chainGroups).length > 1 + isMultipleChainGroups ? WalletStep.SelectChainGroup - : WalletStep.None, + : WalletStep.SelectWallet, ); const [walletStep, setWalletStep] = useState(initialWalletStep); @@ -262,22 +264,21 @@ export function DesktopOptions({ onClose }: { onClose: () => void }) { const onChainGroupSelect = (chainGroupId: string) => { setSelectedChainGroupId(chainGroupId); - changeWalletStep(WalletStep.None); + changeWalletStep(WalletStep.SelectWallet); }; switch (walletStep) { case WalletStep.SelectChainGroup: headerLabel = i18n.t('connect.select_chain_group.title'); break; - case WalletStep.None: + case WalletStep.SelectWallet: headerLabel = i18n.t('connect.title'); walletContent = ( changeWalletStep(WalletStep.Get)} /> ); - headerBackButtonLink = - compactModeEnabled && Object.values(chainGroups).length > 1 - ? WalletStep.SelectChainGroup - : null; + headerBackButtonLink = isMultipleChainGroups + ? WalletStep.SelectChainGroup + : null; break; case WalletStep.LearnCompact: walletContent = ( @@ -287,7 +288,9 @@ export function DesktopOptions({ onClose }: { onClose: () => void }) { /> ); headerLabel = i18n.t('intro.title'); - headerBackButtonLink = WalletStep.None; + headerBackButtonLink = isMultipleChainGroups + ? WalletStep.SelectChainGroup + : WalletStep.SelectWallet; break; case WalletStep.Get: walletContent = ( @@ -299,7 +302,7 @@ export function DesktopOptions({ onClose }: { onClose: () => void }) { headerLabel = i18n.t('get.title'); headerBackButtonLink = compactModeEnabled ? WalletStep.LearnCompact - : WalletStep.None; + : WalletStep.SelectWallet; break; case WalletStep.Connect: walletContent = selectedWallet && ( @@ -323,7 +326,7 @@ export function DesktopOptions({ onClose }: { onClose: () => void }) { headerBackButtonLink = compactModeEnabled ? connector ? null - : WalletStep.None + : WalletStep.SelectWallet : null; headerBackButtonCallback = compactModeEnabled ? !connector @@ -344,7 +347,7 @@ export function DesktopOptions({ onClose }: { onClose: () => void }) { headerBackButtonLink = connector ? WalletStep.Connect : compactModeEnabled - ? WalletStep.None + ? WalletStep.SelectWallet : initialWalletStep; break; case WalletStep.Download: @@ -413,7 +416,7 @@ export function DesktopOptions({ onClose }: { onClose: () => void }) { const topContent = (() => { if (!compactModeEnabled) return null; - if (walletStep === WalletStep.None) { + if (walletStep === WalletStep.SelectWallet) { return ( {headerBackButtonLink && ( @@ -466,7 +469,7 @@ export function DesktopOptions({ onClose }: { onClose: () => void }) { style={{ maxHeight: compactModeEnabled ? 468 : 504, height: '100%' }} > {(compactModeEnabled - ? walletStep === WalletStep.None || + ? walletStep === WalletStep.SelectWallet || walletStep === WalletStep.SelectChainGroup : true) && ( void }) { )} {(compactModeEnabled ? walletStep !== WalletStep.SelectChainGroup && - walletStep !== WalletStep.None + walletStep !== WalletStep.SelectWallet : true) && ( <> {!compactModeEnabled && ( diff --git a/packages/rainbowkit/src/components/RainbowKitProvider/chainIcons/monad.svg b/packages/rainbowkit/src/components/RainbowKitProvider/chainIcons/monad.svg new file mode 100644 index 0000000000..68d505339f --- /dev/null +++ b/packages/rainbowkit/src/components/RainbowKitProvider/chainIcons/monad.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/rainbowkit/src/components/RainbowKitProvider/provideRainbowKitChains.ts b/packages/rainbowkit/src/components/RainbowKitProvider/provideRainbowKitChains.ts index c619bdd909..d72cd29a5f 100644 --- a/packages/rainbowkit/src/components/RainbowKitProvider/provideRainbowKitChains.ts +++ b/packages/rainbowkit/src/components/RainbowKitProvider/provideRainbowKitChains.ts @@ -50,6 +50,7 @@ type ChainName = | 'mantaTestnet' | 'mantle' | 'mantleTestnet' + | 'monadTestnet' | 'optimism' | 'optimismGoerli' | 'optimismKovan' @@ -192,6 +193,11 @@ const mantleIcon: IconMetadata = { iconUrl: async () => (await import('./chainIcons/mantle.svg')).default, }; +const monadTestnetIcon: IconMetadata = { + iconBackground: 'transparent', + iconUrl: async () => (await import('./chainIcons/monad.svg')).default, +}; + const optimismIcon: IconMetadata = { iconBackground: '#ff5a57', iconUrl: async () => (await import('./chainIcons/optimism.svg')).default, @@ -298,6 +304,7 @@ const chainMetadataByName: Record = { mantaTestnet: { chainId: 3_441_005, ...mantaIcon }, mantle: { chainId: 5000, ...mantleIcon }, mantleTestnet: { chainId: 5001, ...mantleIcon }, + monadTestnet: { chainId: 10_143, name: 'Monad Testnet', ...monadTestnetIcon }, optimism: { chainId: 10, name: 'Optimism', ...optimismIcon }, optimismGoerli: { chainId: 420, ...optimismIcon }, optimismKovan: { chainId: 69, ...optimismIcon }, diff --git a/packages/rainbowkit/src/components/WalletButton/WalletButton.test.tsx b/packages/rainbowkit/src/components/WalletButton/WalletButton.test.tsx index 5ea2951334..6a1357a9b4 100644 --- a/packages/rainbowkit/src/components/WalletButton/WalletButton.test.tsx +++ b/packages/rainbowkit/src/components/WalletButton/WalletButton.test.tsx @@ -68,7 +68,7 @@ describe('', () => { }); it('should throw error for non ready connectors', () => { - for (const connector of ['argent', 'xdefi', 'uniswap']) { + for (const connector of ['ready', 'xdefi', 'uniswap']) { expect(() => renderWithProviders(, { chains: [mainnet], diff --git a/packages/rainbowkit/src/config/getDefaultConfig.ts b/packages/rainbowkit/src/config/getDefaultConfig.ts index 02b39bcc26..dc4443dc59 100644 --- a/packages/rainbowkit/src/config/getDefaultConfig.ts +++ b/packages/rainbowkit/src/config/getDefaultConfig.ts @@ -6,7 +6,7 @@ import type { WalletList } from '../wallets/Wallet'; import { computeWalletConnectMetaData } from '../wallets/computeWalletConnectMetaData'; import { connectorsForWallets } from '../wallets/connectorsForWallets'; import { - coinbaseWallet, + baseAccount, metaMaskWallet, rainbowWallet, safeWallet, @@ -80,7 +80,7 @@ export const getDefaultConfig = < wallets: [ safeWallet, rainbowWallet, - coinbaseWallet, + baseAccount, metaMaskWallet, walletConnectWallet, ], diff --git a/packages/rainbowkit/src/index.ts b/packages/rainbowkit/src/index.ts index 7f8c500acb..89311fa2d6 100644 --- a/packages/rainbowkit/src/index.ts +++ b/packages/rainbowkit/src/index.ts @@ -39,3 +39,4 @@ export { midnightTheme } from './themes/midnightTheme'; export { cssStringFromTheme } from './css/cssStringFromTheme'; export { cssObjectFromTheme } from './css/cssObjectFromTheme'; export { __private__ } from './__private__'; +export { evmChainGroup } from './utils/chain-groups'; diff --git a/packages/rainbowkit/src/locales/en_US.json b/packages/rainbowkit/src/locales/en_US.json index a1f8cf0ba4..e0e95a61f9 100644 --- a/packages/rainbowkit/src/locales/en_US.json +++ b/packages/rainbowkit/src/locales/en_US.json @@ -232,11 +232,11 @@ }, "wallet_connectors": { - "argent": { + "ready": { "qr_code": { "step1": { - "description": "Put Argent on your home screen for faster access to your wallet.", - "title": "Open the Argent app" + "description": "Add Ready to your home screen for faster access to your wallet.", + "title": "Open the Ready app" }, "step2": { "description": "Create a wallet and username, or import an existing wallet.", @@ -429,6 +429,20 @@ "description": "After you scan, a connection prompt will appear for you to connect your wallet.", "title": "Tap the WalletConnect button" } + }, + "extension": { + "step1": { + "title": "Install the Binance Wallet extension", + "description": "We recommend pinning Binance Wallet to your taskbar for quicker access to your wallet." + }, + "step2": { + "title": "Create or Import a Wallet", + "description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone." + }, + "step3": { + "title": "Refresh your browser", + "description": "Once you set up your wallet, click below to refresh the browser and load up the extension." + } } }, @@ -1205,11 +1219,11 @@ } }, - "xdefi": { + "ctrl": { "extension": { "step1": { - "title": "Install the XDEFI Wallet extension", - "description": "We recommend pinning XDEFI Wallet to your taskbar for quicker access to your wallet." + "title": "Install the CTRL Wallet extension", + "description": "We recommend pinning CTRL Wallet to your taskbar for quicker access to your wallet." }, "step2": { "title": "Create or Import a Wallet", @@ -1459,6 +1473,37 @@ } }, + "gemini": { + "qr_code": { + "step1": { + "title": "Open keys.gemini.com", + "description": "Visit keys.gemini.com on your mobile browser - no app download required." + }, + "step2": { + "title": "Create Your Wallet Instantly", + "description": "Set up your smart wallet in seconds using your device's built-in authentication." + }, + "step3": { + "title": "Scan to Connect", + "description": "Scan the QR code to instantly connect your wallet - it just works." + } + }, + "extension": { + "step1": { + "title": "Go to keys.gemini.com", + "description": "No extensions or downloads needed - your wallet lives securely in the browser." + }, + "step2": { + "title": "One-Click Setup", + "description": "Create your smart wallet instantly with passkey authentication - easier than any wallet out there." + }, + "step3": { + "title": "Connect and Go", + "description": "Approve the connection and you're ready - the unopinionated wallet that just works." + } + } + }, + "xportal": { "qr_code": { "step1": { @@ -1491,22 +1536,39 @@ "title": "Tap the scan button" } } - } - }, + }, - "zilpay": { - "qr_code": { - "step1": { - "title": "Open the ZilPay app", - "description": "Add ZilPay to your home screen for faster access to your wallet." - }, - "step2": { - "title": "Create or Import a Wallet", - "description": "Create a new wallet or import an existing one." - }, - "step3": { - "title": "Tap the scan button", - "description": "After you scan, a connection prompt will appear for you to connect your wallet." + "zilpay": { + "qr_code": { + "step1": { + "title": "Open the ZilPay app", + "description": "Add ZilPay to your home screen for faster access to your wallet." + }, + "step2": { + "title": "Create or Import a Wallet", + "description": "Create a new wallet or import an existing one." + }, + "step3": { + "title": "Tap the scan button", + "description": "After you scan, a connection prompt will appear for you to connect your wallet." + } + } + }, + + "nova": { + "qr_code": { + "step1": { + "title": "Open the Nova Wallet app", + "description": "Add Nova Wallet to your home screen for faster access to your wallet." + }, + "step2": { + "title": "Create or Import a Wallet", + "description": "Create a new wallet or import an existing one." + }, + "step3": { + "title": "Tap the scan button", + "description": "After you scan, a connection prompt will appear for you to connect your wallet." + } } } } diff --git a/packages/rainbowkit/src/types/utils.ts b/packages/rainbowkit/src/types/utils.ts index 3d765567e3..36750634cd 100644 --- a/packages/rainbowkit/src/types/utils.ts +++ b/packages/rainbowkit/src/types/utils.ts @@ -56,9 +56,10 @@ export type WalletProviderFlags = | 'isTokenary' | 'isTrust' | 'isTrustWallet' - | 'isXDEFI' + | 'isCTRL' | 'isZerion' | 'isTalisman' + | 'isNovaWallet' | 'isZeal' | 'isCoin98' | 'isMEWwallet' diff --git a/packages/rainbowkit/src/wallets/getDefaultWallets.ts b/packages/rainbowkit/src/wallets/getDefaultWallets.ts index add991674d..02c5d9f8b6 100644 --- a/packages/rainbowkit/src/wallets/getDefaultWallets.ts +++ b/packages/rainbowkit/src/wallets/getDefaultWallets.ts @@ -4,11 +4,11 @@ import { type ConnectorsForWalletsParameters, connectorsForWallets, } from './connectorsForWallets'; -import { coinbaseWallet } from './walletConnectors/coinbaseWallet/coinbaseWallet'; import { metaMaskWallet } from './walletConnectors/metaMaskWallet/metaMaskWallet'; import { rainbowWallet } from './walletConnectors/rainbowWallet/rainbowWallet'; import { safeWallet } from './walletConnectors/safeWallet/safeWallet'; import { walletConnectWallet } from './walletConnectors/walletConnectWallet/walletConnectWallet'; +import { baseAccount } from './walletConnectors/baseAccount/baseAccount'; export function getDefaultWallets(parameters: ConnectorsForWalletsParameters): { connectors: CreateConnectorFn[]; @@ -24,7 +24,7 @@ export function getDefaultWallets(parameters?: ConnectorsForWalletsParameters) { wallets: [ safeWallet, rainbowWallet, - coinbaseWallet, + baseAccount, metaMaskWallet, walletConnectWallet, ], diff --git a/packages/rainbowkit/src/wallets/useWalletConnectors.ts b/packages/rainbowkit/src/wallets/useWalletConnectors.ts index 400a06c4b4..ce58ed7a43 100644 --- a/packages/rainbowkit/src/wallets/useWalletConnectors.ts +++ b/packages/rainbowkit/src/wallets/useWalletConnectors.ts @@ -1,5 +1,4 @@ -import { type Config, type Connector, useConnect } from 'wagmi'; -import type { ConnectMutateAsync } from 'wagmi/query'; +import { type Connector, useConnect } from 'wagmi'; import { useWalletConnectOpenState } from '../components/RainbowKitProvider/ModalContext'; import { indexBy } from '../utils/indexBy'; import { @@ -20,10 +19,11 @@ import { rainbowKitConnectorWithWalletConnect, } from './groupedWallets'; import { addRecentWalletId, getRecentWalletIds } from './recentWalletIds'; +import { evmChainGroup } from '../utils/chain-groups'; export interface WalletConnector extends WalletInstance { ready?: boolean; - connect: () => ReturnType>; + connect: WalletInstance['connect']; showWalletConnectModal?: () => void; recent: boolean; mobileDownloadUrl?: string; @@ -53,10 +53,15 @@ export function useWalletConnectors( ...(connector.rkDetails || {}), })) as WalletInstance[]; - async function connectWallet(connector: Connector) { + async function connectWallet( + connector: Connector, + parameters?: Parameters[0], + ): ReturnType { const walletChainId = await connector.getChainId(); const result = await connectAsync({ + ...parameters, chainId: + parameters?.chainId ?? // The goal here is to ensure users are always on a supported chain when connecting. // If an `initialChain` prop was provided to RainbowKitProvider, use that. intialChainId ?? @@ -71,7 +76,7 @@ export function useWalletConnectors( addRecentWalletId(connector.id); } - return result; + return result as Awaited>; } async function connectToWalletConnectModal( @@ -150,7 +155,10 @@ export function useWalletConnectors( ), ); - const combinedConnectors = [...eip6963Connectors, ...rainbowKitConnectors]; + const combinedConnectors = [ + ...eip6963Connectors, + ...rainbowKitConnectors, + ].map((w) => ({ ...w, chainGroup: w.chainGroup ?? evmChainGroup })); const walletInstanceById = indexBy( combinedConnectors, @@ -183,7 +191,7 @@ export function useWalletConnectors( ...wallet, iconUrl: wallet.icon!, ready: true, - connect: () => connectWallet(wallet), + connect: connectWallet.bind(null, wallet) as WalletInstance['connect'], groupName: 'Installed', recent, }); @@ -194,7 +202,7 @@ export function useWalletConnectors( walletConnectors.push({ ...wallet, ready: wallet.installed ?? true, - connect: () => connectWallet(wallet), + connect: connectWallet.bind(null, wallet) as WalletInstance['connect'], desktopDownloadUrl: getDesktopDownloadUrl(wallet), extensionDownloadUrl: getExtensionDownloadUrl(wallet), groupName: wallet.groupName, diff --git a/packages/rainbowkit/src/wallets/walletConnectors/argentWallet/argentWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/argentWallet/argentWallet.ts index 63bd309635..b4a3e6432c 100644 --- a/packages/rainbowkit/src/wallets/walletConnectors/argentWallet/argentWallet.ts +++ b/packages/rainbowkit/src/wallets/walletConnectors/argentWallet/argentWallet.ts @@ -1,58 +1,21 @@ import { evmChainGroup } from '../../../utils/chain-groups'; -import { isAndroid } from '../../../utils/isMobile'; -import type { DefaultWalletOptions, Wallet } from '../../Wallet'; -import { getWalletConnectConnector } from '../../getWalletConnectConnector'; +import type { Wallet } from '../../Wallet'; +import { + readyWallet, + type ReadyWalletOptions, +} from '../readyWallet/readyWallet'; -export type ArgentWalletOptions = DefaultWalletOptions; +export type ArgentWalletOptions = ReadyWalletOptions; -export const argentWallet = ({ - projectId, - walletConnectParameters, -}: ArgentWalletOptions): Wallet => ({ - id: 'argent', - name: 'Argent', - iconUrl: async () => (await import('./argentWallet.svg')).default, - iconBackground: '#fff', - downloadUrls: { - android: - 'https://play.google.com/store/apps/details?id=im.argent.contractwalletclient', - ios: 'https://apps.apple.com/us/app/argent/id1358741926', - mobile: 'https://argent.xyz/download-argent', - qrCode: 'https://argent.link/app', - }, - mobile: { - getUri: (uri: string) => { - return isAndroid() - ? uri - : `argent://app/wc?uri=${encodeURIComponent(uri)}`; - }, - }, - chainGroup: evmChainGroup, - qrCode: { - getUri: (uri: string) => uri, - instructions: { - learnMoreUrl: 'https://argent.xyz/learn/what-is-a-crypto-wallet/', - steps: [ - { - description: 'wallet_connectors.argent.qr_code.step1.description', - step: 'install', - title: 'wallet_connectors.argent.qr_code.step1.title', - }, - { - description: 'wallet_connectors.argent.qr_code.step2.description', - step: 'create', - title: 'wallet_connectors.argent.qr_code.step2.title', - }, - { - description: 'wallet_connectors.argent.qr_code.step3.description', - step: 'scan', - title: 'wallet_connectors.argent.qr_code.step3.title', - }, - ], - }, - }, - createConnector: getWalletConnectConnector({ - projectId, - walletConnectParameters, - }), -}); +/** + * @deprecated Use {@link readyWallet} instead. + */ +export const argentWallet = (options: ArgentWalletOptions): Wallet => { + const wallet = readyWallet(options); + + return { + ...wallet, + chainGroup: evmChainGroup, + id: 'argent', + }; +}; diff --git a/packages/rainbowkit/src/wallets/walletConnectors/baseAccount/baseAccount.svg b/packages/rainbowkit/src/wallets/walletConnectors/baseAccount/baseAccount.svg new file mode 100644 index 0000000000..4fe9aef2a0 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/baseAccount/baseAccount.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/rainbowkit/src/wallets/walletConnectors/baseAccount/baseAccount.ts b/packages/rainbowkit/src/wallets/walletConnectors/baseAccount/baseAccount.ts new file mode 100644 index 0000000000..60a458cdd3 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/baseAccount/baseAccount.ts @@ -0,0 +1,54 @@ +import { type CreateConnectorFn, createConnector } from 'wagmi'; +import { + type BaseAccountParameters, + baseAccount as baseAccountConnector, +} from 'wagmi/connectors'; +import type { Wallet, WalletDetailsParams } from '../../Wallet'; +import { evmChainGroup } from '../../../utils/chain-groups'; + +export interface BaseAccountOptions { + appName: string; + appIcon?: string; +} + +// supports preference, paymasterUrls, subAccounts +type AcceptedBaseAccountParameters = Omit< + BaseAccountParameters, + 'appName' | 'appLogoUrl' +>; + +interface BaseAccount extends AcceptedBaseAccountParameters { + (params: BaseAccountOptions): Wallet; +} + +export const baseAccount: BaseAccount = ({ appName, appIcon }) => { + return { + id: 'baseAccount', + name: 'Base Account', + shortName: 'Base Account', + rdns: 'app.base.account', + chainGroup: evmChainGroup, + iconUrl: async () => (await import('./baseAccount.svg')).default, + iconAccent: '#0000FF', + iconBackground: '#0000FF', + // a popup will appear prompting the user to connect or create a wallet via passkey. + installed: true, + createConnector: (walletDetails: WalletDetailsParams) => { + // Extract all AcceptedBaseAccountParameters from baseAccount + // This approach avoids type errors for properties not yet in upstream connector + const { ...optionalConfig }: AcceptedBaseAccountParameters = + baseAccount as any; + + const connector: CreateConnectorFn = baseAccountConnector({ + appName, + appLogoUrl: appIcon, + ...optionalConfig, + }); + + return createConnector((config) => ({ + ...connector(config), + ...walletDetails, + })); + }, + }; +}; diff --git a/packages/rainbowkit/src/wallets/walletConnectors/berasigWallet/berasigWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/berasigWallet/berasigWallet.ts index da4504e119..98716d130e 100644 --- a/packages/rainbowkit/src/wallets/walletConnectors/berasigWallet/berasigWallet.ts +++ b/packages/rainbowkit/src/wallets/walletConnectors/berasigWallet/berasigWallet.ts @@ -23,7 +23,7 @@ export const berasigWallet = ({ rdns: 'app.berasig', iconUrl: async () => (await import('./berasigWallet.svg')).default, iconBackground: '#ffffff', - installed: isBerasigWalletInjected, + installed: !shouldUseWalletConnect ? isBerasigWalletInjected : undefined, chainGroup: evmChainGroup, downloadUrls: { android: 'https://play.google.com/store/apps/details?id=io.berasig.ios', diff --git a/packages/rainbowkit/src/wallets/walletConnectors/binanceWallet/binanceWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/binanceWallet/binanceWallet.ts index a86ce3b6e9..369aa746b9 100644 --- a/packages/rainbowkit/src/wallets/walletConnectors/binanceWallet/binanceWallet.ts +++ b/packages/rainbowkit/src/wallets/walletConnectors/binanceWallet/binanceWallet.ts @@ -14,6 +14,7 @@ export const binanceWallet = ({ walletConnectParameters, }: BinanceWalletOptions): Wallet => { const isBinanceInjected = hasInjectedProvider({ + namespace: 'binancew3w.isExtension', flag: 'isBinance', }); const shouldUseWalletConnect = !isBinanceInjected; @@ -31,6 +32,8 @@ export const binanceWallet = ({ ios: 'https://apps.apple.com/us/app/id1436799971', mobile: 'https://www.binance.com/en/download', qrCode: 'https://www.binance.com/en/web3wallet', + chrome: + 'https://chromewebstore.google.com/detail/cadiboklkpojfamcoggejbbdjcoiljjk', }, mobile: shouldUseWalletConnect ? { diff --git a/packages/rainbowkit/src/wallets/walletConnectors/clvWallet/clvWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/clvWallet/clvWallet.ts index b7293e2b59..7f31a9ef6f 100644 --- a/packages/rainbowkit/src/wallets/walletConnectors/clvWallet/clvWallet.ts +++ b/packages/rainbowkit/src/wallets/walletConnectors/clvWallet/clvWallet.ts @@ -21,7 +21,7 @@ export const clvWallet = ({ iconUrl: async () => (await import('./clvWallet.svg')).default, iconBackground: '#fff', iconAccent: '#BDFDE2', - installed: isCLVInjected, + installed: !shouldUseWalletConnect ? isCLVInjected : undefined, chainGroup: evmChainGroup, downloadUrls: { chrome: diff --git a/packages/rainbowkit/src/wallets/walletConnectors/coin98Wallet/coin98Wallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/coin98Wallet/coin98Wallet.ts index e7f301f75c..12e6445259 100644 --- a/packages/rainbowkit/src/wallets/walletConnectors/coin98Wallet/coin98Wallet.ts +++ b/packages/rainbowkit/src/wallets/walletConnectors/coin98Wallet/coin98Wallet.ts @@ -22,10 +22,10 @@ export const coin98Wallet = ({ id: 'coin98', name: 'Coin98 Wallet', iconUrl: async () => (await import('./coin98Wallet.svg')).default, - installed: isCoin98WalletInjected, + installed: !shouldUseWalletConnect ? isCoin98WalletInjected : undefined, iconAccent: '#CDA349', iconBackground: '#fff', - rdns: 'coin98.com', + rdns: 'com.coin98', chainGroup: evmChainGroup, downloadUrls: { android: diff --git a/packages/rainbowkit/src/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.ts index 9e4d275fe8..0a566bdc7e 100644 --- a/packages/rainbowkit/src/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.ts +++ b/packages/rainbowkit/src/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.ts @@ -22,6 +22,9 @@ interface CoinbaseWallet extends AcceptedCoinbaseWalletParameters { (params: CoinbaseWalletOptions): Wallet; } +/** + * @deprecated Use `baseAccount` instead. This wallet connector will be removed in a future version. + */ export const coinbaseWallet: CoinbaseWallet = ({ appName, appIcon }) => { const getUri = (uri: string) => uri; const ios = isIOS(); diff --git a/packages/rainbowkit/src/wallets/walletConnectors/ctrlWallet/ctrlWallet.svg b/packages/rainbowkit/src/wallets/walletConnectors/ctrlWallet/ctrlWallet.svg new file mode 100644 index 0000000000..68e4c28cb4 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/ctrlWallet/ctrlWallet.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/packages/rainbowkit/src/wallets/walletConnectors/ctrlWallet/ctrlWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/ctrlWallet/ctrlWallet.ts new file mode 100644 index 0000000000..bb12b1a509 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/ctrlWallet/ctrlWallet.ts @@ -0,0 +1,51 @@ +import { evmChainGroup } from '../../../utils/chain-groups'; +import type { Wallet } from '../../Wallet'; +import { + getInjectedConnector, + hasInjectedProvider, +} from '../../getInjectedConnector'; + +export const ctrlWallet = (): Wallet => { + return { + id: 'ctrl', + name: 'CTRL Wallet', + rdns: 'xyz.ctrl', + installed: hasInjectedProvider({ namespace: 'ctrl.ethereum' }), + iconUrl: async () => (await import('./ctrlWallet.svg')).default, + chainGroup: evmChainGroup, + iconBackground: '#fff', + downloadUrls: { + chrome: + 'https://chromewebstore.google.com/detail/ctrl-wallet/hmeobnfnfcmdkdcmlblgagmfpfboieaf', + browserExtension: 'https://ctrl.xyz', + }, + extension: { + instructions: { + learnMoreUrl: 'https://ctrl.xyz', + steps: [ + { + description: 'wallet_connectors.ctrl.extension.step1.description', + step: 'install', + title: 'wallet_connectors.ctrl.extension.step1.title', + }, + { + description: 'wallet_connectors.ctrl.extension.step2.description', + step: 'create', + title: 'wallet_connectors.ctrl.extension.step2.title', + }, + { + description: 'wallet_connectors.ctrl.extension.step3.description', + step: 'refresh', + title: 'wallet_connectors.ctrl.extension.step3.title', + }, + ], + }, + }, + createConnector: getInjectedConnector({ namespace: 'xfi.ethereum' }), + }; +}; + +/** + * @deprecated Use `ctrlWallet` instead. This wallet connector will be removed in a future version. + */ +export const xdefiWallet = ctrlWallet; diff --git a/packages/rainbowkit/src/wallets/walletConnectors/frontierWallet/frontierWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/frontierWallet/frontierWallet.ts index 428ba1d9d7..169ec7357f 100644 --- a/packages/rainbowkit/src/wallets/walletConnectors/frontierWallet/frontierWallet.ts +++ b/packages/rainbowkit/src/wallets/walletConnectors/frontierWallet/frontierWallet.ts @@ -23,7 +23,7 @@ export const frontierWallet = ({ id: 'frontier', name: 'Frontier Wallet', rdns: 'xyz.frontier.wallet', - installed: isFrontierInjected, + installed: !shouldUseWalletConnect ? isFrontierInjected : undefined, iconUrl: async () => (await import('./frontierWallet.svg')).default, iconBackground: '#CC703C', chainGroup: evmChainGroup, diff --git a/packages/rainbowkit/src/wallets/walletConnectors/geminiWallet/geminiWallet.svg b/packages/rainbowkit/src/wallets/walletConnectors/geminiWallet/geminiWallet.svg new file mode 100644 index 0000000000..baca420b09 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/geminiWallet/geminiWallet.svg @@ -0,0 +1,4 @@ + + + + diff --git a/packages/rainbowkit/src/wallets/walletConnectors/geminiWallet/geminiWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/geminiWallet/geminiWallet.ts new file mode 100644 index 0000000000..8ed7f44908 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/geminiWallet/geminiWallet.ts @@ -0,0 +1,91 @@ +import { type CreateConnectorFn, createConnector } from 'wagmi'; +import { gemini } from 'wagmi/connectors'; +import type { Wallet, WalletDetailsParams } from '../../Wallet'; +import { evmChainGroup } from '../../../utils/chain-groups'; + +export interface GeminiWalletOptions { + appName: string; + appIcon?: string; +} + +export const geminiWallet = ({ + appName, + appIcon, +}: GeminiWalletOptions): Wallet => { + return { + id: 'gemini', + name: 'Gemini Wallet', + shortName: 'Gemini', + rdns: 'com.gemini.wallet', + chainGroup: evmChainGroup, + iconUrl: async () => (await import('./geminiWallet.svg')).default, + iconAccent: '#1FC4DF', + iconBackground: '#1FC4DF', + installed: true, + downloadUrls: { + browserExtension: 'https://keys.gemini.com', + qrCode: 'https://keys.gemini.com', + }, + mobile: { + getUri: (uri: string) => uri, + }, + qrCode: { + getUri: (uri: string) => uri, + instructions: { + learnMoreUrl: 'https://keys.gemini.com', + steps: [ + { + description: 'wallet_connectors.gemini.qr_code.step1.description', + step: 'install', + title: 'wallet_connectors.gemini.qr_code.step1.title', + }, + { + description: 'wallet_connectors.gemini.qr_code.step2.description', + step: 'create', + title: 'wallet_connectors.gemini.qr_code.step2.title', + }, + { + description: 'wallet_connectors.gemini.qr_code.step3.description', + step: 'scan', + title: 'wallet_connectors.gemini.qr_code.step3.title', + }, + ], + }, + }, + extension: { + instructions: { + learnMoreUrl: 'https://keys.gemini.com', + steps: [ + { + description: 'wallet_connectors.gemini.extension.step1.description', + step: 'install', + title: 'wallet_connectors.gemini.extension.step1.title', + }, + { + description: 'wallet_connectors.gemini.extension.step2.description', + step: 'create', + title: 'wallet_connectors.gemini.extension.step2.title', + }, + { + description: 'wallet_connectors.gemini.extension.step3.description', + step: 'refresh', + title: 'wallet_connectors.gemini.extension.step3.title', + }, + ], + }, + }, + createConnector: (walletDetails: WalletDetailsParams) => { + const connector: CreateConnectorFn = gemini({ + appMetadata: { + name: appName, + icon: appIcon, + }, + }); + + return createConnector((config) => ({ + ...connector(config), + ...walletDetails, + })); + }, + }; +}; diff --git a/packages/rainbowkit/src/wallets/walletConnectors/index.ts b/packages/rainbowkit/src/wallets/walletConnectors/index.ts index 05d99aa165..1331f4ae42 100644 --- a/packages/rainbowkit/src/wallets/walletConnectors/index.ts +++ b/packages/rainbowkit/src/wallets/walletConnectors/index.ts @@ -1,5 +1,6 @@ import { argentWallet } from './argentWallet/argentWallet'; import { backpackWallet } from './backpackWallet/backpackWallet'; +import { baseAccount } from './baseAccount/baseAccount'; import { berasigWallet } from './berasigWallet/berasigWallet'; import { bestWallet } from './bestWallet/bestWallet'; import { bifrostWallet } from './bifrostWallet/bifrostWallet'; @@ -22,6 +23,7 @@ import { foxWallet } from './foxWallet/foxWallet'; import { frameWallet } from './frameWallet/frameWallet'; import { frontierWallet } from './frontierWallet/frontierWallet'; import { gateWallet } from './gateWallet/gateWallet'; +import { geminiWallet } from './geminiWallet/geminiWallet'; import { imTokenWallet } from './imTokenWallet/imTokenWallet'; import { injectedWallet } from './injectedWallet/injectedWallet'; import { iopayWallet } from './iopayWallet/iopayWallet'; @@ -34,15 +36,18 @@ import { magicEdenWallet } from './magicEdenWallet/magicEdenWallet'; import { metaMaskWallet } from './metaMaskWallet/metaMaskWallet'; import { mewWallet } from './mewWallet/mewWallet'; import { nestWallet } from './nestWallet/nestWallet'; +import { novaWallet } from './novaWallet/novaWallet'; import { oktoWallet } from './oktoWallet/oktoWallet'; import { okxWallet } from './okxWallet/okxWallet'; import { omniWallet } from './omniWallet/omniWallet'; import { oneInchWallet } from './oneInchWallet/oneInchWallet'; import { oneKeyWallet } from './oneKeyWallet/oneKeyWallet'; import { paraSwapWallet } from './paraSwapWallet/paraswapWallet'; +import { portoWallet } from './portoWallet/portoWallet'; import { phantomWallet } from './phantomWallet/phantomWallet'; import { rabbyWallet } from './rabbyWallet/rabbyWallet'; import { rainbowWallet } from './rainbowWallet/rainbowWallet'; +import { readyWallet } from './readyWallet/readyWallet'; import { ramperWallet } from './ramperWallet/ramperWallet'; import { roninWallet } from './roninWallet/roninWallet'; import { safeWallet } from './safeWallet/safeWallet'; @@ -55,11 +60,12 @@ import { talismanWallet } from './talismanWallet/talismanWallet'; import { tokenPocketWallet } from './tokenPocketWallet/tokenPocketWallet'; import { tokenaryWallet } from './tokenaryWallet/tokenaryWallet'; import { trustWallet } from './trustWallet/trustWallet'; +import { universalProfilesWallet } from './universalProfilesWallet/universalProfilesWallet'; import { uniswapWallet } from './uniswapWallet/uniswapWallet'; import { valoraWallet } from './valoraWallet/valoraWallet'; import { walletConnectWallet } from './walletConnectWallet/walletConnectWallet'; import { wigwamWallet } from './wigwamWallet/wigwamWallet'; -import { xdefiWallet } from './xdefiWallet/xdefiWallet'; +import { ctrlWallet, xdefiWallet } from './ctrlWallet/ctrlWallet'; import { xPortalWallet } from './xPortalWallet/xPortalWallet'; import { zealWallet } from './zealWallet/zealWallet'; import { zerionWallet } from './zerionWallet/zerionWallet'; @@ -68,6 +74,7 @@ import { zilPayWallet } from './ZilPayWallet/zilPayWallet'; export { argentWallet, backpackWallet, + baseAccount, berasigWallet, bestWallet, bifrostWallet, @@ -83,6 +90,7 @@ export { coinbaseWallet, compassWallet, coreWallet, + ctrlWallet, dawnWallet, desigWallet, enkryptWallet, @@ -90,6 +98,7 @@ export { frameWallet, frontierWallet, gateWallet, + geminiWallet, imTokenWallet, injectedWallet, iopayWallet, @@ -102,6 +111,7 @@ export { metaMaskWallet, mewWallet, nestWallet, + novaWallet, oktoWallet, okxWallet, omniWallet, @@ -109,8 +119,10 @@ export { oneKeyWallet, paraSwapWallet, phantomWallet, + portoWallet, rabbyWallet, rainbowWallet, + readyWallet, ramperWallet, roninWallet, safeheronWallet, @@ -123,6 +135,7 @@ export { tokenaryWallet, tokenPocketWallet, trustWallet, + universalProfilesWallet, uniswapWallet, valoraWallet, walletConnectWallet, diff --git a/packages/rainbowkit/src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.test.ts b/packages/rainbowkit/src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.test.ts new file mode 100644 index 0000000000..b3d686eb20 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.test.ts @@ -0,0 +1,12 @@ +import { describe, expect, it } from 'vitest'; +import { metaMaskWallet } from './metaMaskWallet'; + +const projectId = 'test-id'; + +describe('isMetaMask', () => { + it('returns undefined for impersonating wallet flags', () => { + window.ethereum = { isMetaMask: true, isSafePal: true } as any; + const wallet = metaMaskWallet({ projectId }); + expect(wallet.installed).toBeUndefined(); + }); +}); diff --git a/packages/rainbowkit/src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts index 161d163187..d4d3ef0b15 100644 --- a/packages/rainbowkit/src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts +++ b/packages/rainbowkit/src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts @@ -27,6 +27,7 @@ function isMetaMask(ethereum?: WindowProvider['ethereum']): boolean { if (ethereum.isBifrost) return false; if (ethereum.isBitKeep) return false; if (ethereum.isBitski) return false; + if (ethereum.isBinance) return false; if (ethereum.isBlockWallet) return false; if (ethereum.isCoinbaseWallet) return false; if (ethereum.isDawn) return false; @@ -45,7 +46,9 @@ function isMetaMask(ethereum?: WindowProvider['ethereum']): boolean { return false; if (ethereum.isOpera) return false; if (ethereum.isPhantom) return false; + if (ethereum.isZilPay) return false; if (ethereum.isPortal) return false; + if (ethereum.isxPortal) return false; if (ethereum.isRabby) return false; if (ethereum.isRainbow) return false; if (ethereum.isStatus) return false; @@ -54,8 +57,13 @@ function isMetaMask(ethereum?: WindowProvider['ethereum']): boolean { if (ethereum.isTokenPocket) return false; if (ethereum.isTokenary) return false; if (ethereum.isTrust || ethereum.isTrustWallet) return false; - if (ethereum.isXDEFI) return false; + if (ethereum.isCTRL) return false; if (ethereum.isZeal) return false; + if (ethereum.isCoin98) return false; + if (ethereum.isMEWwallet) return false; + if (ethereum.isSafeheron) return false; + if (ethereum.isSafePal) return false; + if (ethereum.isWigwam) return false; if (ethereum.isZerion) return false; if (ethereum.__seif) return false; return true; diff --git a/packages/rainbowkit/src/wallets/walletConnectors/novaWallet/novaWallet.svg b/packages/rainbowkit/src/wallets/walletConnectors/novaWallet/novaWallet.svg new file mode 100644 index 0000000000..13c0be4dda --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/novaWallet/novaWallet.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/packages/rainbowkit/src/wallets/walletConnectors/novaWallet/novaWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/novaWallet/novaWallet.ts new file mode 100644 index 0000000000..fdf62195a6 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/novaWallet/novaWallet.ts @@ -0,0 +1,86 @@ +import { + getInjectedConnector, + hasInjectedProvider, +} from '../../getInjectedConnector'; +import type { DefaultWalletOptions, Wallet } from '../../Wallet'; +import { getWalletConnectConnector } from '../../getWalletConnectConnector'; +import type { WindowProvider } from '../../../types/utils'; +import { evmChainGroup } from '../../../utils/chain-groups'; + +export type NovaWalletOptions = DefaultWalletOptions; + +function isNovaWallet(ethereum?: WindowProvider['ethereum']): boolean { + if (ethereum?.isNovaWallet) return true; + + return false; +} + +export const novaWallet = ({ + projectId, + walletConnectParameters, +}: NovaWalletOptions): Wallet => { + const isNovaWalletInjected = + typeof window !== 'undefined' ? isNovaWallet(window.ethereum) : false; + + const shouldUseWalletConnect = !isNovaWalletInjected; + + const getUriMobile = (uri: string) => { + return `novawallet://wc?uri=${encodeURIComponent(uri)}`; + }; + + const mobileConnector = { + getUri: shouldUseWalletConnect ? getUriMobile : undefined, + }; + + return { + id: 'nova', + name: 'Nova Wallet', + rdns: 'io.novawallet', + iconUrl: async () => (await import('./novaWallet.svg')).default, + iconBackground: '#fff', + installed: isNovaWalletInjected || undefined, + chainGroup: evmChainGroup, + downloadUrls: { + android: + 'https://play.google.com/store/apps/details?id=io.novafoundation.nova.market', + ios: 'https://apps.apple.com/us/app/nova-polkadot-wallet/id1597119355', + mobile: 'https://nova-wallet.app.link', + qrCode: 'https://nova-wallet.app.link', + }, + qrCode: shouldUseWalletConnect + ? { + getUri: (uri: string) => uri, + instructions: { + learnMoreUrl: + 'https://docs.novawallet.io/nova-wallet-wiki/dapps/using-walletconnect-for-dapps', + steps: [ + { + description: 'wallet_connectors.nova.qr_code.step1.description', + step: 'install', + title: 'wallet_connectors.nova.qr_code.step1.title', + }, + { + description: 'wallet_connectors.nova.qr_code.step2.description', + step: 'create', + title: 'wallet_connectors.nova.qr_code.step2.title', + }, + { + description: 'wallet_connectors.nova.qr_code.step3.description', + step: 'scan', + title: 'wallet_connectors.nova.qr_code.step3.title', + }, + ], + }, + } + : undefined, + mobile: mobileConnector, + createConnector: shouldUseWalletConnect + ? getWalletConnectConnector({ + projectId, + walletConnectParameters, + }) + : getInjectedConnector({ + namespace: 'ethereum', + }), + }; +}; diff --git a/packages/rainbowkit/src/wallets/walletConnectors/portoWallet/portoWallet.svg b/packages/rainbowkit/src/wallets/walletConnectors/portoWallet/portoWallet.svg new file mode 100644 index 0000000000..a1cc409e97 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/portoWallet/portoWallet.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/packages/rainbowkit/src/wallets/walletConnectors/portoWallet/portoWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/portoWallet/portoWallet.ts new file mode 100644 index 0000000000..eace492d58 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/portoWallet/portoWallet.ts @@ -0,0 +1,23 @@ +import { porto, type PortoParameters } from 'wagmi/connectors'; +import type { Wallet, WalletDetailsParams } from '../../Wallet'; +import { createConnector } from 'wagmi'; +import { evmChainGroup } from '../../../utils/chain-groups'; + +export const portoWallet = (parameters: PortoParameters): Wallet => { + return { + id: 'porto', + name: 'Porto', + shortName: 'Porto', + rdns: 'xyz.ithaca.porto', + iconUrl: async () => (await import('./portoWallet.svg')).default, + chainGroup: evmChainGroup, + iconAccent: '#2E7CF6', + iconBackground: '#2E7CF6', + installed: true, + createConnector: (walletDetails: WalletDetailsParams) => + createConnector((config) => ({ + ...porto(parameters)(config), + ...walletDetails, + })), + }; +}; diff --git a/packages/rainbowkit/src/wallets/walletConnectors/readyWallet/readyWallet.svg b/packages/rainbowkit/src/wallets/walletConnectors/readyWallet/readyWallet.svg new file mode 100644 index 0000000000..fe2dbd8f38 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/readyWallet/readyWallet.svg @@ -0,0 +1,4 @@ + + + + diff --git a/packages/rainbowkit/src/wallets/walletConnectors/readyWallet/readyWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/readyWallet/readyWallet.ts new file mode 100644 index 0000000000..c1098fa560 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/readyWallet/readyWallet.ts @@ -0,0 +1,58 @@ +import { evmChainGroup } from '../../../utils/chain-groups'; +import { isAndroid } from '../../../utils/isMobile'; +import type { DefaultWalletOptions, Wallet } from '../../Wallet'; +import { getWalletConnectConnector } from '../../getWalletConnectConnector'; + +export type ReadyWalletOptions = DefaultWalletOptions; + +export const readyWallet = ({ + projectId, + walletConnectParameters, +}: ReadyWalletOptions): Wallet => ({ + id: 'ready', + name: 'Ready', + iconUrl: async () => (await import('./readyWallet.svg')).default, + iconBackground: '#fff', + chainGroup: evmChainGroup, + downloadUrls: { + android: + 'https://play.google.com/store/apps/details?id=im.argent.contractwalletclient', + ios: 'https://apps.apple.com/us/app/argent/id1358741926', + mobile: 'https://www.ready.co/app', + qrCode: 'https://www.ready.co/app', + }, + mobile: { + getUri: (uri: string) => { + return isAndroid() + ? uri + : `argent://app/wc?uri=${encodeURIComponent(uri)}`; + }, + }, + qrCode: { + getUri: (uri: string) => uri, + instructions: { + learnMoreUrl: 'https://www.ready.co/', + steps: [ + { + description: 'wallet_connectors.ready.qr_code.step1.description', + step: 'install', + title: 'wallet_connectors.ready.qr_code.step1.title', + }, + { + description: 'wallet_connectors.ready.qr_code.step2.description', + step: 'create', + title: 'wallet_connectors.ready.qr_code.step2.title', + }, + { + description: 'wallet_connectors.ready.qr_code.step3.description', + step: 'scan', + title: 'wallet_connectors.ready.qr_code.step3.title', + }, + ], + }, + }, + createConnector: getWalletConnectConnector({ + projectId, + walletConnectParameters, + }), +}); diff --git a/packages/rainbowkit/src/wallets/walletConnectors/safepalWallet/safepalWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/safepalWallet/safepalWallet.ts index d314ab41e6..c1d75af409 100644 --- a/packages/rainbowkit/src/wallets/walletConnectors/safepalWallet/safepalWallet.ts +++ b/packages/rainbowkit/src/wallets/walletConnectors/safepalWallet/safepalWallet.ts @@ -92,7 +92,7 @@ export const safepalWallet = ({ // Note that we never resolve `installed` to `false` because the // SafePal Wallet provider falls back to other connection methods if // the injected connector isn't available - installed: isSafePalWalletInjected, + installed: !shouldUseWalletConnect ? isSafePalWalletInjected : undefined, iconAccent: '#3375BB', iconBackground: '#fff', chainGroup: evmChainGroup, diff --git a/packages/rainbowkit/src/wallets/walletConnectors/universalProfilesWallet/universalProfilesWallet.svg b/packages/rainbowkit/src/wallets/walletConnectors/universalProfilesWallet/universalProfilesWallet.svg new file mode 100644 index 0000000000..d414a22de2 --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/universalProfilesWallet/universalProfilesWallet.svg @@ -0,0 +1,1353 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/rainbowkit/src/wallets/walletConnectors/universalProfilesWallet/universalProfilesWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/universalProfilesWallet/universalProfilesWallet.ts new file mode 100644 index 0000000000..be8b38120c --- /dev/null +++ b/packages/rainbowkit/src/wallets/walletConnectors/universalProfilesWallet/universalProfilesWallet.ts @@ -0,0 +1,102 @@ +import type { Wallet } from '../../Wallet'; +import { getWalletConnectConnector } from '../../getWalletConnectConnector'; +import type { DefaultWalletOptions } from './../../Wallet'; +import { + getInjectedConnector, + hasInjectedProvider, +} from '../../getInjectedConnector'; +import { evmChainGroup } from '../../../utils/chain-groups'; + +export type UniversalProfilesWalletOptions = DefaultWalletOptions; + +export const universalProfilesWallet = ({ + projectId, + walletConnectParameters, +}: UniversalProfilesWalletOptions): Wallet => { + const isInjected = hasInjectedProvider({ namespace: 'lukso' }); + // const isInjected = typeof window !== "undefined" && !!(window as any).lukso; + const shouldUseWalletConnect = !isInjected; + + return { + id: 'universal-profiles', + name: 'Universal Profiles', + rdns: 'io.universaleverything.universalprofiles', + chainGroup: evmChainGroup, + iconUrl: async () => + (await import('./universalProfilesWallet.svg')).default, + iconAccent: '#6e77a9', + iconBackground: '#6e77a9', + installed: !shouldUseWalletConnect ? isInjected : undefined, + downloadUrls: { + android: + 'https://play.google.com/store/apps/details?id=io.universaleverything.universalprofiles', + ios: 'https://apps.apple.com/us/app/universalprofiles/id6702018631', + mobile: 'https://my.universalprofile.cloud', + qrCode: 'https://my.universalprofile.cloud/apps', + chrome: + 'https://chrome.google.com/webstore/detail/abpickdkkbnbcoepogfhkhennhfhehfn', + browserExtension: 'https://my.universalprofile.cloud', + }, + mobile: { + getUri: shouldUseWalletConnect ? (uri: string) => uri : undefined, + }, + qrCode: shouldUseWalletConnect + ? { + getUri: (uri: string) => uri, + instructions: { + learnMoreUrl: 'https://docs.lukso.tech/', + steps: [ + { + description: + 'We recommend putting Universal Profiles on your home screen for faster access to your wallet.', + step: 'install', + title: 'Open the Universal Profiles app', + }, + { + description: + 'Be sure to back up your Universal Profiles using a secure method. Never share your private key with anyone.', + step: 'create', + title: 'Create a Universal Profile', + }, + { + description: + 'Once you set up your Universal Profile, click below to get the QR code to scan with your mobile phone.', + step: 'scan', + title: 'Scan the QR code', + }, + ], + }, + } + : undefined, + extension: { + instructions: { + learnMoreUrl: 'https://docs.lukso.tech/install-up-browser-extension', + steps: [ + { + description: + 'We recommend pinning Universal Profiles to your taskbar for quicker access to your wallet.', + step: 'install', + title: 'Install the Universal Profiles browser extension', + }, + { + description: + 'Be sure to back up your Universal Profiles using a secure method. Never share your private key with anyone.', + step: 'create', + title: 'Create or Import a Universal Profile', + }, + { + description: + 'Once you set up your Universal Profile, click below to refresh the browser and load up the extension.', + step: 'refresh', + title: 'Refresh your browser', + }, + ], + }, + }, + createConnector: shouldUseWalletConnect + ? getWalletConnectConnector({ projectId, walletConnectParameters }) + : getInjectedConnector({ + namespace: 'lukso', + }), + }; +}; diff --git a/packages/rainbowkit/src/wallets/walletConnectors/xdefiWallet/xdefiWallet.svg b/packages/rainbowkit/src/wallets/walletConnectors/xdefiWallet/xdefiWallet.svg deleted file mode 100644 index ccf2be5c50..0000000000 --- a/packages/rainbowkit/src/wallets/walletConnectors/xdefiWallet/xdefiWallet.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/rainbowkit/src/wallets/walletConnectors/xdefiWallet/xdefiWallet.ts b/packages/rainbowkit/src/wallets/walletConnectors/xdefiWallet/xdefiWallet.ts deleted file mode 100644 index 3f53820700..0000000000 --- a/packages/rainbowkit/src/wallets/walletConnectors/xdefiWallet/xdefiWallet.ts +++ /dev/null @@ -1,46 +0,0 @@ -import type { Wallet } from '../../Wallet'; -import { evmChainGroup } from '../../../utils/chain-groups'; -import { - getInjectedConnector, - hasInjectedProvider, -} from '../../getInjectedConnector'; - -export const xdefiWallet = (): Wallet => { - return { - id: 'xdefi', - name: 'XDEFI Wallet', - rdns: 'io.xdefi', - installed: hasInjectedProvider({ namespace: 'xfi.ethereum' }), - iconUrl: async () => (await import('./xdefiWallet.svg')).default, - iconBackground: '#fff', - chainGroup: evmChainGroup, - downloadUrls: { - chrome: - 'https://chrome.google.com/webstore/detail/xdefi-wallet/hmeobnfnfcmdkdcmlblgagmfpfboieaf', - browserExtension: 'https://xdefi.io', - }, - extension: { - instructions: { - learnMoreUrl: 'https://xdefi.io/support-categories/xdefi-wallet/', - steps: [ - { - description: 'wallet_connectors.xdefi.extension.step1.description', - step: 'install', - title: 'wallet_connectors.xdefi.extension.step1.title', - }, - { - description: 'wallet_connectors.xdefi.extension.step2.description', - step: 'create', - title: 'wallet_connectors.xdefi.extension.step2.title', - }, - { - description: 'wallet_connectors.xdefi.extension.step3.description', - step: 'refresh', - title: 'wallet_connectors.xdefi.extension.step3.title', - }, - ], - }, - }, - createConnector: getInjectedConnector({ namespace: 'xfi.ethereum' }), - }; -}; diff --git a/packages/rainbowkit/test/mockRainbow.ts b/packages/rainbowkit/test/mockRainbow.ts new file mode 100644 index 0000000000..afeba7c8be --- /dev/null +++ b/packages/rainbowkit/test/mockRainbow.ts @@ -0,0 +1,124 @@ +/** + * Mock utilities for testing Rainbow wallet integration + * + * This module provides utilities to mock browser wallet providers for testing purposes: + * - EIP-1193 provider injection (window.ethereum) + * - EIP-6963 provider discovery events + * + * The actual rainbowWallet connector is imported from the source code, + * we only mock the browser environment and window providers. + */ + +import type { Address } from 'viem'; +import { rainbowWallet } from '../src/wallets/walletConnectors/rainbowWallet/rainbowWallet'; + +// Test accounts for Rainbow wallets +export const rainbowTestAccounts: readonly [Address, ...Address[]] = [ + '0xRainbow1193000000000000000000000000001', // Rainbow EIP-1193 account + '0xRainbow6963000000000000000000000000002', // Rainbow EIP-6963 account + '0xRainbowTest3000000000000000000000000003', // Additional test account +]; + +// Shared request implementation for both EIP-1193 and EIP-6963 providers +const sharedRequest = async ({ method }: { method: string; params?: any }) => { + switch (method) { + case 'eth_requestAccounts': + return [rainbowTestAccounts[0]]; + case 'eth_accounts': + return [rainbowTestAccounts[0]]; + case 'eth_chainId': + return '0x1'; // mainnet + case 'personal_sign': + return '0xmocked_signature'; + default: + throw new Error(`Unhandled method: ${method}`); + } +}; + +// Mock EIP-1193 provider for Rainbow wallet +export const mockRainbow1193Provider = () => ({ + isRainbow: true, + isMetaMask: false, + request: sharedRequest, + on: () => {}, + removeListener: () => {}, + emit: () => {}, +}); + +// Mock EIP-6963 provider for Rainbow wallet +export const mockRainbow6963Provider = () => ({ + info: { + uuid: 'rainbow', + name: 'Rainbow', + icon: 'data:image/svg+xml;base64,rainbow_icon', + rdns: 'me.rainbow', + }, + provider: { + isRainbow: true, + request: sharedRequest, + on: () => {}, + removeListener: () => {}, + emit: () => {}, + }, +}); + +// Export the actual rainbowWallet, only mock the window providers +export { rainbowWallet } from '../src/wallets/walletConnectors/rainbowWallet/rainbowWallet'; + +// Mock wallet setup functions +export const mockWallet = { + // Setup EIP-1193 provider in window.ethereum + setupEIP1193: () => { + if (typeof window !== 'undefined') { + (window as any).ethereum = mockRainbow1193Provider(); + } + }, + + // Setup EIP-6963 provider announcement + setupEIP6963: () => { + const provider = mockRainbow6963Provider(); + if (typeof window !== 'undefined') { + const announceProvider = () => { + const event = new CustomEvent('eip6963:announceProvider', { + detail: provider, + }); + window.dispatchEvent(event); + }; + + // Announce immediately and also on request + announceProvider(); + window.addEventListener('eip6963:requestProvider', announceProvider); + + // Store listener for cleanup + (window as any).__eip6963Listeners = + (window as any).__eip6963Listeners || []; + (window as any).__eip6963Listeners.push(announceProvider); + } + }, + + // Clean up window mocks + cleanup: () => { + if (typeof window !== 'undefined') { + delete (window as any).ethereum; + + // Clean up EIP-6963 listeners + const listeners = (window as any).__eip6963Listeners; + if (listeners) { + for (const listener of listeners) { + window.removeEventListener('eip6963:requestProvider', listener); + } + delete (window as any).__eip6963Listeners; + } + } + }, +}; + +// Re-export WalletConnect mocking utilities from dedicated module +export { + walletConnectServer, + setupMatchMedia, + setupLocalStorage, + setupWalletConnectMocks, + cleanupWalletConnectMocks, + closeWalletConnectServer, +} from './mockWalletConnect'; diff --git a/packages/rainbowkit/test/mockWalletConnect.ts b/packages/rainbowkit/test/mockWalletConnect.ts new file mode 100644 index 0000000000..0d67549ed1 --- /dev/null +++ b/packages/rainbowkit/test/mockWalletConnect.ts @@ -0,0 +1,141 @@ +/** + * Mock utilities for testing WalletConnect integration + * + * This module provides utilities to mock WalletConnect infrastructure: + * - MSW server setup for intercepting network requests + * - Mock handlers for WalletConnect relay and API endpoints + * - Browser environment mocks (matchMedia, localStorage) + * + * Following Wagmi's approach: https://github.com/wevm/wagmi/blob/main/packages/connectors/src/walletConnect.test.ts + */ + +import { setupServer } from 'msw/node'; +import { http, HttpResponse } from 'msw'; +import { vi } from 'vitest'; + +// WalletConnect relay and API mock handlers +const handlers = [ + // Mock WalletConnect relay endpoint + http.get('https://relay.walletconnect.com', async () => + HttpResponse.json( + { + topic: '222781e3-3fad-4184-acde-077796bf0d3d', + type: 'sub', + payload: '', + silent: true, + }, + { status: 200 }, + ), + ), + http.get('https://relay.walletconnect.org', async () => + HttpResponse.json( + { + topic: '222781e3-3fad-4184-acde-077796bf0d3d', + type: 'sub', + payload: '', + silent: true, + }, + { status: 200 }, + ), + ), + // Mock WalletConnect registry/explorer API + http.get('https://api.web3modal.com/*', async () => + HttpResponse.json( + { + count: 0, + data: [], + }, + { status: 200 }, + ), + ), + // Mock WalletConnect keys server + http.get('https://keys.walletconnect.com/*', async () => + HttpResponse.json( + { + keys: [], + }, + { status: 200 }, + ), + ), +]; + +// Export MSW server instance +export const walletConnectServer = setupServer(...handlers); + +/** + * Mock matchMedia for browser environment + * Required for WalletConnect's responsive behavior + */ +export const setupMatchMedia = () => { + const matchMedia = vi.fn().mockImplementation((query: string) => { + return { + matches: false, + media: query, + onchange: null, + addListener: vi.fn(), // deprecated + removeListener: vi.fn(), // deprecated + addEventListener: vi.fn(), + removeEventListener: vi.fn(), + dispatchEvent: vi.fn(), + }; + }); + vi.stubGlobal('matchMedia', matchMedia); + return matchMedia; +}; + +/** + * Mock localStorage for WalletConnect session storage + * WalletConnect stores session data in localStorage + */ +export const setupLocalStorage = () => { + const localStorageMock = (() => { + let store: Record = {}; + return { + getItem: (key: string) => store[key] || null, + setItem: (key: string, value: string) => { + store[key] = value.toString(); + }, + removeItem: (key: string) => { + delete store[key]; + }, + clear: () => { + store = {}; + }, + }; + })(); + Object.defineProperty(window, 'localStorage', { + value: localStorageMock, + writable: true, + }); + return localStorageMock; +}; + +/** + * Setup all WalletConnect mocks for testing + * Convenience function to setup all required mocks at once + */ +export const setupWalletConnectMocks = () => { + walletConnectServer.listen({ + onUnhandledRequest: 'warn', + }); + setupMatchMedia(); + setupLocalStorage(); +}; + +/** + * Cleanup all WalletConnect mocks + * Should be called in afterEach/afterAll hooks + */ +export const cleanupWalletConnectMocks = () => { + walletConnectServer.resetHandlers(); + localStorage.clear(); +}; + +/** + * Close WalletConnect server + * Should be called in afterAll hook + */ +export const closeWalletConnectServer = () => { + walletConnectServer.close(); + vi.unstubAllGlobals(); +}; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fd4ae960ca..8478a07102 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,6 +10,7 @@ overrides: react: ^19.1.0 react-dom: ^19.1.0 elliptic: 6.6.1 + '@remix-run/dev>esbuild': 0.25.5 pnpmfileChecksum: sha256-ROa84Qg+MkpzIsPst6Z16qq0lhN6UZ8989JrwPM2pZU= @@ -25,13 +26,13 @@ importers: version: 2.29.4 '@commitlint/cli': specifier: ^19.4.1 - version: 19.8.0(@types/node@20.17.24)(typescript@5.5.4) + version: 19.4.1(@types/node@20.16.5)(typescript@5.5.4) '@commitlint/config-conventional': specifier: ^19.4.1 - version: 19.8.0 + version: 19.4.1 '@tanstack/react-query': specifier: ^5.55.3 - version: 5.67.3(react@19.1.0) + version: 5.59.0(react@19.1.0) '@testing-library/dom': specifier: ^10.4.0 version: 10.4.0 @@ -40,13 +41,13 @@ importers: version: 6.6.3 '@testing-library/react': specifier: ^16.1.0 - version: 16.2.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@testing-library/user-event': specifier: ^14.5.2 - version: 14.6.1(@testing-library/dom@10.4.0) + version: 14.5.2(@testing-library/dom@10.4.0) '@types/node': specifier: ^20.14.8 - version: 20.17.24 + version: 20.16.5 '@types/react': specifier: ^19.1.8 version: 19.1.8 @@ -55,40 +56,40 @@ importers: version: 19.1.6(@types/react@19.1.8) '@vanilla-extract/esbuild-plugin': specifier: ^2.3.17 - version: 2.3.18(esbuild@0.25.6) + version: 2.3.17(babel-plugin-macros@3.1.0)(esbuild@0.25.5) '@vanilla-extract/vite-plugin': specifier: ^5.0.5 - version: 5.1.0(@types/node@20.17.24)(jiti@2.4.2)(vite@6.3.5(@types/node@20.17.24)(jiti@2.4.2)) + version: 5.0.5(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(vite@6.3.5(@types/node@20.16.5)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(yaml@2.5.1))(yaml@2.5.1) autoprefixer: specifier: ^10.4.21 - version: 10.4.21(postcss@8.5.6) + version: 10.4.21(postcss@8.5.5) dotenv: specifier: ^16.4.5 - version: 16.4.7 + version: 16.4.5 esbuild: specifier: ^0.25.5 - version: 0.25.6 + version: 0.25.5 esbuild-plugin-replace: specifier: ^1.4.0 version: 1.4.0 husky: specifier: ^9.1.5 - version: 9.1.7 + version: 9.1.5 jsdom: specifier: ^25.0.0 - version: 25.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) + version: 25.0.0(bufferutil@4.0.9)(utf-8-validate@5.0.10) next: specifier: ^15.3.3 - version: 15.4.1(@babel/core@7.26.10)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 15.3.3(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) next-auth: specifier: 4.24.11 - version: 4.24.11(next@15.4.1(@babel/core@7.26.10)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 4.24.11(next@15.3.3(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0) postcss: specifier: ^8.5.5 - version: 8.5.6 + version: 8.5.5 postcss-prefix-selector: specifier: ^2.1.1 - version: 2.1.1(postcss@8.5.6) + version: 2.1.1(postcss@8.5.5) react: specifier: ^19.1.0 version: 19.1.0 @@ -102,17 +103,17 @@ importers: specifier: 5.5.4 version: 5.5.4 viem: - specifier: 2.29.2 - version: 2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + specifier: 2.38.0 + version: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@20.17.24)(jiti@2.4.2) + version: 6.3.5(@types/node@20.16.5)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(yaml@2.5.1) vitest: specifier: 2.1.9 - version: 2.1.9(@types/node@20.17.24)(jsdom@25.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + version: 2.1.9(@types/node@20.16.5)(jsdom@25.0.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(msw@2.11.2(@types/node@20.16.5)(typescript@5.5.4))(terser@5.32.0) wagmi: - specifier: ^2.15.6 - version: 2.15.7(@tanstack/query-core@5.67.3)(@tanstack/react-query@5.67.3(react@19.1.0))(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4))(zod@3.22.4) + specifier: ^2.19.3 + version: 2.19.3(@tanstack/query-core@5.59.0)(@tanstack/react-query@5.59.0(react@19.1.0))(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(fastestsmallesttextencoderdecoder@1.0.22)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) packages/example: dependencies: @@ -121,13 +122,16 @@ importers: version: link:../rainbowkit '@tanstack/react-query': specifier: ^5.55.3 - version: 5.67.3(react@19.1.0) + version: 5.59.0(react@19.1.0) + mipd: + specifier: ^0.0.7 + version: 0.0.7(typescript@5.5.4) next: specifier: ^15.3.3 - version: 15.4.1(@babel/core@7.26.10)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 15.3.3(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) next-auth: specifier: 4.24.11 - version: 4.24.11(next@15.4.1(@babel/core@7.26.10)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 4.24.11(next@15.3.3(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0) react: specifier: ^19.1.0 version: 19.1.0 @@ -135,32 +139,32 @@ importers: specifier: ^19.1.0 version: 19.1.0(react@19.1.0) viem: - specifier: 2.29.2 - version: 2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + specifier: 2.38.0 + version: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) wagmi: - specifier: ^2.15.6 - version: 2.15.7(@tanstack/query-core@5.67.3)(@tanstack/react-query@5.67.3(react@19.1.0))(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4))(zod@3.22.4) + specifier: ^2.19.3 + version: 2.19.3(@tanstack/query-core@5.59.0)(@tanstack/react-query@5.59.0(react@19.1.0))(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(fastestsmallesttextencoderdecoder@1.0.22)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) packages/rainbowkit: dependencies: '@tanstack/react-query': specifier: '>=5.0.0' - version: 5.67.3(react@19.1.0) + version: 5.59.0(react@19.1.0) '@vanilla-extract/css': specifier: 1.17.3 - version: 1.17.3 + version: 1.17.3(babel-plugin-macros@3.1.0) '@vanilla-extract/dynamic': specifier: 2.1.4 version: 2.1.4 '@vanilla-extract/sprinkles': specifier: 1.6.4 - version: 1.6.4(@vanilla-extract/css@1.17.3) + version: 1.6.4(@vanilla-extract/css@1.17.3(babel-plugin-macros@3.1.0)) clsx: specifier: 2.1.1 version: 2.1.1 cuer: - specifier: 0.0.2 - version: 0.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.5.4) + specifier: 0.0.3 + version: 0.0.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.5.4) react-dom: specifier: ^19.1.0 version: 19.1.0(react@19.1.0) @@ -169,13 +173,13 @@ importers: version: 2.6.2(@types/react@19.1.8)(react@19.1.0) ua-parser-js: specifier: ^1.0.37 - version: 1.0.40 + version: 1.0.38 viem: - specifier: 2.29.2 - version: 2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + specifier: 2.38.0 + version: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) wagmi: - specifier: ^2.15.6 - version: 2.15.7(@tanstack/query-core@5.67.3)(@tanstack/react-query@5.67.3(react@19.1.0))(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4))(zod@3.22.4) + specifier: ^2.19 + version: 2.19.3(@tanstack/query-core@5.59.0)(@tanstack/react-query@5.59.0(react@19.1.0))(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(fastestsmallesttextencoderdecoder@1.0.22)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) devDependencies: '@testing-library/dom': specifier: ^10.4.0 @@ -185,10 +189,10 @@ importers: version: 6.6.3 '@testing-library/react': specifier: ^16.1.0 - version: 16.2.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@testing-library/user-event': specifier: ^14.5.2 - version: 14.6.1(@testing-library/dom@10.4.0) + version: 14.5.2(@testing-library/dom@10.4.0) '@types/ua-parser-js': specifier: ^0.7.39 version: 0.7.39 @@ -200,30 +204,33 @@ importers: version: 1.0.8 autoprefixer: specifier: ^10.4.21 - version: 10.4.21(postcss@8.5.6) + version: 10.4.21(postcss@8.5.5) dotenv: specifier: ^16.4.5 - version: 16.4.7 + version: 16.4.5 jsdom: specifier: ^25.0.0 - version: 25.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) + version: 25.0.0(bufferutil@4.0.9)(utf-8-validate@5.0.10) + msw: + specifier: ^2.11.2 + version: 2.11.2(@types/node@20.16.5)(typescript@5.5.4) nock: specifier: ^13.4.0 - version: 13.5.6 + version: 13.5.5 postcss: specifier: ^8.5.5 - version: 8.5.6 + version: 8.5.5 react: specifier: ^19.1.0 version: 19.1.0 vitest: specifier: 2.1.9 - version: 2.1.9(@types/node@20.17.24)(jsdom@25.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + version: 2.1.9(@types/node@20.16.5)(jsdom@25.0.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(msw@2.11.2(@types/node@20.16.5)(typescript@5.5.4))(terser@5.32.0) packages: - '@adobe/css-tools@4.4.2': - resolution: {integrity: sha512-baYZExFpsdkBNuvGKTKWCwKH57HRZLVtycZS05WTQNVOiXVSeAki3nU35zlRbToeMW8aHlJfyS+1C4BOv27q0A==} + '@adobe/css-tools@4.4.0': + resolution: {integrity: sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==} '@adraffy/ens-normalize@1.11.0': resolution: {integrity: sha512-/3DDPKHqqIqxUULp8yP4zODUY1i+2xvVWsv8A79xGWdCAG+8sb0hRh0Rk2QyOJUnnbyPUAZYcpBuRe3nS2OIUg==} @@ -232,86 +239,86 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@asamuzakjp/css-color@3.1.1': - resolution: {integrity: sha512-hpRD68SV2OMcZCsrbdkccTw5FXjNDLo5OuqSHyHZfwweGsDWZwDJ2+gONyNAbazZclobMirACLw0lk8WVxIqxA==} - - '@babel/code-frame@7.26.2': - resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} + '@babel/code-frame@7.27.1': + resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.26.8': - resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==} + '@babel/compat-data@7.27.5': + resolution: {integrity: sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.10': - resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} + '@babel/core@7.27.4': + resolution: {integrity: sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==} engines: {node: '>=6.9.0'} - '@babel/generator@7.26.10': - resolution: {integrity: sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==} + '@babel/generator@7.27.5': + resolution: {integrity: sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.26.5': - resolution: {integrity: sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==} + '@babel/helper-compilation-targets@7.27.2': + resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.25.9': - resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} + '@babel/helper-module-imports@7.27.1': + resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} engines: {node: '>=6.9.0'} - '@babel/helper-module-transforms@7.26.0': - resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} + '@babel/helper-module-transforms@7.27.3': + resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-plugin-utils@7.26.5': - resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==} + '@babel/helper-plugin-utils@7.27.1': + resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.25.9': - resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} + '@babel/helper-string-parser@7.27.1': + resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.25.9': - resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} + '@babel/helper-validator-identifier@7.27.1': + resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.25.9': - resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} + '@babel/helper-validator-option@7.27.1': + resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.26.10': - resolution: {integrity: sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==} + '@babel/helpers@7.27.6': + resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==} engines: {node: '>=6.9.0'} - '@babel/parser@7.26.10': - resolution: {integrity: sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==} + '@babel/parser@7.27.5': + resolution: {integrity: sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/plugin-syntax-typescript@7.25.9': - resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==} + '@babel/plugin-syntax-typescript@7.25.4': + resolution: {integrity: sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/runtime@7.26.10': - resolution: {integrity: sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==} + '@babel/runtime@7.28.3': + resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==} engines: {node: '>=6.9.0'} - '@babel/template@7.26.9': - resolution: {integrity: sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==} + '@babel/template@7.27.2': + resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.26.10': - resolution: {integrity: sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==} + '@babel/traverse@7.27.4': + resolution: {integrity: sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==} engines: {node: '>=6.9.0'} - '@babel/types@7.26.10': - resolution: {integrity: sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==} + '@babel/types@7.27.6': + resolution: {integrity: sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==} engines: {node: '>=6.9.0'} + '@base-org/account@2.4.0': + resolution: {integrity: sha512-A4Umpi8B9/pqR78D1Yoze4xHyQaujioVRqqO3d6xuDFw9VRtjg6tK3bPlwE0aW+nVH/ntllCpPa2PbI8Rnjcug==} + '@biomejs/biome@1.8.3': resolution: {integrity: sha512-/uUV3MV+vyAczO+vKrPdOW0Iaet7UnJMU4bNMinggGJTAnBPjCoLEYcyYtYHNnUNYlv4xZMH6hVIQCAozq8d5w==} engines: {node: '>=14.21.3'} @@ -334,24 +341,28 @@ packages: engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] + libc: [musl] '@biomejs/cli-linux-arm64@1.8.3': resolution: {integrity: sha512-fed2ji8s+I/m8upWpTJGanqiJ0rnlHOK3DdxsyVLZQ8ClY6qLuPc9uehCREBifRJLl/iJyQpHIRufLDeotsPtw==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] + libc: [glibc] '@biomejs/cli-linux-x64-musl@1.8.3': resolution: {integrity: sha512-UHrGJX7PrKMKzPGoEsooKC9jXJMa28TUSMjcIlbDnIO4EAavCoVmNQaIuUSH0Ls2mpGMwUIf+aZJv657zfWWjA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] + libc: [musl] '@biomejs/cli-linux-x64@1.8.3': resolution: {integrity: sha512-I8G2QmuE1teISyT8ie1HXsjFRz9L1m5n83U1O6m30Kw+kPMPSKjag6QGUn+sXT8V+XWIZxFFBoTDEDZW2KPDDw==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] + libc: [glibc] '@biomejs/cli-win32-arm64@1.8.3': resolution: {integrity: sha512-J+Hu9WvrBevfy06eU1Na0lpc7uR9tibm9maHynLIoAjLZpQU3IW+OKHUtyL8p6/3pT2Ju5t5emReeIS2SAxhkQ==} @@ -365,11 +376,17 @@ packages: cpu: [x64] os: [win32] + '@bundled-es-modules/cookie@2.0.1': + resolution: {integrity: sha512-8o+5fRPLNbjbdGRRmJj3h6Hh1AQJf2dk3qQ/5ZFb+PXkRNiSoMGGUKlsgLfrxneb72axVJyIYji64E2+nNfYyw==} + + '@bundled-es-modules/statuses@1.0.1': + resolution: {integrity: sha512-yn7BklA5acgcBr+7w064fGV+SGIFySjCKpqjcWgBAIfrAkY+4GQTJJHQMeT3V/sgz23VTEVV8TtOmkvJAhFVfg==} + '@changesets/apply-release-plan@7.0.12': resolution: {integrity: sha512-EaET7As5CeuhTzvXTQCRZeBUcisoYPDDcXvgTE/2jmmypKp0RC7LxKj/yzqeh/1qFTZI7oDGFcL1PHRuQuketQ==} - '@changesets/assemble-release-plan@6.0.9': - resolution: {integrity: sha512-tPgeeqCHIwNo8sypKlS3gOPmsS3wP0zHt67JDuL20P4QcXiw/O4Hl7oXiuLnP9yg+rXLQ2sScdV1Kkzde61iSQ==} + '@changesets/assemble-release-plan@6.0.8': + resolution: {integrity: sha512-y8+8LvZCkKJdbUlpXFuqcavpzJR80PN0OIfn8HZdwK7Sh6MgLXm4hKY5vu6/NDoKp8lAlM4ERZCqRMLxP4m+MQ==} '@changesets/changelog-git@0.2.1': resolution: {integrity: sha512-x/xEleCFLH28c3bQeQIyeZf8lFXyDFVn1SgcBiR2Tw/r4IAWlk1fzxCEZ6NxQAjF2Nwtczoen3OA2qR+UawQ8Q==} @@ -387,8 +404,8 @@ packages: '@changesets/get-dependents-graph@2.1.3': resolution: {integrity: sha512-gphr+v0mv2I3Oxt19VdWRRUxq3sseyUpX9DaHpTUmLj92Y10AGy+XOtV+kbM6L/fDcpx7/ISDFK6T8A/P3lOdQ==} - '@changesets/get-release-plan@4.0.13': - resolution: {integrity: sha512-DWG1pus72FcNeXkM12tx+xtExyH/c9I1z+2aXlObH3i9YA7+WZEVaiHzHl03thpvAgWTRaH64MpfHxozfF7Dvg==} + '@changesets/get-release-plan@4.0.12': + resolution: {integrity: sha512-KukdEgaafnyGryUwpHG2kZ7xJquOmWWWk5mmoeQaSvZTWH1DC5D/Sw6ClgGFYtQnOMSQhgoEbDxAbpIIayKH1g==} '@changesets/get-version-range-type@0.4.0': resolution: {integrity: sha512-hwawtob9DryoGTpixy1D3ZXbGgJu1Rhr+ySH2PvTLHvkZuQ7sRT4oQwMh0hbqZH1weAooedEjRsbrWcGLCeyVQ==} @@ -420,117 +437,92 @@ packages: '@changesets/write@0.4.0': resolution: {integrity: sha512-CdTLvIOPiCNuH71pyDu3rA+Q0n65cmAbXnwWH84rKGiFumFzkmHNT8KHTMEchcxN+Kl8I54xGUhJ7l3E7X396Q==} + '@coinbase/cdp-sdk@1.38.5': + resolution: {integrity: sha512-j8mvx1wMox/q2SjB7C09HtdRXVOpGpfkP7nG4+OjdowPj8pmQ03rigzycd86L8mawl6TUPXdm41YSQVmtc8SzQ==} + '@coinbase/wallet-sdk@3.9.3': resolution: {integrity: sha512-N/A2DRIf0Y3PHc1XAMvbBUu4zisna6qAdqABMZwBMNEfWrXpAwx16pZGkYCLGE+Rvv1edbcB2LYDRnACNcmCiw==} '@coinbase/wallet-sdk@4.3.6': resolution: {integrity: sha512-4q8BNG1ViL4mSAAvPAtpwlOs1gpC+67eQtgIwNvT3xyeyFFd+guwkc8bcX5rTmQhXpqnhzC4f0obACbP9CqMSA==} - '@commitlint/cli@19.8.0': - resolution: {integrity: sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg==} + '@commitlint/cli@19.4.1': + resolution: {integrity: sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==} engines: {node: '>=v18'} hasBin: true - '@commitlint/config-conventional@19.8.0': - resolution: {integrity: sha512-9I2kKJwcAPwMoAj38hwqFXG0CzS2Kj+SAByPUQ0SlHTfb7VUhYVmo7G2w2tBrqmOf7PFd6MpZ/a1GQJo8na8kw==} + '@commitlint/config-conventional@19.4.1': + resolution: {integrity: sha512-D5S5T7ilI5roybWGc8X35OBlRXLAwuTseH1ro0XgqkOWrhZU8yOwBOslrNmSDlTXhXLq8cnfhQyC42qaUCzlXA==} engines: {node: '>=v18'} - '@commitlint/config-validator@19.8.0': - resolution: {integrity: sha512-+r5ZvD/0hQC3w5VOHJhGcCooiAVdynFlCe2d6I9dU+PvXdV3O+fU4vipVg+6hyLbQUuCH82mz3HnT/cBQTYYuA==} + '@commitlint/config-validator@19.0.3': + resolution: {integrity: sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==} engines: {node: '>=v18'} - '@commitlint/ensure@19.8.0': - resolution: {integrity: sha512-kNiNU4/bhEQ/wutI1tp1pVW1mQ0QbAjfPRo5v8SaxoVV+ARhkB8Wjg3BSseNYECPzWWfg/WDqQGIfV1RaBFQZg==} + '@commitlint/ensure@19.0.3': + resolution: {integrity: sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==} engines: {node: '>=v18'} - '@commitlint/execute-rule@19.8.0': - resolution: {integrity: sha512-fuLeI+EZ9x2v/+TXKAjplBJWI9CNrHnyi5nvUQGQt4WRkww/d95oVRsc9ajpt4xFrFmqMZkd/xBQHZDvALIY7A==} + '@commitlint/execute-rule@19.0.0': + resolution: {integrity: sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==} engines: {node: '>=v18'} - '@commitlint/format@19.8.0': - resolution: {integrity: sha512-EOpA8IERpQstxwp/WGnDArA7S+wlZDeTeKi98WMOvaDLKbjptuHWdOYYr790iO7kTCif/z971PKPI2PkWMfOxg==} + '@commitlint/format@19.3.0': + resolution: {integrity: sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==} engines: {node: '>=v18'} - '@commitlint/is-ignored@19.8.0': - resolution: {integrity: sha512-L2Jv9yUg/I+jF3zikOV0rdiHUul9X3a/oU5HIXhAJLE2+TXTnEBfqYP9G5yMw/Yb40SnR764g4fyDK6WR2xtpw==} + '@commitlint/is-ignored@19.2.2': + resolution: {integrity: sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==} engines: {node: '>=v18'} - '@commitlint/lint@19.8.0': - resolution: {integrity: sha512-+/NZKyWKSf39FeNpqhfMebmaLa1P90i1Nrb1SrA7oSU5GNN/lksA4z6+ZTnsft01YfhRZSYMbgGsARXvkr/VLQ==} + '@commitlint/lint@19.4.1': + resolution: {integrity: sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==} engines: {node: '>=v18'} - '@commitlint/load@19.8.0': - resolution: {integrity: sha512-4rvmm3ff81Sfb+mcWT5WKlyOa+Hd33WSbirTVUer0wjS1Hv/Hzr07Uv1ULIV9DkimZKNyOwXn593c+h8lsDQPQ==} + '@commitlint/load@19.4.0': + resolution: {integrity: sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==} engines: {node: '>=v18'} - '@commitlint/message@19.8.0': - resolution: {integrity: sha512-qs/5Vi9bYjf+ZV40bvdCyBn5DvbuelhR6qewLE8Bh476F7KnNyLfdM/ETJ4cp96WgeeHo6tesA2TMXS0sh5X4A==} + '@commitlint/message@19.0.0': + resolution: {integrity: sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw==} engines: {node: '>=v18'} - '@commitlint/parse@19.8.0': - resolution: {integrity: sha512-YNIKAc4EXvNeAvyeEnzgvm1VyAe0/b3Wax7pjJSwXuhqIQ1/t2hD3OYRXb6D5/GffIvaX82RbjD+nWtMZCLL7Q==} + '@commitlint/parse@19.0.3': + resolution: {integrity: sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==} engines: {node: '>=v18'} - '@commitlint/read@19.8.0': - resolution: {integrity: sha512-6ywxOGYajcxK1y1MfzrOnwsXO6nnErna88gRWEl3qqOOP8MDu/DTeRkGLXBFIZuRZ7mm5yyxU5BmeUvMpNte5w==} + '@commitlint/read@19.4.0': + resolution: {integrity: sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==} engines: {node: '>=v18'} - '@commitlint/resolve-extends@19.8.0': - resolution: {integrity: sha512-CLanRQwuG2LPfFVvrkTrBR/L/DMy3+ETsgBqW1OvRxmzp/bbVJW0Xw23LnnExgYcsaFtos967lul1CsbsnJlzQ==} + '@commitlint/resolve-extends@19.1.0': + resolution: {integrity: sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==} engines: {node: '>=v18'} - '@commitlint/rules@19.8.0': - resolution: {integrity: sha512-IZ5IE90h6DSWNuNK/cwjABLAKdy8tP8OgGVGbXe1noBEX5hSsu00uRlLu6JuruiXjWJz2dZc+YSw3H0UZyl/mA==} + '@commitlint/rules@19.4.1': + resolution: {integrity: sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==} engines: {node: '>=v18'} - '@commitlint/to-lines@19.8.0': - resolution: {integrity: sha512-3CKLUw41Cur8VMjh16y8LcsOaKbmQjAKCWlXx6B0vOUREplp6em9uIVhI8Cv934qiwkbi2+uv+mVZPnXJi1o9A==} + '@commitlint/to-lines@19.0.0': + resolution: {integrity: sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw==} engines: {node: '>=v18'} - '@commitlint/top-level@19.8.0': - resolution: {integrity: sha512-Rphgoc/omYZisoNkcfaBRPQr4myZEHhLPx2/vTXNLjiCw4RgfPR1wEgUpJ9OOmDCiv5ZyIExhprNLhteqH4FuQ==} + '@commitlint/top-level@19.0.0': + resolution: {integrity: sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ==} engines: {node: '>=v18'} - '@commitlint/types@19.8.0': - resolution: {integrity: sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==} + '@commitlint/types@19.0.3': + resolution: {integrity: sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==} engines: {node: '>=v18'} - '@csstools/color-helpers@5.0.2': - resolution: {integrity: sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==} - engines: {node: '>=18'} - - '@csstools/css-calc@2.1.2': - resolution: {integrity: sha512-TklMyb3uBB28b5uQdxjReG4L80NxAqgrECqLZFQbyLekwwlcDDS8r3f07DKqeo8C4926Br0gf/ZDe17Zv4wIuw==} - engines: {node: '>=18'} - peerDependencies: - '@csstools/css-parser-algorithms': ^3.0.4 - '@csstools/css-tokenizer': ^3.0.3 - - '@csstools/css-color-parser@3.0.8': - resolution: {integrity: sha512-pdwotQjCCnRPuNi06jFuP68cykU1f3ZWExLe/8MQ1LOs8Xq+fTkYgd+2V8mWUWMrOn9iS2HftPVaMZDaXzGbhQ==} - engines: {node: '>=18'} - peerDependencies: - '@csstools/css-parser-algorithms': ^3.0.4 - '@csstools/css-tokenizer': ^3.0.3 - - '@csstools/css-parser-algorithms@3.0.4': - resolution: {integrity: sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==} - engines: {node: '>=18'} - peerDependencies: - '@csstools/css-tokenizer': ^3.0.3 - - '@csstools/css-tokenizer@3.0.3': - resolution: {integrity: sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==} - engines: {node: '>=18'} - - '@ecies/ciphers@0.2.3': - resolution: {integrity: sha512-tapn6XhOueMwht3E2UzY0ZZjYokdaw9XtL9kEyjhQ/Fb9vL9xTFbOaI+fV0AWvTpYu4BNloC6getKW6NtSg4mA==} + '@ecies/ciphers@0.2.4': + resolution: {integrity: sha512-t+iX+Wf5nRKyNzk8dviW3Ikb/280+aEJAnw9YXvCp2tYGPSkMki+NRY+8aNLmVFv3eNtMdvViPNOPxS8SZNP+w==} engines: {bun: '>=1', deno: '>=2', node: '>=16'} peerDependencies: '@noble/ciphers': ^1.0.0 - '@emnapi/runtime@1.4.5': - resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==} + '@emnapi/runtime@1.4.3': + resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==} '@emotion/hash@0.9.2': resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} @@ -541,8 +533,8 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.25.6': - resolution: {integrity: sha512-ShbM/3XxwuxjFiuVBHA+d3j5dyac0aEVVq1oluIDf71hUw0aRF59dV/efUsIwFnR6m8JNM2FjZOzmaZ8yG61kw==} + '@esbuild/aix-ppc64@0.25.5': + resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] @@ -553,8 +545,8 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.25.6': - resolution: {integrity: sha512-hd5zdUarsK6strW+3Wxi5qWws+rJhCCbMiC9QZyzoxfk5uHRIE8T287giQxzVpEvCwuJ9Qjg6bEjcRJcgfLqoA==} + '@esbuild/android-arm64@0.25.5': + resolution: {integrity: sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==} engines: {node: '>=18'} cpu: [arm64] os: [android] @@ -565,8 +557,8 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.25.6': - resolution: {integrity: sha512-S8ToEOVfg++AU/bHwdksHNnyLyVM+eMVAOf6yRKFitnwnbwwPNqKr3srzFRe7nzV69RQKb5DgchIX5pt3L53xg==} + '@esbuild/android-arm@0.25.5': + resolution: {integrity: sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==} engines: {node: '>=18'} cpu: [arm] os: [android] @@ -577,8 +569,8 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.25.6': - resolution: {integrity: sha512-0Z7KpHSr3VBIO9A/1wcT3NTy7EB4oNC4upJ5ye3R7taCc2GUdeynSLArnon5G8scPwaU866d3H4BCrE5xLW25A==} + '@esbuild/android-x64@0.25.5': + resolution: {integrity: sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==} engines: {node: '>=18'} cpu: [x64] os: [android] @@ -589,8 +581,8 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.25.6': - resolution: {integrity: sha512-FFCssz3XBavjxcFxKsGy2DYK5VSvJqa6y5HXljKzhRZ87LvEi13brPrf/wdyl/BbpbMKJNOr1Sd0jtW4Ge1pAA==} + '@esbuild/darwin-arm64@0.25.5': + resolution: {integrity: sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] @@ -601,8 +593,8 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.25.6': - resolution: {integrity: sha512-GfXs5kry/TkGM2vKqK2oyiLFygJRqKVhawu3+DOCk7OxLy/6jYkWXhlHwOoTb0WqGnWGAS7sooxbZowy+pK9Yg==} + '@esbuild/darwin-x64@0.25.5': + resolution: {integrity: sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==} engines: {node: '>=18'} cpu: [x64] os: [darwin] @@ -613,8 +605,8 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.25.6': - resolution: {integrity: sha512-aoLF2c3OvDn2XDTRvn8hN6DRzVVpDlj2B/F66clWd/FHLiHaG3aVZjxQX2DYphA5y/evbdGvC6Us13tvyt4pWg==} + '@esbuild/freebsd-arm64@0.25.5': + resolution: {integrity: sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] @@ -625,8 +617,8 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.6': - resolution: {integrity: sha512-2SkqTjTSo2dYi/jzFbU9Plt1vk0+nNg8YC8rOXXea+iA3hfNJWebKYPs3xnOUf9+ZWhKAaxnQNUf2X9LOpeiMQ==} + '@esbuild/freebsd-x64@0.25.5': + resolution: {integrity: sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] @@ -637,8 +629,8 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.25.6': - resolution: {integrity: sha512-b967hU0gqKd9Drsh/UuAm21Khpoh6mPBSgz8mKRq4P5mVK8bpA+hQzmm/ZwGVULSNBzKdZPQBRT3+WuVavcWsQ==} + '@esbuild/linux-arm64@0.25.5': + resolution: {integrity: sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==} engines: {node: '>=18'} cpu: [arm64] os: [linux] @@ -649,8 +641,8 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.25.6': - resolution: {integrity: sha512-SZHQlzvqv4Du5PrKE2faN0qlbsaW/3QQfUUc6yO2EjFcA83xnwm91UbEEVx4ApZ9Z5oG8Bxz4qPE+HFwtVcfyw==} + '@esbuild/linux-arm@0.25.5': + resolution: {integrity: sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==} engines: {node: '>=18'} cpu: [arm] os: [linux] @@ -661,8 +653,8 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.25.6': - resolution: {integrity: sha512-aHWdQ2AAltRkLPOsKdi3xv0mZ8fUGPdlKEjIEhxCPm5yKEThcUjHpWB1idN74lfXGnZ5SULQSgtr5Qos5B0bPw==} + '@esbuild/linux-ia32@0.25.5': + resolution: {integrity: sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==} engines: {node: '>=18'} cpu: [ia32] os: [linux] @@ -673,8 +665,8 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.25.6': - resolution: {integrity: sha512-VgKCsHdXRSQ7E1+QXGdRPlQ/e08bN6WMQb27/TMfV+vPjjTImuT9PmLXupRlC90S1JeNNW5lzkAEO/McKeJ2yg==} + '@esbuild/linux-loong64@0.25.5': + resolution: {integrity: sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==} engines: {node: '>=18'} cpu: [loong64] os: [linux] @@ -685,8 +677,8 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.25.6': - resolution: {integrity: sha512-WViNlpivRKT9/py3kCmkHnn44GkGXVdXfdc4drNmRl15zVQ2+D2uFwdlGh6IuK5AAnGTo2qPB1Djppj+t78rzw==} + '@esbuild/linux-mips64el@0.25.5': + resolution: {integrity: sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] @@ -697,8 +689,8 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.25.6': - resolution: {integrity: sha512-wyYKZ9NTdmAMb5730I38lBqVu6cKl4ZfYXIs31Baf8aoOtB4xSGi3THmDYt4BTFHk7/EcVixkOV2uZfwU3Q2Jw==} + '@esbuild/linux-ppc64@0.25.5': + resolution: {integrity: sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] @@ -709,8 +701,8 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.25.6': - resolution: {integrity: sha512-KZh7bAGGcrinEj4qzilJ4hqTY3Dg2U82c8bv+e1xqNqZCrCyc+TL9AUEn5WGKDzm3CfC5RODE/qc96OcbIe33w==} + '@esbuild/linux-riscv64@0.25.5': + resolution: {integrity: sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] @@ -721,8 +713,8 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.25.6': - resolution: {integrity: sha512-9N1LsTwAuE9oj6lHMyyAM+ucxGiVnEqUdp4v7IaMmrwb06ZTEVCIs3oPPplVsnjPfyjmxwHxHMF8b6vzUVAUGw==} + '@esbuild/linux-s390x@0.25.5': + resolution: {integrity: sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==} engines: {node: '>=18'} cpu: [s390x] os: [linux] @@ -733,14 +725,14 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.25.6': - resolution: {integrity: sha512-A6bJB41b4lKFWRKNrWoP2LHsjVzNiaurf7wyj/XtFNTsnPuxwEBWHLty+ZE0dWBKuSK1fvKgrKaNjBS7qbFKig==} + '@esbuild/linux-x64@0.25.5': + resolution: {integrity: sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==} engines: {node: '>=18'} cpu: [x64] os: [linux] - '@esbuild/netbsd-arm64@0.25.6': - resolution: {integrity: sha512-IjA+DcwoVpjEvyxZddDqBY+uJ2Snc6duLpjmkXm/v4xuS3H+3FkLZlDm9ZsAbF9rsfP3zeA0/ArNDORZgrxR/Q==} + '@esbuild/netbsd-arm64@0.25.5': + resolution: {integrity: sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] @@ -751,14 +743,14 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.6': - resolution: {integrity: sha512-dUXuZr5WenIDlMHdMkvDc1FAu4xdWixTCRgP7RQLBOkkGgwuuzaGSYcOpW4jFxzpzL1ejb8yF620UxAqnBrR9g==} + '@esbuild/netbsd-x64@0.25.5': + resolution: {integrity: sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.25.6': - resolution: {integrity: sha512-l8ZCvXP0tbTJ3iaqdNf3pjaOSd5ex/e6/omLIQCVBLmHTlfXW3zAxQ4fnDmPLOB1x9xrcSi/xtCWFwCZRIaEwg==} + '@esbuild/openbsd-arm64@0.25.5': + resolution: {integrity: sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] @@ -769,26 +761,20 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.6': - resolution: {integrity: sha512-hKrmDa0aOFOr71KQ/19JC7az1P0GWtCN1t2ahYAf4O007DHZt/dW8ym5+CUdJhQ/qkZmI1HAF8KkJbEFtCL7gw==} + '@esbuild/openbsd-x64@0.25.5': + resolution: {integrity: sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] - '@esbuild/openharmony-arm64@0.25.6': - resolution: {integrity: sha512-+SqBcAWoB1fYKmpWoQP4pGtx+pUUC//RNYhFdbcSA16617cchuryuhOCRpPsjCblKukAckWsV+aQ3UKT/RMPcA==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openharmony] - '@esbuild/sunos-x64@0.21.5': resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} engines: {node: '>=12'} cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.25.6': - resolution: {integrity: sha512-dyCGxv1/Br7MiSC42qinGL8KkG4kX0pEsdb0+TKhmJZgCUDBGmyo1/ArCjNGiOLiIAgdbWgmWgib4HoCi5t7kA==} + '@esbuild/sunos-x64@0.25.5': + resolution: {integrity: sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==} engines: {node: '>=18'} cpu: [x64] os: [sunos] @@ -799,8 +785,8 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.25.6': - resolution: {integrity: sha512-42QOgcZeZOvXfsCBJF5Afw73t4veOId//XD3i+/9gSkhSV6Gk3VPlWncctI+JcOyERv85FUo7RxuxGy+z8A43Q==} + '@esbuild/win32-arm64@0.25.5': + resolution: {integrity: sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==} engines: {node: '>=18'} cpu: [arm64] os: [win32] @@ -811,8 +797,8 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.25.6': - resolution: {integrity: sha512-4AWhgXmDuYN7rJI6ORB+uU9DHLq/erBbuMoAuB4VWJTu5KtCgcKYPynF0YI1VkBNuEfjNlLrFr9KZPJzrtLkrQ==} + '@esbuild/win32-ia32@0.25.5': + resolution: {integrity: sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==} engines: {node: '>=18'} cpu: [ia32] os: [win32] @@ -823,8 +809,8 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.25.6': - resolution: {integrity: sha512-NgJPHHbEpLQgDH2MjQu90pzW/5vvXIZ7KOnPyNBm92A6WgZ/7b6fJyUBjoumLqeOQQGqY2QjQxRo97ah4Sj0cA==} + '@esbuild/win32-x64@0.25.5': + resolution: {integrity: sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -845,145 +831,190 @@ packages: resolution: {integrity: sha512-zQ0IqbdX8FZ9aw11vP+dZkKDkS+kgIvQPHnSAXzP9pLu+Rfu3D3XEeLbicvoXJTYnhZiPmsZUxgdzXwNKxRPbA==} engines: {node: '>=14'} - '@img/sharp-darwin-arm64@0.34.3': - resolution: {integrity: sha512-ryFMfvxxpQRsgZJqBd4wsttYQbCxsJksrv9Lw/v798JcQ8+w84mBWuXwl+TT0WJ/WrYOLaYpwQXi3sA9nTIaIg==} + '@gemini-wallet/core@0.3.2': + resolution: {integrity: sha512-Z4aHi3ECFf5oWYWM3F1rW83GJfB9OvhBYPTmb5q+VyK3uvzvS48lwo+jwh2eOoCRWEuT/crpb9Vwp2QaS5JqgQ==} + peerDependencies: + viem: '>=2.0.0' + + '@img/sharp-darwin-arm64@0.34.2': + resolution: {integrity: sha512-OfXHZPppddivUJnqyKoi5YVeHRkkNE2zUFT2gbpKxp/JZCFYEYubnMg+gOp6lWfasPrTS+KPosKqdI+ELYVDtg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [darwin] - '@img/sharp-darwin-x64@0.34.3': - resolution: {integrity: sha512-yHpJYynROAj12TA6qil58hmPmAwxKKC7reUqtGLzsOHfP7/rniNGTL8tjWX6L3CTV4+5P4ypcS7Pp+7OB+8ihA==} + '@img/sharp-darwin-x64@0.34.2': + resolution: {integrity: sha512-dYvWqmjU9VxqXmjEtjmvHnGqF8GrVjM2Epj9rJ6BUIXvk8slvNDJbhGFvIoXzkDhrJC2jUxNLz/GUjjvSzfw+g==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [darwin] - '@img/sharp-libvips-darwin-arm64@1.2.0': - resolution: {integrity: sha512-sBZmpwmxqwlqG9ueWFXtockhsxefaV6O84BMOrhtg/YqbTaRdqDE7hxraVE3y6gVM4eExmfzW4a8el9ArLeEiQ==} + '@img/sharp-libvips-darwin-arm64@1.1.0': + resolution: {integrity: sha512-HZ/JUmPwrJSoM4DIQPv/BfNh9yrOA8tlBbqbLz4JZ5uew2+o22Ik+tHQJcih7QJuSa0zo5coHTfD5J8inqj9DA==} cpu: [arm64] os: [darwin] - '@img/sharp-libvips-darwin-x64@1.2.0': - resolution: {integrity: sha512-M64XVuL94OgiNHa5/m2YvEQI5q2cl9d/wk0qFTDVXcYzi43lxuiFTftMR1tOnFQovVXNZJ5TURSDK2pNe9Yzqg==} + '@img/sharp-libvips-darwin-x64@1.1.0': + resolution: {integrity: sha512-Xzc2ToEmHN+hfvsl9wja0RlnXEgpKNmftriQp6XzY/RaSfwD9th+MSh0WQKzUreLKKINb3afirxW7A0fz2YWuQ==} cpu: [x64] os: [darwin] - '@img/sharp-libvips-linux-arm64@1.2.0': - resolution: {integrity: sha512-RXwd0CgG+uPRX5YYrkzKyalt2OJYRiJQ8ED/fi1tq9WQW2jsQIn0tqrlR5l5dr/rjqq6AHAxURhj2DVjyQWSOA==} + '@img/sharp-libvips-linux-arm64@1.1.0': + resolution: {integrity: sha512-IVfGJa7gjChDET1dK9SekxFFdflarnUB8PwW8aGwEoF3oAsSDuNUTYS+SKDOyOJxQyDC1aPFMuRYLoDInyV9Ew==} cpu: [arm64] os: [linux] + libc: [glibc] - '@img/sharp-libvips-linux-arm@1.2.0': - resolution: {integrity: sha512-mWd2uWvDtL/nvIzThLq3fr2nnGfyr/XMXlq8ZJ9WMR6PXijHlC3ksp0IpuhK6bougvQrchUAfzRLnbsen0Cqvw==} + '@img/sharp-libvips-linux-arm@1.1.0': + resolution: {integrity: sha512-s8BAd0lwUIvYCJyRdFqvsj+BJIpDBSxs6ivrOPm/R7piTs5UIwY5OjXrP2bqXC9/moGsyRa37eYWYCOGVXxVrA==} cpu: [arm] os: [linux] + libc: [glibc] - '@img/sharp-libvips-linux-ppc64@1.2.0': - resolution: {integrity: sha512-Xod/7KaDDHkYu2phxxfeEPXfVXFKx70EAFZ0qyUdOjCcxbjqyJOEUpDe6RIyaunGxT34Anf9ue/wuWOqBW2WcQ==} + '@img/sharp-libvips-linux-ppc64@1.1.0': + resolution: {integrity: sha512-tiXxFZFbhnkWE2LA8oQj7KYR+bWBkiV2nilRldT7bqoEZ4HiDOcePr9wVDAZPi/Id5fT1oY9iGnDq20cwUz8lQ==} cpu: [ppc64] os: [linux] + libc: [glibc] - '@img/sharp-libvips-linux-s390x@1.2.0': - resolution: {integrity: sha512-eMKfzDxLGT8mnmPJTNMcjfO33fLiTDsrMlUVcp6b96ETbnJmd4uvZxVJSKPQfS+odwfVaGifhsB07J1LynFehw==} + '@img/sharp-libvips-linux-s390x@1.1.0': + resolution: {integrity: sha512-xukSwvhguw7COyzvmjydRb3x/09+21HykyapcZchiCUkTThEQEOMtBj9UhkaBRLuBrgLFzQ2wbxdeCCJW/jgJA==} cpu: [s390x] os: [linux] + libc: [glibc] - '@img/sharp-libvips-linux-x64@1.2.0': - resolution: {integrity: sha512-ZW3FPWIc7K1sH9E3nxIGB3y3dZkpJlMnkk7z5tu1nSkBoCgw2nSRTFHI5pB/3CQaJM0pdzMF3paf9ckKMSE9Tg==} + '@img/sharp-libvips-linux-x64@1.1.0': + resolution: {integrity: sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==} cpu: [x64] os: [linux] + libc: [glibc] - '@img/sharp-libvips-linuxmusl-arm64@1.2.0': - resolution: {integrity: sha512-UG+LqQJbf5VJ8NWJ5Z3tdIe/HXjuIdo4JeVNADXBFuG7z9zjoegpzzGIyV5zQKi4zaJjnAd2+g2nna8TZvuW9Q==} + '@img/sharp-libvips-linuxmusl-arm64@1.1.0': + resolution: {integrity: sha512-jYZdG+whg0MDK+q2COKbYidaqW/WTz0cc1E+tMAusiDygrM4ypmSCjOJPmFTvHHJ8j/6cAGyeDWZOsK06tP33w==} cpu: [arm64] os: [linux] + libc: [musl] - '@img/sharp-libvips-linuxmusl-x64@1.2.0': - resolution: {integrity: sha512-SRYOLR7CXPgNze8akZwjoGBoN1ThNZoqpOgfnOxmWsklTGVfJiGJoC/Lod7aNMGA1jSsKWM1+HRX43OP6p9+6Q==} + '@img/sharp-libvips-linuxmusl-x64@1.1.0': + resolution: {integrity: sha512-wK7SBdwrAiycjXdkPnGCPLjYb9lD4l6Ze2gSdAGVZrEL05AOUJESWU2lhlC+Ffn5/G+VKuSm6zzbQSzFX/P65A==} cpu: [x64] os: [linux] + libc: [musl] - '@img/sharp-linux-arm64@0.34.3': - resolution: {integrity: sha512-QdrKe3EvQrqwkDrtuTIjI0bu6YEJHTgEeqdzI3uWJOH6G1O8Nl1iEeVYRGdj1h5I21CqxSvQp1Yv7xeU3ZewbA==} + '@img/sharp-linux-arm64@0.34.2': + resolution: {integrity: sha512-D8n8wgWmPDakc83LORcfJepdOSN6MvWNzzz2ux0MnIbOqdieRZwVYY32zxVx+IFUT8er5KPcyU3XXsn+GzG/0Q==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] + libc: [glibc] - '@img/sharp-linux-arm@0.34.3': - resolution: {integrity: sha512-oBK9l+h6KBN0i3dC8rYntLiVfW8D8wH+NPNT3O/WBHeW0OQWCjfWksLUaPidsrDKpJgXp3G3/hkmhptAW0I3+A==} + '@img/sharp-linux-arm@0.34.2': + resolution: {integrity: sha512-0DZzkvuEOqQUP9mo2kjjKNok5AmnOr1jB2XYjkaoNRwpAYMDzRmAqUIa1nRi58S2WswqSfPOWLNOr0FDT3H5RQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm] os: [linux] + libc: [glibc] - '@img/sharp-linux-ppc64@0.34.3': - resolution: {integrity: sha512-GLtbLQMCNC5nxuImPR2+RgrviwKwVql28FWZIW1zWruy6zLgA5/x2ZXk3mxj58X/tszVF69KK0Is83V8YgWhLA==} - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} - cpu: [ppc64] - os: [linux] - - '@img/sharp-linux-s390x@0.34.3': - resolution: {integrity: sha512-3gahT+A6c4cdc2edhsLHmIOXMb17ltffJlxR0aC2VPZfwKoTGZec6u5GrFgdR7ciJSsHT27BD3TIuGcuRT0KmQ==} + '@img/sharp-linux-s390x@0.34.2': + resolution: {integrity: sha512-EGZ1xwhBI7dNISwxjChqBGELCWMGDvmxZXKjQRuqMrakhO8QoMgqCrdjnAqJq/CScxfRn+Bb7suXBElKQpPDiw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [s390x] os: [linux] + libc: [glibc] - '@img/sharp-linux-x64@0.34.3': - resolution: {integrity: sha512-8kYso8d806ypnSq3/Ly0QEw90V5ZoHh10yH0HnrzOCr6DKAPI6QVHvwleqMkVQ0m+fc7EH8ah0BB0QPuWY6zJQ==} + '@img/sharp-linux-x64@0.34.2': + resolution: {integrity: sha512-sD7J+h5nFLMMmOXYH4DD9UtSNBD05tWSSdWAcEyzqW8Cn5UxXvsHAxmxSesYUsTOBmUnjtxghKDl15EvfqLFbQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] + libc: [glibc] - '@img/sharp-linuxmusl-arm64@0.34.3': - resolution: {integrity: sha512-vAjbHDlr4izEiXM1OTggpCcPg9tn4YriK5vAjowJsHwdBIdx0fYRsURkxLG2RLm9gyBq66gwtWI8Gx0/ov+JKQ==} + '@img/sharp-linuxmusl-arm64@0.34.2': + resolution: {integrity: sha512-NEE2vQ6wcxYav1/A22OOxoSOGiKnNmDzCYFOZ949xFmrWZOVII1Bp3NqVVpvj+3UeHMFyN5eP/V5hzViQ5CZNA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] + libc: [musl] - '@img/sharp-linuxmusl-x64@0.34.3': - resolution: {integrity: sha512-gCWUn9547K5bwvOn9l5XGAEjVTTRji4aPTqLzGXHvIr6bIDZKNTA34seMPgM0WmSf+RYBH411VavCejp3PkOeQ==} + '@img/sharp-linuxmusl-x64@0.34.2': + resolution: {integrity: sha512-DOYMrDm5E6/8bm/yQLCWyuDJwUnlevR8xtF8bs+gjZ7cyUNYXiSf/E8Kp0Ss5xasIaXSHzb888V1BE4i1hFhAA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] + libc: [musl] - '@img/sharp-wasm32@0.34.3': - resolution: {integrity: sha512-+CyRcpagHMGteySaWos8IbnXcHgfDn7pO2fiC2slJxvNq9gDipYBN42/RagzctVRKgxATmfqOSulgZv5e1RdMg==} + '@img/sharp-wasm32@0.34.2': + resolution: {integrity: sha512-/VI4mdlJ9zkaq53MbIG6rZY+QRN3MLbR6usYlgITEzi4Rpx5S6LFKsycOQjkOGmqTNmkIdLjEvooFKwww6OpdQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [wasm32] - '@img/sharp-win32-arm64@0.34.3': - resolution: {integrity: sha512-MjnHPnbqMXNC2UgeLJtX4XqoVHHlZNd+nPt1kRPmj63wURegwBhZlApELdtxM2OIZDRv/DFtLcNhVbd1z8GYXQ==} + '@img/sharp-win32-arm64@0.34.2': + resolution: {integrity: sha512-cfP/r9FdS63VA5k0xiqaNaEoGxBg9k7uE+RQGzuK9fHt7jib4zAVVseR9LsE4gJcNWgT6APKMNnCcnyOtmSEUQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [win32] - '@img/sharp-win32-ia32@0.34.3': - resolution: {integrity: sha512-xuCdhH44WxuXgOM714hn4amodJMZl3OEvf0GVTm0BEyMeA2to+8HEdRPShH0SLYptJY1uBw+SCFP9WVQi1Q/cw==} + '@img/sharp-win32-ia32@0.34.2': + resolution: {integrity: sha512-QLjGGvAbj0X/FXl8n1WbtQ6iVBpWU7JO94u/P2M4a8CFYsvQi4GW2mRy/JqkRx0qpBzaOdKJKw8uc930EX2AHw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [ia32] os: [win32] - '@img/sharp-win32-x64@0.34.3': - resolution: {integrity: sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==} + '@img/sharp-win32-x64@0.34.2': + resolution: {integrity: sha512-aUdT6zEYtDKCaxkofmmJDJYGCf0+pJg3eU9/oBuqvEeoB9dKI6ZLc/1iLJCTuJQDO4ptntAlkUmHgGjyuobZbw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [win32] - '@jridgewell/gen-mapping@0.3.8': - resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} - engines: {node: '>=6.0.0'} + '@inquirer/ansi@1.0.0': + resolution: {integrity: sha512-JWaTfCxI1eTmJ1BIv86vUfjVatOdxwD0DAVKYevY8SazeUUZtW+tNbsdejVO1GYE0GXJW1N1ahmiC3TFd+7wZA==} + engines: {node: '>=18'} + + '@inquirer/confirm@5.1.18': + resolution: {integrity: sha512-MilmWOzHa3Ks11tzvuAmFoAd/wRuaP3SwlT1IZhyMke31FKLxPiuDWcGXhU+PKveNOpAc4axzAgrgxuIJJRmLw==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + + '@inquirer/core@10.2.2': + resolution: {integrity: sha512-yXq/4QUnk4sHMtmbd7irwiepjB8jXU0kkFRL4nr/aDBA2mDz13cMakEWdDwX3eSCTkk03kwcndD1zfRAIlELxA==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + + '@inquirer/figures@1.0.13': + resolution: {integrity: sha512-lGPVU3yO9ZNqA7vTYz26jny41lE7yoQansmqdMLBEfqaGsmdg7V3W9mK9Pvb5IL4EVZ9GnSDGMO/cJXud5dMaw==} + engines: {node: '>=18'} + + '@inquirer/type@3.0.8': + resolution: {integrity: sha512-lg9Whz8onIHRthWaN1Q9EGLa/0LFJjyM8mEUbL1eTi6yMGvBf8gvyDLtxSXztQsxMvhxxNpJYrwa1YHdq+w4Jw==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + + '@jridgewell/gen-mapping@0.3.13': + resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} - '@jridgewell/set-array@1.2.1': - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} - engines: {node: '>=6.0.0'} + '@jridgewell/source-map@0.3.11': + resolution: {integrity: sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==} - '@jridgewell/sourcemap-codec@1.5.0': - resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + '@jridgewell/sourcemap-codec@1.5.5': + resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} - '@jridgewell/trace-mapping@0.3.25': - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + '@jridgewell/trace-mapping@0.3.30': + resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==} '@lit-labs/ssr-dom-shim@1.4.0': resolution: {integrity: sha512-ficsEARKnmmW5njugNYKipTm4SFnbik7CXtoencDZzmzo/dQ+2Q0bgkzJuoJP20Aj0F+izzJjOqsnkd6F/o1bw==} @@ -1028,6 +1059,10 @@ packages: resolution: {integrity: sha512-1ugFO1UoirU2esS3juZanS/Fo8C8XYocCuBpfZI5N7ECtoG+zu0wF+uWZASik6CkO6w9n/Iebt4iI4pT0vptpg==} engines: {node: '>=16.0.0'} + '@metamask/rpc-errors@7.0.2': + resolution: {integrity: sha512-YYYHsVYd46XwY2QZzpGeU4PSdRhHdxnzkB8piWGvJW2xbikZ3R+epAYEL4q/K8bh9JPTucsUdwRFnACor1aOYw==} + engines: {node: ^18.20 || ^20.17 || >=22} + '@metamask/safe-event-emitter@2.0.0': resolution: {integrity: sha512-/kSXhY692qiV1MXu6EeOZvg5nECLclxNXcKCxJ3cXQgYuRymRHpdx/t7JXfsK+JLjwA1e1c1/SBrlQYpusC29Q==} @@ -1035,8 +1070,11 @@ packages: resolution: {integrity: sha512-5yb2gMI1BDm0JybZezeoX/3XhPDOtTbcFvpTXM9kxsoZjPZFh4XciqRbpD6N86HYZqWDhEaKUDuOyR0sQHEjMA==} engines: {node: '>=12.0.0'} - '@metamask/sdk-communication-layer@0.32.0': - resolution: {integrity: sha512-dmj/KFjMi1fsdZGIOtbhxdg3amxhKL/A5BqSU4uh/SyDKPub/OT+x5pX8bGjpTL1WPWY/Q0OIlvFyX3VWnT06Q==} + '@metamask/sdk-analytics@0.0.5': + resolution: {integrity: sha512-fDah+keS1RjSUlC8GmYXvx6Y26s3Ax1U9hGpWb6GSY5SAdmTSIqp2CvYy6yW0WgLhnYhW+6xERuD0eVqV63QIQ==} + + '@metamask/sdk-communication-layer@0.33.1': + resolution: {integrity: sha512-0bI9hkysxcfbZ/lk0T2+aKVo1j0ynQVTuB3sJ5ssPWlz+Z3VwveCkP1O7EVu1tsVVCb0YV5WxK9zmURu2FIiaA==} peerDependencies: cross-fetch: ^4.0.0 eciesjs: '*' @@ -1044,16 +1082,20 @@ packages: readable-stream: ^3.6.2 socket.io-client: ^4.5.1 - '@metamask/sdk-install-modal-web@0.32.0': - resolution: {integrity: sha512-TFoktj0JgfWnQaL3yFkApqNwcaqJ+dw4xcnrJueMP3aXkSNev2Ido+WVNOg4IIMxnmOrfAC9t0UJ0u/dC9MjOQ==} + '@metamask/sdk-install-modal-web@0.32.1': + resolution: {integrity: sha512-MGmAo6qSjf1tuYXhCu2EZLftq+DSt5Z7fsIKr2P+lDgdTPWgLfZB1tJKzNcwKKOdf6q9Qmmxn7lJuI/gq5LrKw==} - '@metamask/sdk@0.32.0': - resolution: {integrity: sha512-WmGAlP1oBuD9hk4CsdlG1WJFuPtYJY+dnTHJMeCyohTWD2GgkcLMUUuvu9lO1/NVzuOoSi1OrnjbuY1O/1NZ1g==} + '@metamask/sdk@0.33.1': + resolution: {integrity: sha512-1mcOQVGr9rSrVcbKPNVzbZ8eCl1K0FATsYH3WJ/MH4WcZDWGECWrXJPNMZoEAkLxWiMe8jOQBumg2pmcDa9zpQ==} - '@metamask/superstruct@3.1.0': - resolution: {integrity: sha512-N08M56HdOgBfRKkrgCMZvQppkZGcArEop3kixNEtVbJKm6P9Cfg0YkI6X0s1g78sNrj2fWUwvJADdZuzJgFttA==} + '@metamask/superstruct@3.2.1': + resolution: {integrity: sha512-fLgJnDOXFmuVlB38rUN5SmU7hAFQcCjrg3Vrxz67KTY7YHFnSNEKvX4avmEBdOI0yTCxZjwMCFEqsC8k2+Wd3g==} engines: {node: '>=16.0.0'} + '@metamask/utils@11.4.2': + resolution: {integrity: sha512-TygCcGmUbhmpxjYMm+mx68kRiJ80jYV54/Aa8gUFBv4cTX7ulX2XZKr8CJoJAw3K3FN5ZvCRmU0IzWZFaonwhA==} + engines: {node: ^18.18 || ^20.14 || >=22} + '@metamask/utils@5.0.2': resolution: {integrity: sha512-yfmE79bRQtnMzarnKfX7AEJBwFTxvTyw3nBQlu/5rmGXrjAeAMltoGxO62TFurxrQAFMNa/fEjIHNvungZp0+g==} engines: {node: '>=14.0.0'} @@ -1066,53 +1108,61 @@ packages: resolution: {integrity: sha512-w8CVbdkDrVXFJbfBSlDfafDR6BAkpDmv1bC1UJVCoVny5tW2RKAdn9i68Xf7asYT4TnUhl/hN4zfUiKQq9II4g==} engines: {node: '>=16.0.0'} - '@next/env@15.4.1': - resolution: {integrity: sha512-DXQwFGAE2VH+f2TJsKepRXpODPU+scf5fDbKOME8MMyeyswe4XwgRdiiIYmBfkXU+2ssliLYznajTrOQdnLR5A==} + '@mswjs/interceptors@0.39.6': + resolution: {integrity: sha512-bndDP83naYYkfayr/qhBHMhk0YGwS1iv6vaEGcr0SQbO0IZtbOPqjKjds/WcG+bJA+1T5vCx6kprKOzn5Bg+Vw==} + engines: {node: '>=18'} + + '@next/env@15.3.3': + resolution: {integrity: sha512-OdiMrzCl2Xi0VTjiQQUK0Xh7bJHnOuET2s+3V+Y40WJBAXrJeGA3f+I8MZJ/YQ3mVGi5XGR1L66oFlgqXhQ4Vw==} - '@next/swc-darwin-arm64@15.4.1': - resolution: {integrity: sha512-L+81yMsiHq82VRXS2RVq6OgDwjvA4kDksGU8hfiDHEXP+ncKIUhUsadAVB+MRIp2FErs/5hpXR0u2eluWPAhig==} + '@next/swc-darwin-arm64@15.3.3': + resolution: {integrity: sha512-WRJERLuH+O3oYB4yZNVahSVFmtxRNjNF1I1c34tYMoJb0Pve+7/RaLAJJizyYiFhjYNGHRAE1Ri2Fd23zgDqhg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@15.4.1': - resolution: {integrity: sha512-jfz1RXu6SzL14lFl05/MNkcN35lTLMJWPbqt7Xaj35+ZWAX342aePIJrN6xBdGeKl6jPXJm0Yqo3Xvh3Gpo3Uw==} + '@next/swc-darwin-x64@15.3.3': + resolution: {integrity: sha512-XHdzH/yBc55lu78k/XwtuFR/ZXUTcflpRXcsu0nKmF45U96jt1tsOZhVrn5YH+paw66zOANpOnFQ9i6/j+UYvw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-linux-arm64-gnu@15.4.1': - resolution: {integrity: sha512-k0tOFn3dsnkaGfs6iQz8Ms6f1CyQe4GacXF979sL8PNQxjYS1swx9VsOyUQYaPoGV8nAZ7OX8cYaeiXGq9ahPQ==} + '@next/swc-linux-arm64-gnu@15.3.3': + resolution: {integrity: sha512-VZ3sYL2LXB8znNGcjhocikEkag/8xiLgnvQts41tq6i+wql63SMS1Q6N8RVXHw5pEUjiof+II3HkDd7GFcgkzw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [glibc] - '@next/swc-linux-arm64-musl@15.4.1': - resolution: {integrity: sha512-4ogGQ/3qDzbbK3IwV88ltihHFbQVq6Qr+uEapzXHXBH1KsVBZOB50sn6BWHPcFjwSoMX2Tj9eH/fZvQnSIgc3g==} + '@next/swc-linux-arm64-musl@15.3.3': + resolution: {integrity: sha512-h6Y1fLU4RWAp1HPNJWDYBQ+e3G7sLckyBXhmH9ajn8l/RSMnhbuPBV/fXmy3muMcVwoJdHL+UtzRzs0nXOf9SA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [musl] - '@next/swc-linux-x64-gnu@15.4.1': - resolution: {integrity: sha512-Jj0Rfw3wIgp+eahMz/tOGwlcYYEFjlBPKU7NqoOkTX0LY45i5W0WcDpgiDWSLrN8KFQq/LW7fZq46gxGCiOYlQ==} + '@next/swc-linux-x64-gnu@15.3.3': + resolution: {integrity: sha512-jJ8HRiF3N8Zw6hGlytCj5BiHyG/K+fnTKVDEKvUCyiQ/0r5tgwO7OgaRiOjjRoIx2vwLR+Rz8hQoPrnmFbJdfw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [glibc] - '@next/swc-linux-x64-musl@15.4.1': - resolution: {integrity: sha512-9WlEZfnw1vFqkWsTMzZDgNL7AUI1aiBHi0S2m8jvycPyCq/fbZjtE/nDkhJRYbSjXbtRHYLDBlmP95kpjEmJbw==} + '@next/swc-linux-x64-musl@15.3.3': + resolution: {integrity: sha512-HrUcTr4N+RgiiGn3jjeT6Oo208UT/7BuTr7K0mdKRBtTbT4v9zJqCDKO97DUqqoBK1qyzP1RwvrWTvU6EPh/Cw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [musl] - '@next/swc-win32-arm64-msvc@15.4.1': - resolution: {integrity: sha512-WodRbZ9g6CQLRZsG3gtrA9w7Qfa9BwDzhFVdlI6sV0OCPq9JrOrJSp9/ioLsezbV8w9RCJ8v55uzJuJ5RgWLZg==} + '@next/swc-win32-arm64-msvc@15.3.3': + resolution: {integrity: sha512-SxorONgi6K7ZUysMtRF3mIeHC5aA3IQLmKFQzU0OuhuUYwpOBc1ypaLJLP5Bf3M9k53KUUUj4vTPwzGvl/NwlQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-x64-msvc@15.4.1': - resolution: {integrity: sha512-y+wTBxelk2xiNofmDOVU7O5WxTHcvOoL3srOM0kxTzKDjQ57kPU0tpnPJ/BWrRnsOwXEv0+3QSbGR7hY4n9LkQ==} + '@next/swc-win32-x64-msvc@15.3.3': + resolution: {integrity: sha512-4QZG6F8enl9/S2+yIiOiju0iCTFd93d8VC1q9LZS4p/Xuk81W2QDjCFeoogmrWWkAD59z8ZxepBQap2dKS5ruw==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -1121,6 +1171,10 @@ packages: resolution: {integrity: sha512-rONPWMC7PeExE077uLE4oqWrZ1IvAfz3oH9LibVAcVCopJiA9R62uavnbEzdkVmJYI6M6Zgkbeb07+tWjlq2XA==} engines: {node: ^14.21.3 || >=16} + '@noble/ciphers@1.3.0': + resolution: {integrity: sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==} + engines: {node: ^14.21.3 || >=16} + '@noble/curves@1.4.2': resolution: {integrity: sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==} @@ -1136,6 +1190,14 @@ packages: resolution: {integrity: sha512-vnI7V6lFNe0tLAuJMu+2sX+FcL14TaCWy1qiczg1VwRmPrpQCdq5ESXQMqUc2tluRNf6irBXrWbl1mGN8uaU/g==} engines: {node: ^14.21.3 || >=16} + '@noble/curves@1.9.1': + resolution: {integrity: sha512-k11yZxZg+t+gWvBbIswW0yoJlu8cHOC7dhunwOzoWH/mXGBiYyR4YY6hAEK/3EUs4UpB8la1RfdRpeGsFHkWsA==} + engines: {node: ^14.21.3 || >=16} + + '@noble/curves@1.9.7': + resolution: {integrity: sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==} + engines: {node: ^14.21.3 || >=16} + '@noble/hashes@1.4.0': resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==} engines: {node: '>= 16'} @@ -1152,6 +1214,10 @@ packages: resolution: {integrity: sha512-biZ0NUSxyjLLqo6KxEJ1b+C2NAx0wtDoFvCaXHGgUkeHzf3Xc1xKumFKREuT7f7DARNZ/slvYUwFG6B0f2b6hQ==} engines: {node: ^14.21.3 || >=16} + '@noble/hashes@1.8.0': + resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==} + engines: {node: ^14.21.3 || >=16} + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -1164,11 +1230,25 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} + '@open-draft/deferred-promise@2.2.0': + resolution: {integrity: sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==} + + '@open-draft/logger@0.3.0': + resolution: {integrity: sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==} + + '@open-draft/until@2.1.0': + resolution: {integrity: sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==} + + '@opentelemetry/api@1.9.0': + resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==} + engines: {node: '>=8.0.0'} + '@panva/hkdf@1.2.1': resolution: {integrity: sha512-6oclG6Y3PiDFcoyk8srjLfVKyMfVCKJ27JwNPViuXziFpmdz+MZnZN/aKY0JGXgYuO/VghU0jcOAZgWXZ1Dmrw==} '@paulmillr/qr@0.2.1': resolution: {integrity: sha512-IHnV6A+zxU7XwmKFinmYjUcwlyK9+xkG3/s9KcQhI9BjQKycrJ1JRO+FbNYPwZiPKW3je/DR0k7w8/gLa5eaxQ==} + deprecated: 'The package is now available as "qr": npm install qr' '@reown/appkit-common@1.7.8': resolution: {integrity: sha512-ridIhc/x6JOp7KbDdwGKY4zwf8/iK8EYBl+HtWrruutSLwZyVi5P8WaZa+8iajL6LcDcDF7LoyLwMTym7SRuwQ==} @@ -1199,98 +1279,114 @@ packages: '@reown/appkit@1.7.8': resolution: {integrity: sha512-51kTleozhA618T1UvMghkhKfaPcc9JlKwLJ5uV+riHyvSoWPKPRIa5A6M1Wano5puNyW0s3fwywhyqTHSilkaA==} - '@rollup/rollup-android-arm-eabi@4.35.0': - resolution: {integrity: sha512-uYQ2WfPaqz5QtVgMxfN6NpLD+no0MYHDBywl7itPYd3K5TjjSghNKmX8ic9S8NU8w81NVhJv/XojcHptRly7qQ==} + '@rollup/rollup-android-arm-eabi@4.43.0': + resolution: {integrity: sha512-Krjy9awJl6rKbruhQDgivNbD1WuLb8xAclM4IR4cN5pHGAs2oIMMQJEiC3IC/9TZJ+QZkmZhlMO/6MBGxPidpw==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.35.0': - resolution: {integrity: sha512-FtKddj9XZudurLhdJnBl9fl6BwCJ3ky8riCXjEw3/UIbjmIY58ppWwPEvU3fNu+W7FUsAsB1CdH+7EQE6CXAPA==} + '@rollup/rollup-android-arm64@4.43.0': + resolution: {integrity: sha512-ss4YJwRt5I63454Rpj+mXCXicakdFmKnUNxr1dLK+5rv5FJgAxnN7s31a5VchRYxCFWdmnDWKd0wbAdTr0J5EA==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.35.0': - resolution: {integrity: sha512-Uk+GjOJR6CY844/q6r5DR/6lkPFOw0hjfOIzVx22THJXMxktXG6CbejseJFznU8vHcEBLpiXKY3/6xc+cBm65Q==} + '@rollup/rollup-darwin-arm64@4.43.0': + resolution: {integrity: sha512-eKoL8ykZ7zz8MjgBenEF2OoTNFAPFz1/lyJ5UmmFSz5jW+7XbH1+MAgCVHy72aG59rbuQLcJeiMrP8qP5d/N0A==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.35.0': - resolution: {integrity: sha512-3IrHjfAS6Vkp+5bISNQnPogRAW5GAV1n+bNCrDwXmfMHbPl5EhTmWtfmwlJxFRUCBZ+tZ/OxDyU08aF6NI/N5Q==} + '@rollup/rollup-darwin-x64@4.43.0': + resolution: {integrity: sha512-SYwXJgaBYW33Wi/q4ubN+ldWC4DzQY62S4Ll2dgfr/dbPoF50dlQwEaEHSKrQdSjC6oIe1WgzosoaNoHCdNuMg==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.35.0': - resolution: {integrity: sha512-sxjoD/6F9cDLSELuLNnY0fOrM9WA0KrM0vWm57XhrIMf5FGiN8D0l7fn+bpUeBSU7dCgPV2oX4zHAsAXyHFGcQ==} + '@rollup/rollup-freebsd-arm64@4.43.0': + resolution: {integrity: sha512-SV+U5sSo0yujrjzBF7/YidieK2iF6E7MdF6EbYxNz94lA+R0wKl3SiixGyG/9Klab6uNBIqsN7j4Y/Fya7wAjQ==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.35.0': - resolution: {integrity: sha512-2mpHCeRuD1u/2kruUiHSsnjWtHjqVbzhBkNVQ1aVD63CcexKVcQGwJ2g5VphOd84GvxfSvnnlEyBtQCE5hxVVw==} + '@rollup/rollup-freebsd-x64@4.43.0': + resolution: {integrity: sha512-J7uCsiV13L/VOeHJBo5SjasKiGxJ0g+nQTrBkAsmQBIdil3KhPnSE9GnRon4ejX1XDdsmK/l30IYLiAaQEO0Cg==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.35.0': - resolution: {integrity: sha512-mrA0v3QMy6ZSvEuLs0dMxcO2LnaCONs1Z73GUDBHWbY8tFFocM6yl7YyMu7rz4zS81NDSqhrUuolyZXGi8TEqg==} + '@rollup/rollup-linux-arm-gnueabihf@4.43.0': + resolution: {integrity: sha512-gTJ/JnnjCMc15uwB10TTATBEhK9meBIY+gXP4s0sHD1zHOaIh4Dmy1X9wup18IiY9tTNk5gJc4yx9ctj/fjrIw==} cpu: [arm] os: [linux] + libc: [glibc] - '@rollup/rollup-linux-arm-musleabihf@4.35.0': - resolution: {integrity: sha512-DnYhhzcvTAKNexIql8pFajr0PiDGrIsBYPRvCKlA5ixSS3uwo/CWNZxB09jhIapEIg945KOzcYEAGGSmTSpk7A==} + '@rollup/rollup-linux-arm-musleabihf@4.43.0': + resolution: {integrity: sha512-ZJ3gZynL1LDSIvRfz0qXtTNs56n5DI2Mq+WACWZ7yGHFUEirHBRt7fyIk0NsCKhmRhn7WAcjgSkSVVxKlPNFFw==} cpu: [arm] os: [linux] + libc: [musl] - '@rollup/rollup-linux-arm64-gnu@4.35.0': - resolution: {integrity: sha512-uagpnH2M2g2b5iLsCTZ35CL1FgyuzzJQ8L9VtlJ+FckBXroTwNOaD0z0/UF+k5K3aNQjbm8LIVpxykUOQt1m/A==} + '@rollup/rollup-linux-arm64-gnu@4.43.0': + resolution: {integrity: sha512-8FnkipasmOOSSlfucGYEu58U8cxEdhziKjPD2FIa0ONVMxvl/hmONtX/7y4vGjdUhjcTHlKlDhw3H9t98fPvyA==} cpu: [arm64] os: [linux] + libc: [glibc] - '@rollup/rollup-linux-arm64-musl@4.35.0': - resolution: {integrity: sha512-XQxVOCd6VJeHQA/7YcqyV0/88N6ysSVzRjJ9I9UA/xXpEsjvAgDTgH3wQYz5bmr7SPtVK2TsP2fQ2N9L4ukoUg==} + '@rollup/rollup-linux-arm64-musl@4.43.0': + resolution: {integrity: sha512-KPPyAdlcIZ6S9C3S2cndXDkV0Bb1OSMsX0Eelr2Bay4EsF9yi9u9uzc9RniK3mcUGCLhWY9oLr6er80P5DE6XA==} cpu: [arm64] os: [linux] + libc: [musl] - '@rollup/rollup-linux-loongarch64-gnu@4.35.0': - resolution: {integrity: sha512-5pMT5PzfgwcXEwOaSrqVsz/LvjDZt+vQ8RT/70yhPU06PTuq8WaHhfT1LW+cdD7mW6i/J5/XIkX/1tCAkh1W6g==} + '@rollup/rollup-linux-loongarch64-gnu@4.43.0': + resolution: {integrity: sha512-HPGDIH0/ZzAZjvtlXj6g+KDQ9ZMHfSP553za7o2Odegb/BEfwJcR0Sw0RLNpQ9nC6Gy8s+3mSS9xjZ0n3rhcYg==} cpu: [loong64] os: [linux] + libc: [glibc] - '@rollup/rollup-linux-powerpc64le-gnu@4.35.0': - resolution: {integrity: sha512-c+zkcvbhbXF98f4CtEIP1EBA/lCic5xB0lToneZYvMeKu5Kamq3O8gqrxiYYLzlZH6E3Aq+TSW86E4ay8iD8EA==} + '@rollup/rollup-linux-powerpc64le-gnu@4.43.0': + resolution: {integrity: sha512-gEmwbOws4U4GLAJDhhtSPWPXUzDfMRedT3hFMyRAvM9Mrnj+dJIFIeL7otsv2WF3D7GrV0GIewW0y28dOYWkmw==} cpu: [ppc64] os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-riscv64-gnu@4.43.0': + resolution: {integrity: sha512-XXKvo2e+wFtXZF/9xoWohHg+MuRnvO29TI5Hqe9xwN5uN8NKUYy7tXUG3EZAlfchufNCTHNGjEx7uN78KsBo0g==} + cpu: [riscv64] + os: [linux] + libc: [glibc] - '@rollup/rollup-linux-riscv64-gnu@4.35.0': - resolution: {integrity: sha512-s91fuAHdOwH/Tad2tzTtPX7UZyytHIRR6V4+2IGlV0Cej5rkG0R61SX4l4y9sh0JBibMiploZx3oHKPnQBKe4g==} + '@rollup/rollup-linux-riscv64-musl@4.43.0': + resolution: {integrity: sha512-ruf3hPWhjw6uDFsOAzmbNIvlXFXlBQ4nk57Sec8E8rUxs/AI4HD6xmiiasOOx/3QxS2f5eQMKTAwk7KHwpzr/Q==} cpu: [riscv64] os: [linux] + libc: [musl] - '@rollup/rollup-linux-s390x-gnu@4.35.0': - resolution: {integrity: sha512-hQRkPQPLYJZYGP+Hj4fR9dDBMIM7zrzJDWFEMPdTnTy95Ljnv0/4w/ixFw3pTBMEuuEuoqtBINYND4M7ujcuQw==} + '@rollup/rollup-linux-s390x-gnu@4.43.0': + resolution: {integrity: sha512-QmNIAqDiEMEvFV15rsSnjoSmO0+eJLoKRD9EAa9rrYNwO/XRCtOGM3A5A0X+wmG+XRrw9Fxdsw+LnyYiZWWcVw==} cpu: [s390x] os: [linux] + libc: [glibc] - '@rollup/rollup-linux-x64-gnu@4.35.0': - resolution: {integrity: sha512-Pim1T8rXOri+0HmV4CdKSGrqcBWX0d1HoPnQ0uw0bdp1aP5SdQVNBy8LjYncvnLgu3fnnCt17xjWGd4cqh8/hA==} + '@rollup/rollup-linux-x64-gnu@4.43.0': + resolution: {integrity: sha512-jAHr/S0iiBtFyzjhOkAics/2SrXE092qyqEg96e90L3t9Op8OTzS6+IX0Fy5wCt2+KqeHAkti+eitV0wvblEoQ==} cpu: [x64] os: [linux] + libc: [glibc] - '@rollup/rollup-linux-x64-musl@4.35.0': - resolution: {integrity: sha512-QysqXzYiDvQWfUiTm8XmJNO2zm9yC9P/2Gkrwg2dH9cxotQzunBHYr6jk4SujCTqnfGxduOmQcI7c2ryuW8XVg==} + '@rollup/rollup-linux-x64-musl@4.43.0': + resolution: {integrity: sha512-3yATWgdeXyuHtBhrLt98w+5fKurdqvs8B53LaoKD7P7H7FKOONLsBVMNl9ghPQZQuYcceV5CDyPfyfGpMWD9mQ==} cpu: [x64] os: [linux] + libc: [musl] - '@rollup/rollup-win32-arm64-msvc@4.35.0': - resolution: {integrity: sha512-OUOlGqPkVJCdJETKOCEf1mw848ZyJ5w50/rZ/3IBQVdLfR5jk/6Sr5m3iO2tdPgwo0x7VcncYuOvMhBWZq8ayg==} + '@rollup/rollup-win32-arm64-msvc@4.43.0': + resolution: {integrity: sha512-wVzXp2qDSCOpcBCT5WRWLmpJRIzv23valvcTwMHEobkjippNf+C3ys/+wf07poPkeNix0paTNemB2XrHr2TnGw==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.35.0': - resolution: {integrity: sha512-2/lsgejMrtwQe44glq7AFFHLfJBPafpsTa6JvP2NGef/ifOa4KBoglVf7AKN7EV9o32evBPRqfg96fEHzWo5kw==} + '@rollup/rollup-win32-ia32-msvc@4.43.0': + resolution: {integrity: sha512-fYCTEyzf8d+7diCw8b+asvWDCLMjsCEA8alvtAutqJOJp/wL5hs1rWSqJ1vkjgW0L2NB4bsYJrpKkiIPRR9dvw==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.35.0': - resolution: {integrity: sha512-PIQeY5XDkrOysbQblSW7v3l1MDZzkTEzAfTPkj5VAu3FW8fS4ynyLg2sINp0fp3SjZ8xkRYpLqoKcYqAkhU1dw==} + '@rollup/rollup-win32-x64-msvc@4.43.0': + resolution: {integrity: sha512-SnGhLiE5rlK0ofq8kzuDkM0g7FN1s5VYY+YSMTibP7CqShxCQvqtNxTARS4xX4PFJfHjG0ZQYX9iGzI3FQh5Aw==} cpu: [x64] os: [win32] @@ -1300,15 +1396,15 @@ packages: '@safe-global/safe-apps-sdk@9.1.0': resolution: {integrity: sha512-N5p/ulfnnA2Pi2M3YeWjULeWbjo7ei22JwU/IXnhoHzKq3pYCN6ynL9mJBOlvDVv892EgLPCWCOwQk/uBT2v0Q==} - '@safe-global/safe-gateway-typescript-sdk@3.22.9': - resolution: {integrity: sha512-7ojVK/crhOaGowEO8uYWaopZzcr5rR76emgllGIfjCLR70aY4PbASpi9Pbs+7jIRzPDBBkM0RBo+zYx5UduX8Q==} + '@safe-global/safe-gateway-typescript-sdk@3.23.1': + resolution: {integrity: sha512-6ORQfwtEJYpalCeVO21L4XXGSdbEMfyp2hEv6cP82afKXSwvse6d3sdelgaPWUxHIsFRkWvHDdzh8IyyKHZKxw==} engines: {node: '>=16'} '@scure/base@1.1.9': resolution: {integrity: sha512-8YKhl8GHiNI/pU2VMaofa2Tor7PJRAjwQLBBuilkJ9L5+13yVbC7JO/wS7piioAvPSwR3JKM1IJ/u4xQzbcXKg==} - '@scure/base@1.2.4': - resolution: {integrity: sha512-5Yy9czTO47mqz+/J8GM6GIId4umdCk1wc1q8rKERQulIoc8VP9pzDcghv10Tl2E7R96ZUx/PhND3ESYUQX8NuQ==} + '@scure/base@1.2.6': + resolution: {integrity: sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==} '@scure/bip32@1.4.0': resolution: {integrity: sha512-sVUpc0Vq3tXCkDGYVWGIZTRfnvu8LoTDaev7vbwh0omSvVORONr960MQWdKqJDCReIEmTj3PAr73O3aoxz7OPg==} @@ -1316,23 +1412,293 @@ packages: '@scure/bip32@1.6.2': resolution: {integrity: sha512-t96EPDMbtGgtb7onKKqxRLfE5g05k7uHnHRM2xdE6BP/ZmxaLtPek4J4KfVn/90IQNrU1IOAqMgiDtUdtbe3nw==} + '@scure/bip32@1.7.0': + resolution: {integrity: sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw==} + '@scure/bip39@1.3.0': resolution: {integrity: sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==} '@scure/bip39@1.5.4': resolution: {integrity: sha512-TFM4ni0vKvCfBpohoh+/lY05i9gRbSwXWngAsF4CABQxoaOHijxuaZ2R6cStDQ5CHtHO9aGJTr4ksVJASRRyMA==} + '@scure/bip39@1.6.0': + resolution: {integrity: sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==} + '@socket.io/component-emitter@3.1.2': resolution: {integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==} + '@solana-program/system@0.8.1': + resolution: {integrity: sha512-71U9Mzdpw8HQtfgfJSL5xKZbLMRnza2Llsfk7gGnmg2waqK+o8MMH4YNma8xXS1UmOBptXIiNvoZ3p7cmOVktg==} + peerDependencies: + '@solana/kit': ^3.0 + + '@solana-program/token@0.6.0': + resolution: {integrity: sha512-omkZh4Tt9rre4wzWHNOhOEHyenXQku3xyc/UrKvShexA/Qlhza67q7uRwmwEDUs4QqoDBidSZPooOmepnA/jig==} + peerDependencies: + '@solana/kit': ^3.0 + + '@solana/accounts@3.0.3': + resolution: {integrity: sha512-KqlePrlZaHXfu8YQTCxN204ZuVm9o68CCcUr6l27MG2cuRUtEM1Ta0iR8JFkRUAEfZJC4Cu0ZDjK/v49loXjZQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/addresses@3.0.3': + resolution: {integrity: sha512-AuMwKhJI89ANqiuJ/fawcwxNKkSeHH9CApZd2xelQQLS7X8uxAOovpcmEgiObQuiVP944s9ScGUT62Bdul9qYg==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/assertions@3.0.3': + resolution: {integrity: sha512-2qspxdbWp2y62dfCIlqeWQr4g+hE8FYSSwcaP6itwMwGRb8393yDGCJfI/znuzJh6m/XVWhMHIgFgsBwnevCmg==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/buffer-layout@4.0.1': + resolution: {integrity: sha512-E1ImOIAD1tBZFRdjeM4/pzTiTApC0AOBGwyAMS4fwIodCWArzJ3DWdoh8cKxeFM2fElkxBh2Aqts1BPC373rHA==} + engines: {node: '>=5.10'} + + '@solana/codecs-core@2.3.0': + resolution: {integrity: sha512-oG+VZzN6YhBHIoSKgS5ESM9VIGzhWjEHEGNPSibiDTxFhsFWxNaz8LbMDPjBUE69r9wmdGLkrQ+wVPbnJcZPvw==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/codecs-core@3.0.3': + resolution: {integrity: sha512-emKykJ3h1DmnDOY29Uv9eJXP8E/FHzvlUBJ6te+5EbKdFjj7vdlKYPfDxOI6iGdXTY+YC/ELtbNBh6QwF2uEDQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/codecs-data-structures@3.0.3': + resolution: {integrity: sha512-R15cLp8riJvToXziW8lP6AMSwsztGhEnwgyGmll32Mo0Yjq+hduW2/fJrA/TJs6tA/OgTzMQjlxgk009EqZHCw==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/codecs-numbers@2.3.0': + resolution: {integrity: sha512-jFvvwKJKffvG7Iz9dmN51OGB7JBcy2CJ6Xf3NqD/VP90xak66m/Lg48T01u5IQ/hc15mChVHiBm+HHuOFDUrQg==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/codecs-numbers@3.0.3': + resolution: {integrity: sha512-pfXkH9J0glrM8qj6389GAn30+cJOxzXLR2FsPOHCUMXrqLhGjMMZAWhsQkpOQ37SGc/7EiQsT/gmyGC7gxHqJQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/codecs-strings@3.0.3': + resolution: {integrity: sha512-VHBXnnTVtcQ1j+7Vrz+qSYo38no+jiHRdGnhFspRXEHNJbllzwKqgBE7YN3qoIXH+MKxgJUcwO5KHmdzf8Wn2A==} + engines: {node: '>=20.18.0'} + peerDependencies: + fastestsmallesttextencoderdecoder: ^1.0.22 + typescript: '>=5.3.3' + + '@solana/codecs@3.0.3': + resolution: {integrity: sha512-GOHwTlIQsCoJx9Ryr6cEf0FHKAQ7pY4aO4xgncAftrv0lveTQ1rPP2inQ1QT0gJllsIa8nwbfXAADs9nNJxQDA==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/errors@2.3.0': + resolution: {integrity: sha512-66RI9MAbwYV0UtP7kGcTBVLxJgUxoZGm8Fbc0ah+lGiAw17Gugco6+9GrJCV83VyF2mDWyYnYM9qdI3yjgpnaQ==} + engines: {node: '>=20.18.0'} + hasBin: true + peerDependencies: + typescript: '>=5.3.3' + + '@solana/errors@3.0.3': + resolution: {integrity: sha512-1l84xJlHNva6io62PcYfUamwWlc0eM95nHgCrKX0g0cLoC6D6QHYPCEbEVkR+C5UtP9JDgyQM8MFiv+Ei5tO9Q==} + engines: {node: '>=20.18.0'} + hasBin: true + peerDependencies: + typescript: '>=5.3.3' + + '@solana/fast-stable-stringify@3.0.3': + resolution: {integrity: sha512-ED0pxB6lSEYvg+vOd5hcuQrgzEDnOrURFgp1ZOY+lQhJkQU6xo+P829NcJZQVP1rdU2/YQPAKJKEseyfe9VMIw==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/functional@3.0.3': + resolution: {integrity: sha512-2qX1kKANn8995vOOh5S9AmF4ItGZcfbny0w28Eqy8AFh+GMnSDN4gqpmV2LvxBI9HibXZptGH3RVOMk82h1Mpw==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/instruction-plans@3.0.3': + resolution: {integrity: sha512-eqoaPtWtmLTTpdvbt4BZF5H6FIlJtXi9H7qLOM1dLYonkOX2Ncezx5NDCZ9tMb2qxVMF4IocYsQnNSnMfjQF1w==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/instructions@3.0.3': + resolution: {integrity: sha512-4csIi8YUDb5j/J+gDzmYtOvq7ZWLbCxj4t0xKn+fPrBk/FD2pK29KVT3Fu7j4Lh1/ojunQUP9X4NHwUexY3PnA==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/keys@3.0.3': + resolution: {integrity: sha512-tp8oK9tMadtSIc4vF4aXXWkPd4oU5XPW8nf28NgrGDWGt25fUHIydKjkf2hPtMt9i1WfRyQZ33B5P3dnsNqcPQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/kit@3.0.3': + resolution: {integrity: sha512-CEEhCDmkvztd1zbgADsEQhmj9GyWOOGeW1hZD+gtwbBSF5YN1uofS/pex5MIh/VIqKRj+A2UnYWI1V+9+q/lyQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/nominal-types@3.0.3': + resolution: {integrity: sha512-aZavCiexeUAoMHRQg4s1AHkH3wscbOb70diyfjhwZVgFz1uUsFez7csPp9tNFkNolnadVb2gky7yBk3IImQJ6A==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/options@3.0.3': + resolution: {integrity: sha512-jarsmnQ63RN0JPC5j9sgUat07NrL9PC71XU7pUItd6LOHtu4+wJMio3l5mT0DHVfkfbFLL6iI6+QmXSVhTNF3g==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/programs@3.0.3': + resolution: {integrity: sha512-JZlVE3/AeSNDuH3aEzCZoDu8GTXkMpGXxf93zXLzbxfxhiQ/kHrReN4XE/JWZ/uGWbaFZGR5B3UtdN2QsoZL7w==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/promises@3.0.3': + resolution: {integrity: sha512-K+UflGBVxj30XQMHTylHHZJdKH5QG3oj5k2s42GrZ/Wbu72oapVJySMBgpK45+p90t8/LEqV6rRPyTXlet9J+Q==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/rpc-api@3.0.3': + resolution: {integrity: sha512-Yym9/Ama62OY69rAZgbOCAy1QlqaWAyb0VlqFuwSaZV1pkFCCFSwWEJEsiN1n8pb2ZP+RtwNvmYixvWizx9yvA==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/rpc-parsed-types@3.0.3': + resolution: {integrity: sha512-/koM05IM2fU91kYDQxXil3VBNlOfcP+gXE0js1sdGz8KonGuLsF61CiKB5xt6u1KEXhRyDdXYLjf63JarL4Ozg==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/rpc-spec-types@3.0.3': + resolution: {integrity: sha512-A6Jt8SRRetnN3CeGAvGJxigA9zYRslGgWcSjueAZGvPX+MesFxEUjSWZCfl+FogVFvwkqfkgQZQbPAGZQFJQ6Q==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/rpc-spec@3.0.3': + resolution: {integrity: sha512-MZn5/8BebB6MQ4Gstw6zyfWsFAZYAyLzMK+AUf/rSfT8tPmWiJ/mcxnxqOXvFup/l6D67U8pyGpIoFqwCeZqqA==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/rpc-subscriptions-api@3.0.3': + resolution: {integrity: sha512-MGgVK3PUS15qsjuhimpzGZrKD/CTTvS0mAlQ0Jw84zsr1RJVdQJK/F0igu07BVd172eTZL8d90NoAQ3dahW5pA==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/rpc-subscriptions-channel-websocket@3.0.3': + resolution: {integrity: sha512-zUzUlb8Cwnw+SHlsLrSqyBRtOJKGc+FvSNJo/vWAkLShoV0wUDMPv7VvhTngJx3B/3ANfrOZ4i08i9QfYPAvpQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + ws: ^8.18.0 + + '@solana/rpc-subscriptions-spec@3.0.3': + resolution: {integrity: sha512-9KpQ32OBJWS85mn6q3gkM0AjQe1LKYlMU7gpJRrla/lvXxNLhI95tz5K6StctpUreVmRWTVkNamHE69uUQyY8A==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/rpc-subscriptions@3.0.3': + resolution: {integrity: sha512-LRvz6NaqvtsYFd32KwZ+rwYQ9XCs+DWjV8BvBLsJpt9/NWSuHf/7Sy/vvP6qtKxut692H/TMvHnC4iulg0WmiQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/rpc-transformers@3.0.3': + resolution: {integrity: sha512-lzdaZM/dG3s19Tsk4mkJA5JBoS1eX9DnD7z62gkDwrwJDkDBzkAJT9aLcsYFfTmwTfIp6uU2UPgGYc97i1wezw==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/rpc-transport-http@3.0.3': + resolution: {integrity: sha512-bIXFwr2LR5A97Z46dI661MJPbHnPfcShBjFzOS/8Rnr8P4ho3j/9EUtjDrsqoxGJT3SLWj5OlyXAlaDAvVTOUQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/rpc-types@3.0.3': + resolution: {integrity: sha512-petWQ5xSny9UfmC3Qp2owyhNU0w9SyBww4+v7tSVyXMcCC9v6j/XsqTeimH1S0qQUllnv0/FY83ohFaxofmZ6Q==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/rpc@3.0.3': + resolution: {integrity: sha512-3oukAaLK78GegkKcm6iNmRnO4mFeNz+BMvA8T56oizoBNKiRVEq/6DFzVX/LkmZ+wvD601pAB3uCdrTPcC0YKQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/signers@3.0.3': + resolution: {integrity: sha512-UwCd/uPYTZiwd283JKVyOWLLN5sIgMBqGDyUmNU3vo9hcmXKv5ZGm/9TvwMY2z35sXWuIOcj7etxJ8OoWc/ObQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/subscribable@3.0.3': + resolution: {integrity: sha512-FJ27LKGHLQ5GGttPvTOLQDLrrOZEgvaJhB7yYaHAhPk25+p+erBaQpjePhfkMyUbL1FQbxn1SUJmS6jUuaPjlQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/sysvars@3.0.3': + resolution: {integrity: sha512-GnHew+QeKCs2f9ow+20swEJMH4mDfJA/QhtPgOPTYQx/z69J4IieYJ7fZenSHnA//lJ45fVdNdmy1trypvPLBQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/transaction-confirmation@3.0.3': + resolution: {integrity: sha512-dXx0OLtR95LMuARgi2dDQlL1QYmk56DOou5q9wKymmeV3JTvfDExeWXnOgjRBBq/dEfj4ugN1aZuTaS18UirFw==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/transaction-messages@3.0.3': + resolution: {integrity: sha512-s+6NWRnBhnnjFWV4x2tzBzoWa6e5LiIxIvJlWwVQBFkc8fMGY04w7jkFh0PM08t/QFKeXBEWkyBDa/TFYdkWug==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/transactions@3.0.3': + resolution: {integrity: sha512-iMX+n9j4ON7H1nKlWEbMqMOpKYC6yVGxKKmWHT1KdLRG7v+03I4DnDeFoI+Zmw56FA+7Bbne8jwwX60Q1vk/MQ==} + engines: {node: '>=20.18.0'} + peerDependencies: + typescript: '>=5.3.3' + + '@solana/web3.js@1.98.4': + resolution: {integrity: sha512-vv9lfnvjUsRiq//+j5pBdXig0IQdtzA0BRZ3bXEP4KaIyF1CcaydWqgyzQgfZMNIsWNWmG+AUHwPy4AHOD6gpw==} + + '@swc/counter@0.1.3': + resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} + '@swc/helpers@0.5.15': resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} - '@tanstack/query-core@5.67.3': - resolution: {integrity: sha512-pq76ObpjcaspAW4OmCbpXLF6BCZP2Zr/J5ztnyizXhSlNe7fIUp0QKZsd0JMkw9aDa+vxDX/OY7N+hjNY/dCGg==} + '@tanstack/query-core@5.59.0': + resolution: {integrity: sha512-WGD8uIhX6/deH/tkZqPNcRyAhDUqs729bWKoByYHSogcshXfFbppOdTER5+qY7mFvu8KEFJwT0nxr8RfPTVh0Q==} - '@tanstack/react-query@5.67.3': - resolution: {integrity: sha512-u/n2HsQeH1vpZIOzB/w2lqKlXUDUKo6BxTdGXSMvNzIq5MHYFckRMVuFABp+QB7RN8LFXWV6X1/oSkuDq+MPIA==} + '@tanstack/react-query@5.59.0': + resolution: {integrity: sha512-YDXp3OORbYR+8HNQx+lf4F73NoiCmCcSvZvgxE29OifmQFk0sBlO26NWLHpcNERo92tVk3w+JQ53/vkcRUY1hA==} peerDependencies: react: ^19.1.0 @@ -1344,8 +1710,8 @@ packages: resolution: {integrity: sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} - '@testing-library/react@16.2.0': - resolution: {integrity: sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==} + '@testing-library/react@16.1.0': + resolution: {integrity: sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==} engines: {node: '>=18'} peerDependencies: '@testing-library/dom': ^10.0.0 @@ -1359,8 +1725,8 @@ packages: '@types/react-dom': optional: true - '@testing-library/user-event@14.6.1': - resolution: {integrity: sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==} + '@testing-library/user-event@14.5.2': + resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' @@ -1368,14 +1734,23 @@ packages: '@types/aria-query@5.0.4': resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} - '@types/conventional-commits-parser@5.0.1': - resolution: {integrity: sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==} + '@types/connect@3.4.38': + resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} + + '@types/conventional-commits-parser@5.0.0': + resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==} + + '@types/cookie@0.6.0': + resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} '@types/debug@4.1.12': resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} - '@types/estree@1.0.6': - resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} + '@types/estree@1.0.7': + resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} + + '@types/estree@1.0.8': + resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} @@ -1383,8 +1758,11 @@ packages: '@types/node@12.20.55': resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - '@types/node@20.17.24': - resolution: {integrity: sha512-d7fGCyB96w9BnWQrOsJtpyiSaBcAYYr75bnK6ZRjDbql2cGLj/3GsL5OYmLPNq76l7Gf2q4Rv9J2o6h5CrD9sA==} + '@types/node@20.16.5': + resolution: {integrity: sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==} + + '@types/parse-json@4.0.2': + resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} '@types/react-dom@19.1.6': resolution: {integrity: sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw==} @@ -1394,17 +1772,29 @@ packages: '@types/react@19.1.8': resolution: {integrity: sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==} + '@types/statuses@2.0.6': + resolution: {integrity: sha512-xMAgYwceFhRA2zY+XbEA7mxYbA093wdiW8Vu6gZPGWy9cmOyU9XesH1tNcEWsKFd5Vzrqx5T3D38PWx1FIIXkA==} + '@types/trusted-types@2.0.7': resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} '@types/ua-parser-js@0.7.39': resolution: {integrity: sha512-P/oDfpofrdtF5xw433SPALpdSchtJmY7nsJItf8h3KXqOslkbySh8zq4dSWXH2oTjRvJ5PczVEoCZPow6GicLg==} - '@vanilla-extract/babel-plugin-debug-ids@1.2.2': - resolution: {integrity: sha512-MeDWGICAF9zA/OZLOKwhoRlsUW+fiMwnfuOAqFVohL31Agj7Q/RBWAYweqjHLgFBCsdnr6XIfwjJnmb2znEWxw==} + '@types/uuid@8.3.4': + resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==} + + '@types/ws@7.4.7': + resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} + + '@types/ws@8.5.12': + resolution: {integrity: sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==} + + '@vanilla-extract/babel-plugin-debug-ids@1.2.1': + resolution: {integrity: sha512-RkXKzcKVZtcDNmcGh8Bv9MNW6oYYUzy90GYt8amMrk5P+myXsdFSU9N7V+cJAf80l+AsMVMyK0GK7Qj35Sfppg==} - '@vanilla-extract/compiler@0.3.0': - resolution: {integrity: sha512-8EbPmDMXhY9NrN38Kh8xYDENgBk4i6s6ce4p7E9F3kHtCqxtEgfaKSNS08z/SVCTmaX3IB3N/kGSO0gr+APffg==} + '@vanilla-extract/compiler@0.2.2': + resolution: {integrity: sha512-UXEenzsR9wyZR/NDaARGfrjB0s7ia5REHj6p8JKzZk1wLIPmpyRRAhaSrRqq4YVhdaRrOMueFt94mx5AKwZIoA==} '@vanilla-extract/css-utils@0.1.5': resolution: {integrity: sha512-priFS5bIeVXON6L26F2vnTszo/VG2jr7qjnNjBou12LUFAs2Uak1kVLVBnN7XSFEuRxwp91v5gdzQ2jTL+9o9Q==} @@ -1412,36 +1802,30 @@ packages: '@vanilla-extract/css@1.17.3': resolution: {integrity: sha512-jHivr1UPoJTX5Uel4AZSOwrCf4mO42LcdmnhJtUxZaRWhW4FviFbIfs0moAWWld7GOT+2XnuVZjjA/K32uUnMQ==} - '@vanilla-extract/css@1.17.4': - resolution: {integrity: sha512-m3g9nQDWPtL+sTFdtCGRMI1Vrp86Ay4PBYq1Bo7Bnchj5ElNtAJpOqD+zg+apthVA4fB7oVpMWNjwpa6ElDWFQ==} - '@vanilla-extract/dynamic@2.1.4': resolution: {integrity: sha512-7+Ot7VlP3cIzhJnTsY/kBtNs21s0YD7WI1rKJJKYP56BkbDxi/wrQUWMGEczKPUDkJuFcvbye+E2ub1u/mHH9w==} - '@vanilla-extract/esbuild-plugin@2.3.18': - resolution: {integrity: sha512-QdU6wL8bRrYysxMO+QeaJgUy4uv72SRWdjN1VbZICLCqpWC69/CJwqQTb12F0ncTVh3eHDXE0ll+emE0+WWB2A==} + '@vanilla-extract/esbuild-plugin@2.3.17': + resolution: {integrity: sha512-BUR3OAJssvwy9Rock3FRramA290SiLZ4afa4is5fJ1k3IkXo9SoFWyC4dWsSKC8/OpXUWHJk3rGZ4S8dZwy7yg==} peerDependencies: esbuild: '>=0.17.6' peerDependenciesMeta: esbuild: optional: true - '@vanilla-extract/integration@8.0.4': - resolution: {integrity: sha512-cmOb7tR+g3ulKvFtSbmdw3YUyIS1d7MQqN+FcbwNhdieyno5xzUyfDCMjeWJhmCSMvZ6WlinkrOkgs6SHB+FRg==} + '@vanilla-extract/integration@8.0.3': + resolution: {integrity: sha512-7sCd4kBp/u02iNq3cYBXtOzKyX5muoHylsqcEjyuJWfnxOb1iB/jDCyTsiSRXcByj/wKjgjItbAdm/uzrUlAVw==} '@vanilla-extract/private@1.0.8': resolution: {integrity: sha512-oRAbUlq1SyTWCo7dQnTVm+xgJMqNl8K1dEempQHXzQvUuyEfBabMt0wNGf+VCHzvKbx/Bzr9p/2wy8WA9+2z2g==} - '@vanilla-extract/private@1.0.9': - resolution: {integrity: sha512-gT2jbfZuaaCLrAxwXbRgIhGhcXbRZCG3v4TTUnjw0EJ7ArdBRxkq4msNJkbuRkCgfIK5ATmprB5t9ljvLeFDEA==} - '@vanilla-extract/sprinkles@1.6.4': resolution: {integrity: sha512-lW3MuIcdIeHKX81DzhTnw68YJdL1ial05exiuvTLJMdHXQLKcVB93AncLPajMM6mUhaVVx5ALZzNHMTrq/U9Hg==} peerDependencies: '@vanilla-extract/css': ^1.0.0 - '@vanilla-extract/vite-plugin@5.1.0': - resolution: {integrity: sha512-BzVdmBD+FUyJnY6I29ZezwtDBc1B78l+VvHvIgoJYbgfPj0hvY0RmrGL8B4oNNGY/lOt7KgQflXY5kBMd3MGZg==} + '@vanilla-extract/vite-plugin@5.0.5': + resolution: {integrity: sha512-SE27bbwcesuMUSnzTGv6I2uME6CxcrV0mUk6GikjMGSDd+q3fFcRhjkbIF2mB/dJflmzHQ38to24q6kFhnWhCg==} peerDependencies: vite: ^5.0.0 || ^6.0.0 @@ -1474,18 +1858,18 @@ packages: '@vitest/utils@2.1.9': resolution: {integrity: sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==} - '@wagmi/connectors@5.8.6': - resolution: {integrity: sha512-yasw1bR4LuLeqYPJLezZHTT1s/Xv3LBStO4gmbkRK/jvspaJxd4btzHlo+e1XgOvBo5vFHFeFgz9x8Vl2i74IA==} + '@wagmi/connectors@6.1.4': + resolution: {integrity: sha512-phfBOBBfkH1huSoyyTcHn1Brsm/YN9Vad4Z1ZYJ7iCE05CDUvipXI0TD9Idzgq+CkAJAxdAv3LBTIwTb3tysZw==} peerDependencies: - '@wagmi/core': 2.17.3 + '@wagmi/core': 2.22.1 typescript: '>=5.0.4' viem: 2.x peerDependenciesMeta: typescript: optional: true - '@wagmi/core@2.17.3': - resolution: {integrity: sha512-fgZR9fAiCFtGaosTspkTx5lidccq9Z5xRWOk1HG0VfB6euQGw2//Db7upiP4uQ7DPst2YS9yQN2A1m9+iJLYCw==} + '@wagmi/core@2.22.1': + resolution: {integrity: sha512-cG/xwQWsBEcKgRTkQVhH29cbpbs/TdcUJVFXCyri3ZknxhMyGv0YEjTcrNpRgt2SaswL1KrvslSNYKKo+5YEAg==} peerDependencies: '@tanstack/query-core': '>=5.0.0' typescript: '>=5.0.4' @@ -1588,6 +1972,17 @@ packages: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true + abitype@1.0.6: + resolution: {integrity: sha512-MMSqYh4+C/aVqI2RQaWqbvI4Kxo5cQV40WQ4QFtDnNzCkqChm8MuENhElmynZlO0qUy/ObkEUaXtKqYnx1Kp3A==} + peerDependencies: + typescript: '>=5.0.4' + zod: ^3 >=3.22.0 + peerDependenciesMeta: + typescript: + optional: true + zod: + optional: true + abitype@1.0.8: resolution: {integrity: sha512-ZeiI6h3GnW06uYDLx0etQtX/p8E24UaHHBj57RSjK7YBFe7iuVn07EDpOeP451D06sF27VOz9JJPlIKJmXgkEg==} peerDependencies: @@ -1599,15 +1994,30 @@ packages: zod: optional: true - acorn@8.14.1: - resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==} + abitype@1.1.0: + resolution: {integrity: sha512-6Vh4HcRxNMLA0puzPjM5GBgT4aAcFGKZzSgAXvuZ27shJP6NEpielTuqbBmZILR5/xd0PizkBGy5hReKz9jl5A==} + peerDependencies: + typescript: '>=5.0.4' + zod: ^3.22.0 || ^4.0.0 + peerDependenciesMeta: + typescript: + optional: true + zod: + optional: true + + acorn@8.15.0: + resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} engines: {node: '>=0.4.0'} hasBin: true - agent-base@7.1.3: - resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} + agent-base@7.1.1: + resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} engines: {node: '>= 14'} + agentkeepalive@4.6.0: + resolution: {integrity: sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==} + engines: {node: '>= 8.0.0'} + ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} @@ -1676,6 +2086,21 @@ packages: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} + axios-retry@4.5.0: + resolution: {integrity: sha512-aR99oXhpEDGo0UuAlYcn2iGRds30k366Zfa05XWScR9QaQD4JYiP3/1Qt1u7YlefUOK+cn0CcwoL1oefavQUlQ==} + peerDependencies: + axios: 0.x || 1.x + + axios@1.13.2: + resolution: {integrity: sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==} + + babel-plugin-macros@3.1.0: + resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} + engines: {node: '>=10', npm: '>=6'} + + base-x@3.0.11: + resolution: {integrity: sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA==} + base-x@5.0.1: resolution: {integrity: sha512-M7uio8Zt++eg3jPj+rHMfCC+IuygQHHCOU+IYsVtik6FWjuYpVt/+MRKcgsAMHh8mMFAwnB+Bs+mTrFiXjMzKg==} @@ -1689,24 +2114,33 @@ packages: big.js@6.2.2: resolution: {integrity: sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==} - bn.js@5.2.1: - resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} + bn.js@5.2.2: + resolution: {integrity: sha512-v2YAxEmKaBLahNwE1mjp4WON6huMNeuDvagFZW+ASCuA/ku0bXR9hSMw0XpiqMoA3+rmnyck/tPRSFQkoC9Cuw==} + + borsh@0.7.0: + resolution: {integrity: sha512-CLCsZGIBCFnPtkNnieW/a8wmreDmfUtjU2m9yHrzPXIlNbqVs0AQrSatSG6vdNYUqdc83tkQi2eHfF98ubzQLA==} - bowser@2.11.0: - resolution: {integrity: sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==} + bowser@2.12.1: + resolution: {integrity: sha512-z4rE2Gxh7tvshQ4hluIT7XcFrgLIQaw9X3A+kTTRdovCz5PMukm/0QC/BKSYPj3omF5Qfypn9O/c5kgpmvYUCw==} braces@3.0.3: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} - browserslist@4.24.4: - resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==} + browserslist@4.25.0: + resolution: {integrity: sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true + bs58@4.0.1: + resolution: {integrity: sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==} + bs58@6.0.0: resolution: {integrity: sha512-PD0wEnEYg6ijszw/u8s+iI3H17cTymlrwkKhDhPZq+Sokl3AU4htyBFTjAeNAlCCmg0f53g6ih3jATyCKftTfw==} + buffer-from@1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + buffer@6.0.3: resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} @@ -1714,6 +2148,10 @@ packages: resolution: {integrity: sha512-WDtdLmJvAuNNPzByAYpRo2rF1Mmradw6gvWsQKf63476DDXmomT9zUiGypLcG4ibIM67vhAj8jJRdbmEws2Aqw==} engines: {node: '>=6.14.2'} + busboy@1.6.0: + resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==} + engines: {node: '>=10.16.0'} + cac@6.7.14: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} @@ -1726,8 +2164,8 @@ packages: resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} engines: {node: '>= 0.4'} - call-bound@1.0.4: - resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==} + call-bound@1.0.3: + resolution: {integrity: sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==} engines: {node: '>= 0.4'} callsites@3.1.0: @@ -1738,8 +2176,8 @@ packages: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} - caniuse-lite@1.0.30001703: - resolution: {integrity: sha512-kRlAGTRWgPsOj7oARC9m1okJEXdL/8fekFVcxA8Hl7GH4r/sN4OJn/i6Flde373T50KS7Y37oFbMwlE8+F42kQ==} + caniuse-lite@1.0.30001722: + resolution: {integrity: sha512-DCQHBBZtiK6JVkAGw7drvAMK0Q0POD/xZvEmDp6baiMMP6QXXk9HpD6mNYBZWhOPG6LvIDb82ITqtWjhDckHCA==} chai@5.2.0: resolution: {integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==} @@ -1753,13 +2191,16 @@ packages: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} - chalk@5.4.1: - resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} + chalk@5.6.2: + resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + charenc@0.0.2: + resolution: {integrity: sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==} + check-error@2.1.1: resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} engines: {node: '>= 16'} @@ -1772,6 +2213,10 @@ packages: resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} engines: {node: '>=8'} + cli-width@4.1.0: + resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} + engines: {node: '>= 12'} + client-only@0.0.1: resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} @@ -1808,11 +2253,22 @@ packages: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} + commander@14.0.0: + resolution: {integrity: sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA==} + engines: {node: '>=20'} + + commander@14.0.2: + resolution: {integrity: sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==} + engines: {node: '>=20'} + + commander@2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + compare-func@2.0.0: resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} - confbox@0.1.8: - resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} + confbox@0.1.7: + resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==} conventional-changelog-angular@7.0.0: resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} @@ -1840,13 +2296,17 @@ packages: core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - cosmiconfig-typescript-loader@6.1.0: - resolution: {integrity: sha512-tJ1w35ZRUiM5FeTzT7DtYWAFFv37ZLqSRkGi2oeCK1gPhvaWjkAtfXvLmvE1pRfxxp9aQo6ba/Pvg1dKj05D4g==} - engines: {node: '>=v18'} + cosmiconfig-typescript-loader@5.0.0: + resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} + engines: {node: '>=v16'} peerDependencies: '@types/node': '*' - cosmiconfig: '>=9' - typescript: '>=5' + cosmiconfig: '>=8.2' + typescript: '>=4' + + cosmiconfig@7.1.0: + resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} + engines: {node: '>=10'} cosmiconfig@9.0.0: resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} @@ -1872,8 +2332,11 @@ packages: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} - crossws@0.3.4: - resolution: {integrity: sha512-uj0O1ETYX1Bh6uSgktfPvwDiPYGQ3aI4qVsaC/LWpkIzGj1nUYm5FK3K+t11oOlpN01lGbprFCH4wBlKdJjVgw==} + crossws@0.3.5: + resolution: {integrity: sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==} + + crypt@0.0.2: + resolution: {integrity: sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==} css-what@6.1.0: resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} @@ -1887,15 +2350,15 @@ packages: engines: {node: '>=4'} hasBin: true - cssstyle@4.3.0: - resolution: {integrity: sha512-6r0NiY0xizYqfBvWp1G7WXJ06/bZyrk7Dc6PHql82C/pKGUTKu4yAX4Y8JPamb1ob9nBKuxWzCGTRuGwU3yxJQ==} + cssstyle@4.0.1: + resolution: {integrity: sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==} engines: {node: '>=18'} csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - cuer@0.0.2: - resolution: {integrity: sha512-MG1BYnnSLqBnO0dOBS1Qm/TEc9DnFa9Sz2jMA24OF4hGzs8UuPjpKBMkRPF3lrpC+7b3EzULwooX9djcvsM8IA==} + cuer@0.0.3: + resolution: {integrity: sha512-f/UNxRMRCYtfLEGECAViByA3JNflZImOk11G9hwSd+44jvzrc99J35u5l+fbdQ2+ZG441GvOpaeGYBmWquZsbQ==} peerDependencies: react: ^19.1.0 react-dom: ^19.1.0 @@ -1919,8 +2382,8 @@ packages: dayjs@1.11.13: resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} - debug@4.3.7: - resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} + debug@4.3.4: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} peerDependencies: supports-color: '*' @@ -1928,8 +2391,8 @@ packages: supports-color: optional: true - debug@4.4.0: - resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} + debug@4.3.7: + resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} engines: {node: '>=6.0'} peerDependencies: supports-color: '*' @@ -1950,8 +2413,8 @@ packages: resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} engines: {node: '>=0.10.0'} - decimal.js@10.5.0: - resolution: {integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==} + decimal.js@10.4.3: + resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} decode-uri-component@0.2.2: resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} @@ -1983,6 +2446,10 @@ packages: defu@6.1.4: resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} + delay@5.0.0: + resolution: {integrity: sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==} + engines: {node: '>=10'} + delayed-stream@1.0.0: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} @@ -1996,8 +2463,8 @@ packages: peerDependencies: valtio: '*' - destr@2.0.3: - resolution: {integrity: sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==} + destr@2.0.5: + resolution: {integrity: sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==} detect-browser@5.3.0: resolution: {integrity: sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==} @@ -2030,8 +2497,8 @@ packages: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} engines: {node: '>=8'} - dotenv@16.4.7: - resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==} + dotenv@16.4.5: + resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} engines: {node: '>=12'} dunder-proto@1.0.1: @@ -2041,12 +2508,12 @@ packages: duplexify@4.1.3: resolution: {integrity: sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==} - eciesjs@0.4.14: - resolution: {integrity: sha512-eJAgf9pdv214Hn98FlUzclRMYWF7WfoLlkS9nWMTm1qcCwn6Ad4EGD9lr9HXMBfSrZhYQujRE+p0adPRkctC6A==} + eciesjs@0.4.15: + resolution: {integrity: sha512-r6kEJXDKecVOCj2nLMuXK/FCPeurW33+3JRpfXVbjLja3XUYFfD9I/JBreH6sUyzcm3G/YQboBjMla6poKeSdA==} engines: {bun: '>=1', deno: '>=2', node: '>=16'} - electron-to-chromium@1.5.114: - resolution: {integrity: sha512-DFptFef3iktoKlFQK/afbo274/XNWD00Am0xa7M8FZUepHlHT8PEuiNBoRfFHbH1okqN58AlhbJ4QTkcnXorjA==} + electron-to-chromium@1.5.166: + resolution: {integrity: sha512-QPWqHL0BglzPYyJJ1zSSmwFFL6MFXhbACOCcsCdUMCkzPdS9/OIBVxg516X/Ado2qwAq8k0nJJ7phQPCqiaFAw==} emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -2054,8 +2521,11 @@ packages: encode-utf8@1.0.3: resolution: {integrity: sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==} - end-of-stream@1.4.4: - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + encoding@0.1.13: + resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + + end-of-stream@1.4.5: + resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} engine.io-client@6.6.3: resolution: {integrity: sha512-T0iLjnyNWahNyv/lcjS2y4oE358tVS/SYQNxYXGAJ9/GLgH4VCvOQ/mhTjqU88mLZCQgiG8RIegFHYCdVC+j5w==} @@ -2087,14 +2557,11 @@ packages: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} - es-module-lexer@1.6.0: - resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==} - es-module-lexer@1.7.0: resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} - es-object-atoms@1.1.1: - resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} + es-object-atoms@1.0.0: + resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} engines: {node: '>= 0.4'} es-set-tostringtag@2.1.0: @@ -2104,6 +2571,12 @@ packages: es-toolkit@1.33.0: resolution: {integrity: sha512-X13Q/ZSc+vsO1q600bvNK4bxgXMkHcf//RxCmYDaRY5DAcT+eoXjY5hoAPGMdRnWQjvyLEcyauG3b6hz76LNqg==} + es6-promise@4.2.8: + resolution: {integrity: sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==} + + es6-promisify@5.0.0: + resolution: {integrity: sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==} + esbuild-plugin-replace@1.4.0: resolution: {integrity: sha512-lP3ZAyzyRa5JXoOd59lJbRKNObtK8pJ/RO7o6vdjwLi71GfbL32NR22ZuS7/cLZkr10/L1lutoLma8E4DLngYg==} @@ -2112,8 +2585,8 @@ packages: engines: {node: '>=12'} hasBin: true - esbuild@0.25.6: - resolution: {integrity: sha512-GVuzuUwtdsghE3ocJ9Bs8PNoF13HNQ5TXbEi2AhvVb8xU1Iwt9Fos9FEamfoee+u/TOsn7GUWc04lz46n2bbTg==} + esbuild@0.25.5: + resolution: {integrity: sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==} engines: {node: '>=18'} hasBin: true @@ -2160,8 +2633,12 @@ packages: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} - expect-type@1.2.0: - resolution: {integrity: sha512-80F22aiJ3GLyVnS/B3HzgR6RelZVumzj9jkL0Rhz4h0xYbNW9PjlQz5h3J/SShErbXBc295vseR4/MIbVmUbeA==} + execa@8.0.1: + resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} + engines: {node: '>=16.17'} + + expect-type@1.1.0: + resolution: {integrity: sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==} engines: {node: '>=12.0.0'} extendable-error@0.1.7: @@ -2175,11 +2652,15 @@ packages: resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} engines: {node: '>=4'} + eyes@0.1.8: + resolution: {integrity: sha512-GipyPsXO1anza0AOZdy69Im7hGFCNB7Y/NGjDlZGJ3GJJLtwNSb2vrzYrTYJRrRloVx7pl+bhUaTB8yiccPvFQ==} + engines: {node: '> 0.1.90'} + fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - fast-glob@3.3.3: - resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} + fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} engines: {node: '>=8.6.0'} fast-redact@3.5.0: @@ -2189,11 +2670,17 @@ packages: fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - fast-uri@3.0.6: - resolution: {integrity: sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==} + fast-stable-stringify@1.0.0: + resolution: {integrity: sha512-wpYMUmFu5f00Sm0cj2pfivpmawLZ0NKdviQ4w9zJeR8JVtOpOxHmLaJuj0vxvGqMJQWyP/COUkF75/57OKyRag==} + + fast-uri@3.0.1: + resolution: {integrity: sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==} + + fastestsmallesttextencoderdecoder@1.0.22: + resolution: {integrity: sha512-Pb8d48e+oIuY4MaM64Cd7OW1gt4nxCHs7/ddPPZ/Ic3sg8yVGM7O9wDvZ7us6ScaUupzM+pfBolwtYhN1IxBIw==} - fastq@1.19.1: - resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==} + fastq@1.17.1: + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} fdir@6.4.6: resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==} @@ -2223,12 +2710,20 @@ packages: resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==} engines: {node: '>=18'} - for-each@0.3.5: - resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==} - engines: {node: '>= 0.4'} + follow-redirects@1.15.6: + resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true - form-data@4.0.2: - resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==} + for-each@0.3.3: + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + + form-data@4.0.4: + resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==} engines: {node: '>= 6'} fraction.js@4.3.7: @@ -2258,8 +2753,8 @@ packages: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} - get-intrinsic@1.3.0: - resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==} + get-intrinsic@1.2.7: + resolution: {integrity: sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==} engines: {node: '>= 0.4'} get-nonce@1.0.1: @@ -2270,6 +2765,10 @@ packages: resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==} engines: {node: '>= 0.4'} + get-stream@8.0.1: + resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} + engines: {node: '>=16'} + git-raw-commits@4.0.0: resolution: {integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==} engines: {node: '>=16'} @@ -2298,8 +2797,12 @@ packages: graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - h3@1.15.1: - resolution: {integrity: sha512-+ORaOBttdUm1E2Uu/obAyCguiI7MbBvsLTndc3gyK3zU+SYLoZXlyCP9Xgy0gikkGufFLTZXCXD6+4BsufnmHA==} + graphql@16.11.0: + resolution: {integrity: sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==} + engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} + + h3@1.15.4: + resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==} has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} @@ -2320,6 +2823,13 @@ packages: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} + headers-polyfill@4.0.3: + resolution: {integrity: sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==} + + hono@4.10.4: + resolution: {integrity: sha512-YG/fo7zlU3KwrBL5vDpWKisLYiM+nVstBQqfr7gCPbSYURnNEP9BDxEMz8KfsDR9JX0lJWDRNc6nXX31v7ZEyg==} + engines: {node: '>=16.9.0'} + html-encoding-sniffer@4.0.0: resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} engines: {node: '>=18'} @@ -2328,16 +2838,23 @@ packages: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} - https-proxy-agent@7.0.6: - resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} + https-proxy-agent@7.0.5: + resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==} engines: {node: '>= 14'} human-id@4.1.1: resolution: {integrity: sha512-3gKm/gCSUipeLsRYZbbdA1BD83lBoWUkZ7G9VFrhWPAU76KwYo5KR8V28bpoPm/ygy0x5/GCbpRQdY7VLYCoIg==} hasBin: true - husky@9.1.7: - resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==} + human-signals@5.0.0: + resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} + engines: {node: '>=16.17.0'} + + humanize-ms@1.2.1: + resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} + + husky@9.1.5: + resolution: {integrity: sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==} engines: {node: '>=18'} hasBin: true @@ -2352,6 +2869,9 @@ packages: idb-keyval@6.2.1: resolution: {integrity: sha512-8Sb3veuYCyrZL+VBt9LJfZjLUPWVvqn8tG28VqYNFCo43KHcKuq+b4EiXGeuaLAQWL2YmyDgMp2aSpH9JHsEQg==} + idb-keyval@6.2.2: + resolution: {integrity: sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg==} + ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} @@ -2359,6 +2879,9 @@ packages: resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} engines: {node: '>= 4'} + immer@9.0.21: + resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==} + import-fresh@3.3.1: resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} engines: {node: '>=6'} @@ -2380,8 +2903,8 @@ packages: iron-webcrypto@1.2.1: resolution: {integrity: sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==} - is-arguments@1.2.0: - resolution: {integrity: sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==} + is-arguments@1.1.1: + resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} engines: {node: '>= 0.4'} is-arrayish@0.2.1: @@ -2390,10 +2913,17 @@ packages: is-arrayish@0.3.2: resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} + is-buffer@1.1.6: + resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} + is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} + is-core-module@2.15.1: + resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} + engines: {node: '>= 0.4'} + is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} @@ -2402,14 +2932,17 @@ packages: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} - is-generator-function@1.1.0: - resolution: {integrity: sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==} + is-generator-function@1.0.10: + resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} engines: {node: '>= 0.4'} is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} + is-node-process@1.2.0: + resolution: {integrity: sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==} + is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} @@ -2421,14 +2954,18 @@ packages: is-potential-custom-element-name@1.0.1: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} - is-regex@1.2.1: - resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==} - engines: {node: '>= 0.4'} + is-retry-allowed@2.2.0: + resolution: {integrity: sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==} + engines: {node: '>=10'} is-stream@2.0.1: resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} engines: {node: '>=8'} + is-stream@3.0.0: + resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + is-subdir@1.2.0: resolution: {integrity: sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw==} engines: {node: '>=4'} @@ -2448,24 +2985,49 @@ packages: isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + isarray@2.0.5: + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + isomorphic-ws@4.0.1: + resolution: {integrity: sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==} + peerDependencies: + ws: '*' + isows@1.0.6: resolution: {integrity: sha512-lPHCayd40oW98/I0uvgaHKWCSvkzY27LjWLbtzOm64yQ+G3Q5npjjbdppU65iZXkK1Zt+kH9pfegli0AYfwYYw==} peerDependencies: ws: '*' + isows@1.0.7: + resolution: {integrity: sha512-I1fSfDCZL5P0v33sVqeTDSpcstAg/N+wF5HS033mogOVIp4B+oHC7oOCsA3axAbBSGTJ8QubbNmnIRN/h8U7hg==} + peerDependencies: + ws: '*' + javascript-stringify@2.1.0: resolution: {integrity: sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==} - jiti@2.4.2: - resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} + jayson@4.2.0: + resolution: {integrity: sha512-VfJ9t1YLwacIubLhONk0KFeosUBwstRWQ0IRT1KDjEjnVnSOVHC3uwugyV7L0c7R9lpVyrUGT2XWiBA1UTtpyg==} + engines: {node: '>=8'} + hasBin: true + + jiti@1.21.6: + resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} + hasBin: true + + jiti@2.4.2: + resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} hasBin: true jose@4.15.9: resolution: {integrity: sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==} + jose@6.1.1: + resolution: {integrity: sha512-GWSqjfOPf4cWOkBzw5THBjtGPhXKqYnfRBzh4Ni+ArTrQQ9unvmsA3oFLqaYKoKe5sjWmGu5wVKg9Ft1i+LQfg==} + js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} @@ -2477,8 +3039,8 @@ packages: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true - jsdom@25.0.1: - resolution: {integrity: sha512-8i7LzZj7BF8uplX+ZyOlIz86V6TAsSs+np6m1kpW9u0JWi4z/1t+FzcK1aek+ybTnAC4KhBL4uXCNT0wcUIeCw==} + jsdom@25.0.0: + resolution: {integrity: sha512-OhoFVT59T7aEq75TVw9xxEfkXgacpqAhQaYgP9y/fDqWQCMB/b1H66RfmPm/MaeaAIU9nDwMOVTlPN51+ao6CQ==} engines: {node: '>=18'} peerDependencies: canvas: ^2.11.2 @@ -2486,8 +3048,8 @@ packages: canvas: optional: true - jsesc@3.1.0: - resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} + jsesc@3.0.2: + resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} engines: {node: '>=6'} hasBin: true @@ -2526,6 +3088,74 @@ packages: keyvaluestorage-interface@1.0.0: resolution: {integrity: sha512-8t6Q3TclQ4uZynJY9IGr2+SsIGwK9JHcO6ootkHCGA0CrQCRy+VkouYNO2xicET6b9al7QKzpebNow+gkpCL8g==} + lightningcss-darwin-arm64@1.30.1: + resolution: {integrity: sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [darwin] + + lightningcss-darwin-x64@1.30.1: + resolution: {integrity: sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [darwin] + + lightningcss-freebsd-x64@1.30.1: + resolution: {integrity: sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [freebsd] + + lightningcss-linux-arm-gnueabihf@1.30.1: + resolution: {integrity: sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==} + engines: {node: '>= 12.0.0'} + cpu: [arm] + os: [linux] + + lightningcss-linux-arm64-gnu@1.30.1: + resolution: {integrity: sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + libc: [glibc] + + lightningcss-linux-arm64-musl@1.30.1: + resolution: {integrity: sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + libc: [musl] + + lightningcss-linux-x64-gnu@1.30.1: + resolution: {integrity: sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + libc: [glibc] + + lightningcss-linux-x64-musl@1.30.1: + resolution: {integrity: sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + libc: [musl] + + lightningcss-win32-arm64-msvc@1.30.1: + resolution: {integrity: sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [win32] + + lightningcss-win32-x64-msvc@1.30.1: + resolution: {integrity: sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [win32] + + lightningcss@1.30.1: + resolution: {integrity: sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==} + engines: {node: '>= 12.0.0'} + lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} @@ -2559,6 +3189,9 @@ packages: lodash.kebabcase@4.1.1: resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} + lodash.memoize@4.1.2: + resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} + lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} @@ -2607,6 +3240,9 @@ packages: resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} engines: {node: '>= 0.4'} + md5@2.3.0: + resolution: {integrity: sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==} + media-query-parser@2.0.2: resolution: {integrity: sha512-1N4qp+jE0pL5Xv4uEcwVUhIkwdUO3S/9gML90nqKA7v7FcOS5vUtatfzok9S9U1EJU8dHWlcv95WLnKmmxZI9w==} @@ -2614,6 +3250,9 @@ packages: resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} engines: {node: '>=16.10'} + merge-stream@2.0.0: + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + merge2@1.4.1: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} @@ -2633,6 +3272,10 @@ packages: resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} engines: {node: '>= 0.6'} + mimic-fn@4.0.0: + resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} + engines: {node: '>=12'} + min-indent@1.0.1: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} @@ -2648,32 +3291,44 @@ packages: typescript: optional: true - mlly@1.7.4: - resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==} + mlly@1.7.1: + resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==} - modern-ahocorasick@1.1.0: - resolution: {integrity: sha512-sEKPVl2rM+MNVkGQt3ChdmD8YsigmXdn5NifZn6jiwn9LRJpWm8F3guhaqrJT/JOat6pwpbXEk6kv+b9DMIjsQ==} + modern-ahocorasick@1.0.1: + resolution: {integrity: sha512-yoe+JbhTClckZ67b2itRtistFKf8yPYelHLc7e5xAwtNAXxM6wJTUx2C7QeVSJFDzKT7bCIFyBVybPMKvmB9AA==} mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} engines: {node: '>=4'} + ms@2.1.2: + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + msw@2.11.2: + resolution: {integrity: sha512-MI54hLCsrMwiflkcqlgYYNJJddY5/+S0SnONvhv1owOplvqohKSQyGejpNdUGyCwgs4IH7PqaNbPw/sKOEze9Q==} + engines: {node: '>=18'} + hasBin: true + peerDependencies: + typescript: '>= 4.8.x' + peerDependenciesMeta: + typescript: + optional: true + multiformats@9.9.0: resolution: {integrity: sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==} + mute-stream@2.0.0: + resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} + engines: {node: ^18.17.0 || >=20.5.0} + nanoid@3.3.11: resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - nanoid@3.3.9: - resolution: {integrity: sha512-SppoicMGpZvbF1l3z4x7No3OlIjP7QJvC9XR7AhZr1kL133KHnKPztkKDc+Ir4aJ/1VhTySrtKhrsycmrMQfvg==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - next-auth@4.24.11: resolution: {integrity: sha512-pCFXzIDQX7xmHFs4KVH4luCjaCbuPRtZ9oBUjUhOk84mZ9WVPf94n87TxYI4rSRf9HmfHEF8Yep3JrYDVOo3Cw==} peerDependencies: @@ -2688,13 +3343,13 @@ packages: nodemailer: optional: true - next@15.4.1: - resolution: {integrity: sha512-eNKB1q8C7o9zXF8+jgJs2CzSLIU3T6bQtX6DcTnCq1sIR1CJ0GlSyRs1BubQi3/JgCnr9Vr+rS5mOMI38FFyQw==} + next@15.3.3: + resolution: {integrity: sha512-JqNj29hHNmCLtNvd090SyRbXJiivQ+58XjCcrC50Crb5g5u2zi7Y2YivbsEfzk6AtVI80akdOQbaMZwWB1Hthw==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} hasBin: true peerDependencies: '@opentelemetry/api': ^1.1.0 - '@playwright/test': ^1.51.1 + '@playwright/test': ^1.41.2 babel-plugin-react-compiler: '*' react: ^19.1.0 react-dom: ^19.1.0 @@ -2709,15 +3364,15 @@ packages: sass: optional: true - nock@13.5.6: - resolution: {integrity: sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ==} + nock@13.5.5: + resolution: {integrity: sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==} engines: {node: '>= 10.13'} node-addon-api@2.0.2: resolution: {integrity: sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==} - node-fetch-native@1.6.6: - resolution: {integrity: sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==} + node-fetch-native@1.6.7: + resolution: {integrity: sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==} node-fetch@2.7.0: resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} @@ -2732,8 +3387,8 @@ packages: resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==} hasBin: true - node-mock-http@1.0.0: - resolution: {integrity: sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==} + node-mock-http@1.0.2: + resolution: {integrity: sha512-zWaamgDUdo9SSLw47we78+zYw/bDr5gH8pH7oRRs8V3KmBtu8GLgGIbV2p/gRPd3LWpEOpjQj7X1FOU3VFMJ8g==} node-releases@2.0.19: resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==} @@ -2746,8 +3401,12 @@ packages: resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} engines: {node: '>=0.10.0'} - nwsapi@2.2.18: - resolution: {integrity: sha512-p1TRH/edngVEHVbwqWnxUViEmq5znDvyB+Sik5cmuLpGOIfDf/39zLiq3swPF8Vakqn+gvNiOQAZu8djYlQILA==} + npm-run-path@5.3.0: + resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + nwsapi@2.2.12: + resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==} oauth@0.9.15: resolution: {integrity: sha512-a5ERWK1kh38ExDEfoO6qUHJb32rd7aYmPHuyCu3Fta/cnICvYmgd2uhuKXvPD+PXB+gCEYYEaQdIRAjCOwAKNA==} @@ -2762,8 +3421,8 @@ packages: ofetch@1.4.1: resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==} - oidc-token-hash@5.1.0: - resolution: {integrity: sha512-y0W+X7Ppo7oZX6eovsRkuzcSM40Bicg2JEJkDJ4irIt1wsYAP5MLSNv+QAogO8xivMffw/9OvV3um1pxXgt1uA==} + oidc-token-hash@5.0.3: + resolution: {integrity: sha512-IF4PcGgzAr6XXSff26Sk/+P4KZFJVuHAJZj3wgO3vX2bMdNVp/QXTP3P7CEm9V1IdG8lDLY3HhiqpsE/nOwpPw==} engines: {node: ^10.13.0 || >=12.0.0} on-exit-leak-free@0.2.0: @@ -2772,8 +3431,18 @@ packages: once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} - openid-client@5.7.1: - resolution: {integrity: sha512-jDBPgSVfTnkIh71Hg9pRvtJc6wTwqjRkN88+gCFtYWrlP4Yx2Dsrow8uPi3qLr/aeymPF3o2+dS+wOpglK04ew==} + onetime@6.0.0: + resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} + engines: {node: '>=12'} + + openapi-fetch@0.13.8: + resolution: {integrity: sha512-yJ4QKRyNxE44baQ9mY5+r/kAzZ8yXMemtNAOFwOzRXJscdjSxxzWSNlyBAr+o5JjkUw9Lc3W7OIoca0cY3PYnQ==} + + openapi-typescript-helpers@0.0.15: + resolution: {integrity: sha512-opyTPaunsklCBpTK8JGef6mfPhLSnyy5a0IN9vKtx3+4aExf+KxEqYwIy3hqkedXIB97u357uLMJsOnm3GVjsw==} + + openid-client@5.6.5: + resolution: {integrity: sha512-5P4qO9nGJzB5PI0LFlhj4Dzg3m4odt0qsJTfyEtZyOlkgpILwEioOhVVJOrS1iVH494S4Ee5OCjjg6Bf5WOj3w==} os-tmpdir@1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} @@ -2782,6 +3451,9 @@ packages: outdent@0.5.0: resolution: {integrity: sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q==} + outvariant@1.4.3: + resolution: {integrity: sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==} + ox@0.6.7: resolution: {integrity: sha512-17Gk/eFsFRAZ80p5eKqv89a57uXjd3NgIf1CaXojATPBuujVc/fQSVhBeAU9JCRB+k7J50WQAyWTxK19T9GgbA==} peerDependencies: @@ -2798,6 +3470,14 @@ packages: typescript: optional: true + ox@0.9.6: + resolution: {integrity: sha512-8SuCbHPvv2eZLYXrNmC0EC12rdzXQLdhnOMlHDW2wiCPLxBrOOJwX5L5E61by+UjTPOryqQiRSnjIKCI+GykKg==} + peerDependencies: + typescript: '>=5.4.0' + peerDependenciesMeta: + typescript: + optional: true + p-filter@2.1.0: resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==} engines: {node: '>=8'} @@ -2834,8 +3514,8 @@ packages: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} - package-manager-detector@0.2.11: - resolution: {integrity: sha512-BEnLolu+yuz22S56CU1SUKq3XC3PkwD5wv4ikR4MfGvnRVcmzXR9DwSlW2fEamyTPyXHomBJRzgapeuBvRNzJQ==} + package-manager-detector@0.2.0: + resolution: {integrity: sha512-E385OSk9qDcXhcM9LNSe4sdhx8a9mAPrZ4sMLW+tmxl5ZuGtPUcdFu+MPP2jbgiWAZ6Pfe5soGFMd+0Db5Vrog==} parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} @@ -2845,8 +3525,8 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} - parse5@7.2.1: - resolution: {integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==} + parse5@7.1.2: + resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} @@ -2860,6 +3540,16 @@ packages: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} + path-key@4.0.0: + resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==} + engines: {node: '>=12'} + + path-parse@1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + + path-to-regexp@6.3.0: + resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==} + path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} @@ -2881,8 +3571,8 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - picomatch@4.0.3: - resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} + picomatch@4.0.2: + resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} pify@3.0.0: @@ -2907,8 +3597,8 @@ packages: resolution: {integrity: sha512-dMACeu63HtRLmCG8VKdy4cShCPKaYDR4youZqoSWLxl5Gu99HUw8bw75thbPv9Nip+H+QYX8o3ZJbTdVZZ2TVg==} hasBin: true - pkg-types@1.3.1: - resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} + pkg-types@1.2.0: + resolution: {integrity: sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==} pngjs@5.0.0: resolution: {integrity: sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==} @@ -2918,8 +3608,40 @@ packages: resolution: {integrity: sha512-M7LhCsdNbNgiLYiP4WjsfLUuFmCfnjdF6jKe2R9NKl4WFN+HZPGHJZ9lnLP7f9ZnKe3U9nuWD0szirmj+migUg==} engines: {node: '>=12.0.0'} - possible-typed-array-names@1.1.0: - resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==} + porto@0.2.35: + resolution: {integrity: sha512-gu9FfjjvvYBgQXUHWTp6n3wkTxVtEcqFotM7i3GEZeoQbvLGbssAicCz6hFZ8+xggrJWwi/RLmbwNra50SMmUQ==} + hasBin: true + peerDependencies: + '@tanstack/react-query': '>=5.59.0' + '@wagmi/core': '>=2.16.3' + expo-auth-session: '>=7.0.8' + expo-crypto: '>=15.0.7' + expo-web-browser: '>=15.0.8' + react: ^19.1.0 + react-native: '>=0.81.4' + typescript: '>=5.4.0' + viem: '>=2.37.0' + wagmi: '>=2.0.0' + peerDependenciesMeta: + '@tanstack/react-query': + optional: true + expo-auth-session: + optional: true + expo-crypto: + optional: true + expo-web-browser: + optional: true + react: + optional: true + react-native: + optional: true + typescript: + optional: true + wagmi: + optional: true + + possible-typed-array-names@1.0.0: + resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} engines: {node: '>= 0.4'} postcss-prefix-selector@2.1.1: @@ -2934,8 +3656,8 @@ packages: resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.6: - resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} + postcss@8.5.5: + resolution: {integrity: sha512-d/jtm+rdNT8tpXuHY5MMtcbJFBkhXE6593XVR9UoGCH8jSFGci7jGvMGH5RYd5PBJW+00NZQt6gf7CbagJCrhg==} engines: {node: ^10 || ^12 || >=14} preact-render-to-string@5.2.6: @@ -2946,8 +3668,8 @@ packages: preact@10.24.2: resolution: {integrity: sha512-1cSoF0aCC8uaARATfrlz4VCBqE8LwZwRfLgkxJOQwAlQt6ayTmi0D9OF7nXid1POI5SZidFuG9CnlXbDfLqY/Q==} - preact@10.26.4: - resolution: {integrity: sha512-KJhO7LBFTjP71d83trW+Ilnjbo+ySsaAgCfXOXUlmGzJ4ygYPWmysm77yg4emwfmoz3b22yvH5IsVFHbhUaH5w==} + preact@10.27.1: + resolution: {integrity: sha512-V79raXEWch/rbqoNc7nT9E4ep7lu+mI3+sBmfRD4i1M73R3WLYcCtdI0ibxGVf4eQL8ZIz2nFacqEC+rmnOORQ==} prettier@2.8.8: resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} @@ -2974,29 +3696,34 @@ packages: proxy-compare@2.6.0: resolution: {integrity: sha512-8xuCeM3l8yqdmbPoYeLbrAXCBWu19XEYc5/F28f5qOaoAIMyfmBUkl5axiK+x9olUvRlcekvnm98AP9RDngOIw==} - pump@3.0.2: - resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==} + proxy-from-env@1.1.0: + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + + psl@1.9.0: + resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} + + pump@3.0.3: + resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==} punycode@2.3.1: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - qr@0.5.0: - resolution: {integrity: sha512-LtnyJsepKCMzfmHBZKVNo1g29kS+8ZbuxE9294EsRhHgVVpy4x8eFw9o4J9SIolDHoDYuaEIY+z8UjiCv/eudA==} - engines: {node: '>= 20.19.0'} + qr@0.4.2: + resolution: {integrity: sha512-wCv4rt7IcPNGT0J8JiTBHx7YrZzYuzpof38y/MFYd5Sp7OTyAFYL1e110In8PrAG/ffIOVl1ha3joJ2zpYxKMQ==} qrcode@1.5.3: resolution: {integrity: sha512-puyri6ApkEHYiVl4CFzo1tDkAZ+ATcnbJrJ6RiBM1Fhctdn/ix9MTE3hRph33omisEbC/2fcfemsseiKgBPKZg==} engines: {node: '>=10.13.0'} hasBin: true - quansync@0.2.8: - resolution: {integrity: sha512-4+saucphJMazjt7iOM27mbFCk+D9dd/zmgMDCzRZ8MEoBfYp7lAvoN38et/phRQF6wOPMy/OROBGgoWeSKyluA==} - query-string@7.1.3: resolution: {integrity: sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==} engines: {node: '>=6'} + querystringify@2.2.0: + resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} + queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} @@ -3075,9 +3802,6 @@ packages: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} - regenerator-runtime@0.14.1: - resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - require-directory@2.1.1: resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} engines: {node: '>=0.10.0'} @@ -3092,6 +3816,9 @@ packages: require-main-filename@2.0.0: resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} + requires-port@1.0.0: + resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} + resolve-from@4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} engines: {node: '>=4'} @@ -3100,21 +3827,31 @@ packages: resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} engines: {node: '>=8'} - reusify@1.1.0: - resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} + resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + + rettime@0.7.0: + resolution: {integrity: sha512-LPRKoHnLKd/r3dVxcwO7vhCW+orkOGj9ViueosEBK6ie89CijnfRlhaDhHq/3Hxu4CkWQtxwlBG0mzTQY6uQjw==} + + reusify@1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - rollup@4.35.0: - resolution: {integrity: sha512-kg6oI4g+vc41vePJyO6dHt/yl0Rz3Thv0kJeVQ3D1kS3E5XSuKbPc29G4IpT/Kv1KQwgHVcN+HtyS+HYLNSvQg==} + rollup@4.43.0: + resolution: {integrity: sha512-wdN2Kd3Twh8MAEOEJZsuxuLKCsBEo4PVNLK6tQWAn10VhsVewQLzcucMgLolRlhFybGxfclbPeEYBaP6RvUFGg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true + rpc-websockets@9.3.1: + resolution: {integrity: sha512-bY6a+i/lEtBJ/mUxwsCTgevoV1P0foXTVA7UoThzaIWbM+3NDqorf8NBWs5DmqKTFeA1IoNzgvkWjFCPgnzUiQ==} + + rrweb-cssom@0.6.0: + resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} + rrweb-cssom@0.7.1: resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==} - rrweb-cssom@0.8.0: - resolution: {integrity: sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==} - run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} @@ -3124,10 +3861,6 @@ packages: safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - safe-regex-test@1.1.0: - resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==} - engines: {node: '>= 0.4'} - safe-stable-stringify@2.5.0: resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==} engines: {node: '>=10'} @@ -3146,11 +3879,6 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.7.1: - resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} - engines: {node: '>=10'} - hasBin: true - semver@7.7.2: resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} engines: {node: '>=10'} @@ -3163,12 +3891,13 @@ packages: resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} engines: {node: '>= 0.4'} - sha.js@2.4.11: - resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} + sha.js@2.4.12: + resolution: {integrity: sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==} + engines: {node: '>= 0.10'} hasBin: true - sharp@0.34.3: - resolution: {integrity: sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==} + sharp@0.34.2: + resolution: {integrity: sha512-lszvBmB9QURERtyKT2bNmsgxXK0ShJrL/fvqlonCo7e6xBF8nT8xU6pW+PMIbLsz0RxQk3rgH9kd8UmvOzlMJg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} shebang-command@2.0.0: @@ -3208,6 +3937,13 @@ packages: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} + source-map-support@0.5.21: + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + + source-map@0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} + sourcemap-codec@1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} deprecated: Please use @jridgewell/sourcemap-codec instead @@ -3229,12 +3965,29 @@ packages: stackback@0.0.2: resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} - std-env@3.8.1: - resolution: {integrity: sha512-vj5lIj3Mwf9D79hBkltk5qmkFI+biIKWS2IBxEyEU3AX1tUf7AoL8nSazCOiiqQsGKIq01SClsKEzweu34uwvA==} + statuses@2.0.1: + resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} + engines: {node: '>= 0.8'} + + std-env@3.8.0: + resolution: {integrity: sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==} + + stream-chain@2.2.5: + resolution: {integrity: sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==} + + stream-json@1.9.1: + resolution: {integrity: sha512-uWkjJ+2Nt/LO9Z/JyKZbMusL8Dkh97uUBTv3AJQ74y07lVahLY4eEFsPsE97pxYBwr8nnjMAIch5eqI0gPShyw==} stream-shift@1.0.3: resolution: {integrity: sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==} + streamsearch@1.1.0: + resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} + engines: {node: '>=10.0.0'} + + strict-event-emitter@0.5.1: + resolution: {integrity: sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==} + strict-uri-encode@2.0.0: resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==} engines: {node: '>=4'} @@ -3257,6 +4010,10 @@ packages: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} + strip-final-newline@3.0.0: + resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} + engines: {node: '>=12'} + strip-indent@3.0.0: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} @@ -3278,10 +4035,18 @@ packages: resolution: {integrity: sha512-7JpaAoX2NGyoFlI9NBh66BQXGONc+uE+MRS5i2iOBKuS4e+ccgMDjATgZldkah+33DakBxDHiss9kvUcGAO8UQ==} engines: {node: '>=14.0.0'} + superstruct@2.0.2: + resolution: {integrity: sha512-uV+TFRZdXsqXTL2pRvujROjdZQ4RAlBUS5BTh9IGm+jTqQntYThciG/qu57Gs69yjnVUSqdxF9YLmSnpupBW9A==} + engines: {node: '>=14.0.0'} + supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} + supports-preserve-symlinks-flag@1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -3289,6 +4054,14 @@ packages: resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} engines: {node: '>=8'} + terser@5.32.0: + resolution: {integrity: sha512-v3Gtw3IzpBJ0ugkxEX8U0W6+TnPKRRCWGh1jC/iM/e3Ki5+qvO1L1EAZ56bZasc64aXHwRHNIQEzm6//i5cemQ==} + engines: {node: '>=10'} + hasBin: true + + text-encoding-utf-8@1.0.2: + resolution: {integrity: sha512-8bw4MY9WjdsD2aMtO0OzOCY3pXGYNx2d2FfHRVUKkiCPDWjKuOlhLVASS+pD7VkLTVjW268LYJHwsnPFlBpbAg==} + text-extensions@2.4.0: resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} engines: {node: '>=8'} @@ -3309,8 +4082,8 @@ packages: resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} engines: {node: '>=12.0.0'} - tinypool@1.0.2: - resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==} + tinypool@1.0.1: + resolution: {integrity: sha512-URZYihUbRPcGv95En+sz6MfghfIc2OJ1sv/RmhWZLouPY0/8Vo80viwPvg3dlaS9fuq7fQMEfgRRK7BBZThBEA==} engines: {node: ^18.0.0 || >=20.0.0} tinyrainbow@1.2.0: @@ -3321,23 +4094,31 @@ packages: resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} engines: {node: '>=14.0.0'} - tldts-core@6.1.84: - resolution: {integrity: sha512-NaQa1W76W2aCGjXybvnMYzGSM4x8fvG2AN/pla7qxcg0ZHbooOPhA8kctmOZUDfZyhDL27OGNbwAeig8P4p1vg==} + tldts-core@7.0.14: + resolution: {integrity: sha512-viZGNK6+NdluOJWwTO9olaugx0bkKhscIdriQQ+lNNhwitIKvb+SvhbYgnCz6j9p7dX3cJntt4agQAKMXLjJ5g==} - tldts@6.1.84: - resolution: {integrity: sha512-aRGIbCIF3teodtUFAYSdQONVmDRy21REM3o6JnqWn5ZkQBJJ4gHxhw6OfwQ+WkSAi3ASamrS4N4nyazWx6uTYg==} + tldts@7.0.14: + resolution: {integrity: sha512-lMNHE4aSI3LlkMUMicTmAG3tkkitjOQGDTFboPJwAg2kJXKP1ryWEyqujktg5qhrFZOkk5YFzgkxg3jErE+i5w==} hasBin: true tmp@0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} engines: {node: '>=0.6.0'} + to-buffer@1.2.1: + resolution: {integrity: sha512-tB82LpAIWjhLYbqjx3X4zEeHN6M8CiuOEy2JY8SEQVdYRe3CCHOFaqrBW1doLDrfpWhplcW7BL+bO3/6S3pcDQ==} + engines: {node: '>= 0.4'} + to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} - tough-cookie@5.1.2: - resolution: {integrity: sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==} + tough-cookie@4.1.4: + resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} + engines: {node: '>=6'} + + tough-cookie@6.0.0: + resolution: {integrity: sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==} engines: {node: '>=16'} tr46@0.0.3: @@ -3353,17 +4134,24 @@ packages: tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} + type-fest@4.26.1: + resolution: {integrity: sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==} + engines: {node: '>=16'} + + typed-array-buffer@1.0.3: + resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} + engines: {node: '>= 0.4'} + typescript@5.5.4: resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} engines: {node: '>=14.17'} hasBin: true - ua-parser-js@1.0.40: - resolution: {integrity: sha512-z6PJ8Lml+v3ichVojCiB8toQJBuwR42ySM4ezjXIqXK3M0HczmKQ3LF4rhU55PfD99KEEXQG6yb7iOMyvYuHew==} - hasBin: true + ua-parser-js@1.0.38: + resolution: {integrity: sha512-Aq5ppTOfvrCMgAPneW1HfWj66Xi7XL+/mIy996R1/CLS/rcyJQm6QZdsKrUeivDFQ+Oc9Wyuwor8Ze8peEoUoQ==} - ufo@1.5.4: - resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} + ufo@1.6.1: + resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} uint8arrays@3.1.0: resolution: {integrity: sha512-ei5rfKtoRO8OyOIor2Rz5fhzjThwIHJZ3uyDPnDHTXbP0aMQ1RN/6AI5B5d9dBxJOU+BvOAk7ZQ1xphsX8Lrog==} @@ -3374,6 +4162,9 @@ packages: undici-types@6.19.8: resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + undici-types@7.16.0: + resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} + unicorn-magic@0.1.0: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} @@ -3382,8 +4173,12 @@ packages: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} - unstorage@1.15.0: - resolution: {integrity: sha512-m40eHdGY/gA6xAPqo8eaxqXgBuzQTlAKfmB1iF7oCKXE1HfwHwzDJBywK+qQGn52dta+bPlZluPF7++yR3p/bg==} + universalify@0.2.0: + resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} + engines: {node: '>= 4.0.0'} + + unstorage@1.17.0: + resolution: {integrity: sha512-l9Z7lBiwtNp8ZmcoZ/dmPkFXFdtEdZtTZafCSnEIj3YvtkXeGAtL2rN8MQFy/0cs4eOLpuRJMp9ivdug7TCvww==} peerDependencies: '@azure/app-configuration': ^1.8.0 '@azure/cosmos': ^4.2.0 @@ -3391,12 +4186,13 @@ packages: '@azure/identity': ^4.6.0 '@azure/keyvault-secrets': ^4.9.0 '@azure/storage-blob': ^12.26.0 - '@capacitor/preferences': ^6.0.3 + '@capacitor/preferences': ^6.0.3 || ^7.0.0 '@deno/kv': '>=0.9.0' - '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 + '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0 '@planetscale/database': ^1.19.0 '@upstash/redis': ^1.34.3 '@vercel/blob': '>=0.27.1' + '@vercel/functions': ^2.2.12 '@vercel/kv': ^1.0.1 aws4fetch: ^1.0.20 db0: '>=0.2.1' @@ -3428,6 +4224,8 @@ packages: optional: true '@vercel/blob': optional: true + '@vercel/functions': + optional: true '@vercel/kv': optional: true aws4fetch: @@ -3447,6 +4245,9 @@ packages: peerDependencies: browserslist: '>= 4.21.0' + url-parse@1.5.10: + resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} + use-callback-ref@1.3.3: resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==} engines: {node: '>=10'} @@ -3457,8 +4258,8 @@ packages: '@types/react': optional: true - use-sidecar@1.1.3: - resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==} + use-sidecar@1.1.2: + resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: '@types/react': ^19.1.8 @@ -3515,8 +4316,8 @@ packages: typescript: optional: true - viem@2.29.2: - resolution: {integrity: sha512-cukRxab90jvQ+TDD84sU3qB3UmejYqgCw4cX8SfWzvh7JPfZXI3kAMUaT5OSR2As1Mgvx1EJawccwPjGqkSSwA==} + viem@2.38.0: + resolution: {integrity: sha512-YU5TG8dgBNeYPrCMww0u9/JVeq2ZCk9fzk6QybrPkBooFysamHXL1zC3ua10aLPt9iWoA/gSVf1D9w7nc5B1aA==} peerDependencies: typescript: '>=5.0.4' peerDependenciesMeta: @@ -3528,13 +4329,13 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite-node@3.2.4: - resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==} + vite-node@3.2.3: + resolution: {integrity: sha512-gc8aAifGuDIpZHrPjuHyP4dpQmYXqWw7D1GmDnWeNWP654UEXzVfQ5IHPSK5HaHkwB/+p1atpYpSdw/2kOv8iQ==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true - vite@5.4.14: - resolution: {integrity: sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==} + vite@5.4.19: + resolution: {integrity: sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -3633,8 +4434,8 @@ packages: resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} engines: {node: '>=18'} - wagmi@2.15.7: - resolution: {integrity: sha512-nm7i6i5ct+9A4MMADf/XX9kLrc9s8aap/ZpSXYpwh1Tc/348RZ+kI9dn7+MDQE+ez8zkn75vMAfWg9UUpO4K1g==} + wagmi@2.19.3: + resolution: {integrity: sha512-KWeXrU+bKhqdNTqN4nGx2PZW0hKBGZN0LOAsfZtuGItdlvRNxk6WQvF1WpQL06oiD8C9hccnwk1whDGgkPvQpA==} peerDependencies: '@tanstack/react-query': '>=5.0.0' react: ^19.1.0 @@ -3662,8 +4463,8 @@ packages: resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} engines: {node: '>=18'} - whatwg-url@14.1.1: - resolution: {integrity: sha512-mDGf9diDad/giZ/Sm9Xi2YcyzaFpbdLpJPr+E9fSkyQ7KpQD4SdFcugkRQYzhmfI4KeV4Qpnn2sKPdo+kmsgRQ==} + whatwg-url@14.0.0: + resolution: {integrity: sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==} engines: {node: '>=18'} whatwg-url@5.0.0: @@ -3672,8 +4473,8 @@ packages: which-module@2.0.1: resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} - which-typed-array@1.1.19: - resolution: {integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==} + which-typed-array@1.1.18: + resolution: {integrity: sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==} engines: {node: '>= 0.4'} which@2.0.2: @@ -3733,8 +4534,8 @@ packages: utf-8-validate: optional: true - ws@8.18.1: - resolution: {integrity: sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==} + ws@8.18.3: + resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -3773,6 +4574,15 @@ packages: yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + yaml@1.10.2: + resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} + engines: {node: '>= 6'} + + yaml@2.5.1: + resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==} + engines: {node: '>= 14'} + hasBin: true + yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} engines: {node: '>=6'} @@ -3793,13 +4603,23 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.2.0: - resolution: {integrity: sha512-KHBC7z61OJeaMGnF3wqNZj+GGNXOyypZviiKpQeiHirG5Ib1ImwcLBH70rbMSkKfSmUNBsdf2PwaEJtKvgmkNw==} + yocto-queue@1.1.1: + resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} engines: {node: '>=12.20'} + yoctocolors-cjs@2.1.3: + resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==} + engines: {node: '>=18'} + zod@3.22.4: resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} + zod@3.25.76: + resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} + + zod@4.1.11: + resolution: {integrity: sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==} + zustand@5.0.0: resolution: {integrity: sha512-LE+VcmbartOPM+auOjCCLQOsQ05zUTp8RkgwRzefUk+2jISdMMFnxvyTjA4YNWr5ZGXYbVsEMZosttuxUBkojQ==} engines: {node: '>=12.20.0'} @@ -3838,131 +4658,146 @@ packages: snapshots: - '@adobe/css-tools@4.4.2': {} + '@adobe/css-tools@4.4.0': {} '@adraffy/ens-normalize@1.11.0': {} '@ampproject/remapping@2.3.0': dependencies: - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 - - '@asamuzakjp/css-color@3.1.1': - dependencies: - '@csstools/css-calc': 2.1.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - '@csstools/css-color-parser': 3.0.8(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) - '@csstools/css-tokenizer': 3.0.3 - lru-cache: 10.4.3 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.30 - '@babel/code-frame@7.26.2': + '@babel/code-frame@7.27.1': dependencies: - '@babel/helper-validator-identifier': 7.25.9 + '@babel/helper-validator-identifier': 7.27.1 js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.26.8': {} + '@babel/compat-data@7.27.5': {} - '@babel/core@7.26.10': + '@babel/core@7.27.4': dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.10 - '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) - '@babel/helpers': 7.26.10 - '@babel/parser': 7.26.10 - '@babel/template': 7.26.9 - '@babel/traverse': 7.26.10 - '@babel/types': 7.26.10 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.27.5 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) + '@babel/helpers': 7.27.6 + '@babel/parser': 7.27.5 + '@babel/template': 7.27.2 + '@babel/traverse': 7.27.4 + '@babel/types': 7.27.6 convert-source-map: 2.0.0 - debug: 4.4.0 + debug: 4.4.1 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/generator@7.26.10': + '@babel/generator@7.27.5': dependencies: - '@babel/parser': 7.26.10 - '@babel/types': 7.26.10 - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 - jsesc: 3.1.0 + '@babel/parser': 7.27.5 + '@babel/types': 7.27.6 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.30 + jsesc: 3.0.2 - '@babel/helper-compilation-targets@7.26.5': + '@babel/helper-compilation-targets@7.27.2': dependencies: - '@babel/compat-data': 7.26.8 - '@babel/helper-validator-option': 7.25.9 - browserslist: 4.24.4 + '@babel/compat-data': 7.27.5 + '@babel/helper-validator-option': 7.27.1 + browserslist: 4.25.0 lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-module-imports@7.25.9': + '@babel/helper-module-imports@7.27.1': dependencies: - '@babel/traverse': 7.26.10 - '@babel/types': 7.26.10 + '@babel/traverse': 7.27.4 + '@babel/types': 7.27.6 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)': + '@babel/helper-module-transforms@7.27.3(@babel/core@7.27.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.10 + '@babel/core': 7.27.4 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.27.4 transitivePeerDependencies: - supports-color - '@babel/helper-plugin-utils@7.26.5': {} + '@babel/helper-plugin-utils@7.27.1': {} - '@babel/helper-string-parser@7.25.9': {} + '@babel/helper-string-parser@7.27.1': {} - '@babel/helper-validator-identifier@7.25.9': {} + '@babel/helper-validator-identifier@7.27.1': {} - '@babel/helper-validator-option@7.25.9': {} + '@babel/helper-validator-option@7.27.1': {} - '@babel/helpers@7.26.10': + '@babel/helpers@7.27.6': dependencies: - '@babel/template': 7.26.9 - '@babel/types': 7.26.10 + '@babel/template': 7.27.2 + '@babel/types': 7.27.6 - '@babel/parser@7.26.10': + '@babel/parser@7.27.5': dependencies: - '@babel/types': 7.26.10 + '@babel/types': 7.27.6 - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-syntax-typescript@7.25.4(@babel/core@7.27.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/core': 7.27.4 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/runtime@7.26.10': - dependencies: - regenerator-runtime: 0.14.1 + '@babel/runtime@7.28.3': {} - '@babel/template@7.26.9': + '@babel/template@7.27.2': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.10 - '@babel/types': 7.26.10 + '@babel/code-frame': 7.27.1 + '@babel/parser': 7.27.5 + '@babel/types': 7.27.6 - '@babel/traverse@7.26.10': + '@babel/traverse@7.27.4': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.10 - '@babel/parser': 7.26.10 - '@babel/template': 7.26.9 - '@babel/types': 7.26.10 - debug: 4.4.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.27.5 + '@babel/parser': 7.27.5 + '@babel/template': 7.27.2 + '@babel/types': 7.27.6 + debug: 4.4.1 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.26.10': + '@babel/types@7.27.6': + dependencies: + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + + '@base-org/account@2.4.0(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(fastestsmallesttextencoderdecoder@1.0.22)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': dependencies: - '@babel/helper-string-parser': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 + '@coinbase/cdp-sdk': 1.38.5(bufferutil@4.0.9)(encoding@0.1.13)(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + '@noble/hashes': 1.4.0 + clsx: 1.2.1 + eventemitter3: 5.0.1 + idb-keyval: 6.2.1 + ox: 0.6.9(typescript@5.5.4)(zod@3.25.76) + preact: 10.24.2 + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + zustand: 5.0.3(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0)(use-sync-external-store@1.4.0(react@19.1.0)) + transitivePeerDependencies: + - '@types/react' + - bufferutil + - debug + - encoding + - fastestsmallesttextencoderdecoder + - immer + - react + - typescript + - use-sync-external-store + - utf-8-validate + - ws + - zod '@biomejs/biome@1.8.3': optionalDependencies: @@ -3999,6 +4834,14 @@ snapshots: '@biomejs/cli-win32-x64@1.8.3': optional: true + '@bundled-es-modules/cookie@2.0.1': + dependencies: + cookie: 0.7.2 + + '@bundled-es-modules/statuses@1.0.1': + dependencies: + statuses: 2.0.1 + '@changesets/apply-release-plan@7.0.12': dependencies: '@changesets/config': 3.1.1 @@ -4013,16 +4856,16 @@ snapshots: outdent: 0.5.0 prettier: 2.8.8 resolve-from: 5.0.0 - semver: 7.7.1 + semver: 7.7.2 - '@changesets/assemble-release-plan@6.0.9': + '@changesets/assemble-release-plan@6.0.8': dependencies: '@changesets/errors': 0.2.0 '@changesets/get-dependents-graph': 2.1.3 '@changesets/should-skip-package': 0.1.2 '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 - semver: 7.7.1 + semver: 7.7.2 '@changesets/changelog-git@0.2.1': dependencies: @@ -4031,12 +4874,12 @@ snapshots: '@changesets/cli@2.29.4': dependencies: '@changesets/apply-release-plan': 7.0.12 - '@changesets/assemble-release-plan': 6.0.9 + '@changesets/assemble-release-plan': 6.0.8 '@changesets/changelog-git': 0.2.1 '@changesets/config': 3.1.1 '@changesets/errors': 0.2.0 '@changesets/get-dependents-graph': 2.1.3 - '@changesets/get-release-plan': 4.0.13 + '@changesets/get-release-plan': 4.0.12 '@changesets/git': 3.0.4 '@changesets/logger': 0.1.1 '@changesets/pre': 2.0.2 @@ -4052,10 +4895,10 @@ snapshots: fs-extra: 7.0.1 mri: 1.2.0 p-limit: 2.3.0 - package-manager-detector: 0.2.11 + package-manager-detector: 0.2.0 picocolors: 1.1.1 resolve-from: 5.0.0 - semver: 7.7.1 + semver: 7.7.2 spawndamnit: 3.0.1 term-size: 2.2.1 @@ -4078,11 +4921,11 @@ snapshots: '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 picocolors: 1.1.1 - semver: 7.7.1 + semver: 7.7.2 - '@changesets/get-release-plan@4.0.13': + '@changesets/get-release-plan@4.0.12': dependencies: - '@changesets/assemble-release-plan': 6.0.9 + '@changesets/assemble-release-plan': 6.0.8 '@changesets/config': 3.1.1 '@changesets/pre': 2.0.2 '@changesets/read': 0.6.5 @@ -4141,30 +4984,53 @@ snapshots: human-id: 4.1.1 prettier: 2.8.8 + '@coinbase/cdp-sdk@1.38.5(bufferutil@4.0.9)(encoding@0.1.13)(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))': + dependencies: + '@solana-program/system': 0.8.1(@solana/kit@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))) + '@solana-program/token': 0.6.0(@solana/kit@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))) + '@solana/kit': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + '@solana/web3.js': 1.98.4(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.5.4)(utf-8-validate@5.0.10) + abitype: 1.0.6(typescript@5.5.4)(zod@3.25.76) + axios: 1.13.2 + axios-retry: 4.5.0(axios@1.13.2) + jose: 6.1.1 + md5: 2.3.0 + uncrypto: 0.1.3 + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + zod: 3.25.76 + transitivePeerDependencies: + - bufferutil + - debug + - encoding + - fastestsmallesttextencoderdecoder + - typescript + - utf-8-validate + - ws + '@coinbase/wallet-sdk@3.9.3': dependencies: - bn.js: 5.2.1 + bn.js: 5.2.2 buffer: 6.0.3 clsx: 1.2.1 eth-block-tracker: 7.1.0 eth-json-rpc-filters: 6.0.1 eventemitter3: 5.0.1 keccak: 3.0.4 - preact: 10.26.4 - sha.js: 2.4.11 + preact: 10.27.1 + sha.js: 2.4.12 transitivePeerDependencies: - supports-color - '@coinbase/wallet-sdk@4.3.6(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(utf-8-validate@5.0.10)(zod@3.22.4)': + '@coinbase/wallet-sdk@4.3.6(@types/react@19.1.8)(bufferutil@4.0.9)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@noble/hashes': 1.4.0 clsx: 1.2.1 eventemitter3: 5.0.1 idb-keyval: 6.2.1 - ox: 0.6.9(typescript@5.5.4)(zod@3.22.4) + ox: 0.6.9(typescript@5.5.4)(zod@3.25.76) preact: 10.24.2 - viem: 2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - zustand: 5.0.3(@types/react@19.1.8)(react@19.1.0)(use-sync-external-store@1.4.0(react@19.1.0)) + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + zustand: 5.0.3(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0)(use-sync-external-store@1.4.0(react@19.1.0)) transitivePeerDependencies: - '@types/react' - bufferutil @@ -4175,66 +5041,66 @@ snapshots: - utf-8-validate - zod - '@commitlint/cli@19.8.0(@types/node@20.17.24)(typescript@5.5.4)': + '@commitlint/cli@19.4.1(@types/node@20.16.5)(typescript@5.5.4)': dependencies: - '@commitlint/format': 19.8.0 - '@commitlint/lint': 19.8.0 - '@commitlint/load': 19.8.0(@types/node@20.17.24)(typescript@5.5.4) - '@commitlint/read': 19.8.0 - '@commitlint/types': 19.8.0 - tinyexec: 0.3.2 + '@commitlint/format': 19.3.0 + '@commitlint/lint': 19.4.1 + '@commitlint/load': 19.4.0(@types/node@20.16.5)(typescript@5.5.4) + '@commitlint/read': 19.4.0 + '@commitlint/types': 19.0.3 + execa: 8.0.1 yargs: 17.7.2 transitivePeerDependencies: - '@types/node' - typescript - '@commitlint/config-conventional@19.8.0': + '@commitlint/config-conventional@19.4.1': dependencies: - '@commitlint/types': 19.8.0 + '@commitlint/types': 19.0.3 conventional-changelog-conventionalcommits: 7.0.2 - '@commitlint/config-validator@19.8.0': + '@commitlint/config-validator@19.0.3': dependencies: - '@commitlint/types': 19.8.0 + '@commitlint/types': 19.0.3 ajv: 8.17.1 - '@commitlint/ensure@19.8.0': + '@commitlint/ensure@19.0.3': dependencies: - '@commitlint/types': 19.8.0 + '@commitlint/types': 19.0.3 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 lodash.startcase: 4.4.0 lodash.upperfirst: 4.3.1 - '@commitlint/execute-rule@19.8.0': {} + '@commitlint/execute-rule@19.0.0': {} - '@commitlint/format@19.8.0': + '@commitlint/format@19.3.0': dependencies: - '@commitlint/types': 19.8.0 - chalk: 5.4.1 + '@commitlint/types': 19.0.3 + chalk: 5.6.2 - '@commitlint/is-ignored@19.8.0': + '@commitlint/is-ignored@19.2.2': dependencies: - '@commitlint/types': 19.8.0 - semver: 7.7.1 + '@commitlint/types': 19.0.3 + semver: 7.7.2 - '@commitlint/lint@19.8.0': + '@commitlint/lint@19.4.1': dependencies: - '@commitlint/is-ignored': 19.8.0 - '@commitlint/parse': 19.8.0 - '@commitlint/rules': 19.8.0 - '@commitlint/types': 19.8.0 + '@commitlint/is-ignored': 19.2.2 + '@commitlint/parse': 19.0.3 + '@commitlint/rules': 19.4.1 + '@commitlint/types': 19.0.3 - '@commitlint/load@19.8.0(@types/node@20.17.24)(typescript@5.5.4)': + '@commitlint/load@19.4.0(@types/node@20.16.5)(typescript@5.5.4)': dependencies: - '@commitlint/config-validator': 19.8.0 - '@commitlint/execute-rule': 19.8.0 - '@commitlint/resolve-extends': 19.8.0 - '@commitlint/types': 19.8.0 - chalk: 5.4.1 + '@commitlint/config-validator': 19.0.3 + '@commitlint/execute-rule': 19.0.0 + '@commitlint/resolve-extends': 19.1.0 + '@commitlint/types': 19.0.3 + chalk: 5.6.2 cosmiconfig: 9.0.0(typescript@5.5.4) - cosmiconfig-typescript-loader: 6.1.0(@types/node@20.17.24)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4) + cosmiconfig-typescript-loader: 5.0.0(@types/node@20.16.5)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -4242,74 +5108,55 @@ snapshots: - '@types/node' - typescript - '@commitlint/message@19.8.0': {} + '@commitlint/message@19.0.0': {} - '@commitlint/parse@19.8.0': + '@commitlint/parse@19.0.3': dependencies: - '@commitlint/types': 19.8.0 + '@commitlint/types': 19.0.3 conventional-changelog-angular: 7.0.0 conventional-commits-parser: 5.0.0 - '@commitlint/read@19.8.0': + '@commitlint/read@19.4.0': dependencies: - '@commitlint/top-level': 19.8.0 - '@commitlint/types': 19.8.0 + '@commitlint/top-level': 19.0.0 + '@commitlint/types': 19.0.3 + execa: 8.0.1 git-raw-commits: 4.0.0 minimist: 1.2.8 - tinyexec: 0.3.2 - '@commitlint/resolve-extends@19.8.0': + '@commitlint/resolve-extends@19.1.0': dependencies: - '@commitlint/config-validator': 19.8.0 - '@commitlint/types': 19.8.0 + '@commitlint/config-validator': 19.0.3 + '@commitlint/types': 19.0.3 global-directory: 4.0.1 import-meta-resolve: 4.1.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 - '@commitlint/rules@19.8.0': + '@commitlint/rules@19.4.1': dependencies: - '@commitlint/ensure': 19.8.0 - '@commitlint/message': 19.8.0 - '@commitlint/to-lines': 19.8.0 - '@commitlint/types': 19.8.0 + '@commitlint/ensure': 19.0.3 + '@commitlint/message': 19.0.0 + '@commitlint/to-lines': 19.0.0 + '@commitlint/types': 19.0.3 + execa: 8.0.1 - '@commitlint/to-lines@19.8.0': {} + '@commitlint/to-lines@19.0.0': {} - '@commitlint/top-level@19.8.0': + '@commitlint/top-level@19.0.0': dependencies: find-up: 7.0.0 - '@commitlint/types@19.8.0': - dependencies: - '@types/conventional-commits-parser': 5.0.1 - chalk: 5.4.1 - - '@csstools/color-helpers@5.0.2': {} - - '@csstools/css-calc@2.1.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': - dependencies: - '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) - '@csstools/css-tokenizer': 3.0.3 - - '@csstools/css-color-parser@3.0.8(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': + '@commitlint/types@19.0.3': dependencies: - '@csstools/color-helpers': 5.0.2 - '@csstools/css-calc': 2.1.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) - '@csstools/css-tokenizer': 3.0.3 + '@types/conventional-commits-parser': 5.0.0 + chalk: 5.6.2 - '@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3)': + '@ecies/ciphers@0.2.4(@noble/ciphers@1.3.0)': dependencies: - '@csstools/css-tokenizer': 3.0.3 + '@noble/ciphers': 1.3.0 - '@csstools/css-tokenizer@3.0.3': {} - - '@ecies/ciphers@0.2.3(@noble/ciphers@1.2.1)': - dependencies: - '@noble/ciphers': 1.2.1 - - '@emnapi/runtime@1.4.5': + '@emnapi/runtime@1.4.3': dependencies: tslib: 2.8.1 optional: true @@ -4319,148 +5166,145 @@ snapshots: '@esbuild/aix-ppc64@0.21.5': optional: true - '@esbuild/aix-ppc64@0.25.6': + '@esbuild/aix-ppc64@0.25.5': optional: true '@esbuild/android-arm64@0.21.5': optional: true - '@esbuild/android-arm64@0.25.6': + '@esbuild/android-arm64@0.25.5': optional: true '@esbuild/android-arm@0.21.5': optional: true - '@esbuild/android-arm@0.25.6': + '@esbuild/android-arm@0.25.5': optional: true '@esbuild/android-x64@0.21.5': optional: true - '@esbuild/android-x64@0.25.6': + '@esbuild/android-x64@0.25.5': optional: true '@esbuild/darwin-arm64@0.21.5': optional: true - '@esbuild/darwin-arm64@0.25.6': + '@esbuild/darwin-arm64@0.25.5': optional: true '@esbuild/darwin-x64@0.21.5': optional: true - '@esbuild/darwin-x64@0.25.6': + '@esbuild/darwin-x64@0.25.5': optional: true '@esbuild/freebsd-arm64@0.21.5': optional: true - '@esbuild/freebsd-arm64@0.25.6': + '@esbuild/freebsd-arm64@0.25.5': optional: true '@esbuild/freebsd-x64@0.21.5': optional: true - '@esbuild/freebsd-x64@0.25.6': + '@esbuild/freebsd-x64@0.25.5': optional: true '@esbuild/linux-arm64@0.21.5': optional: true - '@esbuild/linux-arm64@0.25.6': + '@esbuild/linux-arm64@0.25.5': optional: true '@esbuild/linux-arm@0.21.5': optional: true - '@esbuild/linux-arm@0.25.6': + '@esbuild/linux-arm@0.25.5': optional: true '@esbuild/linux-ia32@0.21.5': optional: true - '@esbuild/linux-ia32@0.25.6': + '@esbuild/linux-ia32@0.25.5': optional: true '@esbuild/linux-loong64@0.21.5': optional: true - '@esbuild/linux-loong64@0.25.6': + '@esbuild/linux-loong64@0.25.5': optional: true '@esbuild/linux-mips64el@0.21.5': optional: true - '@esbuild/linux-mips64el@0.25.6': + '@esbuild/linux-mips64el@0.25.5': optional: true '@esbuild/linux-ppc64@0.21.5': optional: true - '@esbuild/linux-ppc64@0.25.6': + '@esbuild/linux-ppc64@0.25.5': optional: true '@esbuild/linux-riscv64@0.21.5': optional: true - '@esbuild/linux-riscv64@0.25.6': + '@esbuild/linux-riscv64@0.25.5': optional: true '@esbuild/linux-s390x@0.21.5': optional: true - '@esbuild/linux-s390x@0.25.6': + '@esbuild/linux-s390x@0.25.5': optional: true '@esbuild/linux-x64@0.21.5': optional: true - '@esbuild/linux-x64@0.25.6': + '@esbuild/linux-x64@0.25.5': optional: true - '@esbuild/netbsd-arm64@0.25.6': + '@esbuild/netbsd-arm64@0.25.5': optional: true '@esbuild/netbsd-x64@0.21.5': optional: true - '@esbuild/netbsd-x64@0.25.6': + '@esbuild/netbsd-x64@0.25.5': optional: true - '@esbuild/openbsd-arm64@0.25.6': + '@esbuild/openbsd-arm64@0.25.5': optional: true '@esbuild/openbsd-x64@0.21.5': optional: true - '@esbuild/openbsd-x64@0.25.6': - optional: true - - '@esbuild/openharmony-arm64@0.25.6': + '@esbuild/openbsd-x64@0.25.5': optional: true '@esbuild/sunos-x64@0.21.5': optional: true - '@esbuild/sunos-x64@0.25.6': + '@esbuild/sunos-x64@0.25.5': optional: true '@esbuild/win32-arm64@0.21.5': optional: true - '@esbuild/win32-arm64@0.25.6': + '@esbuild/win32-arm64@0.25.5': optional: true '@esbuild/win32-ia32@0.21.5': optional: true - '@esbuild/win32-ia32@0.25.6': + '@esbuild/win32-ia32@0.25.5': optional: true '@esbuild/win32-x64@0.21.5': optional: true - '@esbuild/win32-x64@0.25.6': + '@esbuild/win32-x64@0.25.5': optional: true '@ethereumjs/common@3.2.0': @@ -4483,108 +5327,142 @@ snapshots: ethereum-cryptography: 2.2.1 micro-ftch: 0.3.1 - '@img/sharp-darwin-arm64@0.34.3': - optionalDependencies: - '@img/sharp-libvips-darwin-arm64': 1.2.0 - optional: true + '@gemini-wallet/core@0.3.2(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76))': + dependencies: + '@metamask/rpc-errors': 7.0.2 + eventemitter3: 5.0.1 + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + transitivePeerDependencies: + - supports-color - '@img/sharp-darwin-x64@0.34.3': + '@img/sharp-darwin-arm64@0.34.2': optionalDependencies: - '@img/sharp-libvips-darwin-x64': 1.2.0 + '@img/sharp-libvips-darwin-arm64': 1.1.0 optional: true - '@img/sharp-libvips-darwin-arm64@1.2.0': + '@img/sharp-darwin-x64@0.34.2': + optionalDependencies: + '@img/sharp-libvips-darwin-x64': 1.1.0 optional: true - '@img/sharp-libvips-darwin-x64@1.2.0': + '@img/sharp-libvips-darwin-arm64@1.1.0': optional: true - '@img/sharp-libvips-linux-arm64@1.2.0': + '@img/sharp-libvips-darwin-x64@1.1.0': optional: true - '@img/sharp-libvips-linux-arm@1.2.0': + '@img/sharp-libvips-linux-arm64@1.1.0': optional: true - '@img/sharp-libvips-linux-ppc64@1.2.0': + '@img/sharp-libvips-linux-arm@1.1.0': optional: true - '@img/sharp-libvips-linux-s390x@1.2.0': + '@img/sharp-libvips-linux-ppc64@1.1.0': optional: true - '@img/sharp-libvips-linux-x64@1.2.0': + '@img/sharp-libvips-linux-s390x@1.1.0': optional: true - '@img/sharp-libvips-linuxmusl-arm64@1.2.0': + '@img/sharp-libvips-linux-x64@1.1.0': optional: true - '@img/sharp-libvips-linuxmusl-x64@1.2.0': + '@img/sharp-libvips-linuxmusl-arm64@1.1.0': optional: true - '@img/sharp-linux-arm64@0.34.3': - optionalDependencies: - '@img/sharp-libvips-linux-arm64': 1.2.0 + '@img/sharp-libvips-linuxmusl-x64@1.1.0': optional: true - '@img/sharp-linux-arm@0.34.3': + '@img/sharp-linux-arm64@0.34.2': optionalDependencies: - '@img/sharp-libvips-linux-arm': 1.2.0 + '@img/sharp-libvips-linux-arm64': 1.1.0 optional: true - '@img/sharp-linux-ppc64@0.34.3': + '@img/sharp-linux-arm@0.34.2': optionalDependencies: - '@img/sharp-libvips-linux-ppc64': 1.2.0 + '@img/sharp-libvips-linux-arm': 1.1.0 optional: true - '@img/sharp-linux-s390x@0.34.3': + '@img/sharp-linux-s390x@0.34.2': optionalDependencies: - '@img/sharp-libvips-linux-s390x': 1.2.0 + '@img/sharp-libvips-linux-s390x': 1.1.0 optional: true - '@img/sharp-linux-x64@0.34.3': + '@img/sharp-linux-x64@0.34.2': optionalDependencies: - '@img/sharp-libvips-linux-x64': 1.2.0 + '@img/sharp-libvips-linux-x64': 1.1.0 optional: true - '@img/sharp-linuxmusl-arm64@0.34.3': + '@img/sharp-linuxmusl-arm64@0.34.2': optionalDependencies: - '@img/sharp-libvips-linuxmusl-arm64': 1.2.0 + '@img/sharp-libvips-linuxmusl-arm64': 1.1.0 optional: true - '@img/sharp-linuxmusl-x64@0.34.3': + '@img/sharp-linuxmusl-x64@0.34.2': optionalDependencies: - '@img/sharp-libvips-linuxmusl-x64': 1.2.0 + '@img/sharp-libvips-linuxmusl-x64': 1.1.0 optional: true - '@img/sharp-wasm32@0.34.3': + '@img/sharp-wasm32@0.34.2': dependencies: - '@emnapi/runtime': 1.4.5 + '@emnapi/runtime': 1.4.3 optional: true - '@img/sharp-win32-arm64@0.34.3': + '@img/sharp-win32-arm64@0.34.2': optional: true - '@img/sharp-win32-ia32@0.34.3': + '@img/sharp-win32-ia32@0.34.2': optional: true - '@img/sharp-win32-x64@0.34.3': + '@img/sharp-win32-x64@0.34.2': optional: true - '@jridgewell/gen-mapping@0.3.8': + '@inquirer/ansi@1.0.0': {} + + '@inquirer/confirm@5.1.18(@types/node@20.16.5)': + dependencies: + '@inquirer/core': 10.2.2(@types/node@20.16.5) + '@inquirer/type': 3.0.8(@types/node@20.16.5) + optionalDependencies: + '@types/node': 20.16.5 + + '@inquirer/core@10.2.2(@types/node@20.16.5)': + dependencies: + '@inquirer/ansi': 1.0.0 + '@inquirer/figures': 1.0.13 + '@inquirer/type': 3.0.8(@types/node@20.16.5) + cli-width: 4.1.0 + mute-stream: 2.0.0 + signal-exit: 4.1.0 + wrap-ansi: 6.2.0 + yoctocolors-cjs: 2.1.3 + optionalDependencies: + '@types/node': 20.16.5 + + '@inquirer/figures@1.0.13': {} + + '@inquirer/type@3.0.8(@types/node@20.16.5)': + optionalDependencies: + '@types/node': 20.16.5 + + '@jridgewell/gen-mapping@0.3.13': dependencies: - '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.5.0 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/sourcemap-codec': 1.5.5 + '@jridgewell/trace-mapping': 0.3.30 '@jridgewell/resolve-uri@3.1.2': {} - '@jridgewell/set-array@1.2.1': {} + '@jridgewell/source-map@0.3.11': + dependencies: + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.30 + optional: true - '@jridgewell/sourcemap-codec@1.5.0': {} + '@jridgewell/sourcemap-codec@1.5.5': {} - '@jridgewell/trace-mapping@0.3.25': + '@jridgewell/trace-mapping@0.3.30': dependencies: '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.5 '@lit-labs/ssr-dom-shim@1.4.0': {} @@ -4594,14 +5472,14 @@ snapshots: '@manypkg/find-root@1.1.0': dependencies: - '@babel/runtime': 7.26.10 + '@babel/runtime': 7.28.3 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 '@manypkg/get-packages@1.1.3': dependencies: - '@babel/runtime': 7.26.10 + '@babel/runtime': 7.28.3 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -4648,7 +5526,7 @@ snapshots: '@metamask/onboarding@1.0.1': dependencies: - bowser: 2.11.0 + bowser: 2.12.1 '@metamask/providers@16.1.0': dependencies: @@ -4674,17 +5552,29 @@ snapshots: transitivePeerDependencies: - supports-color + '@metamask/rpc-errors@7.0.2': + dependencies: + '@metamask/utils': 11.4.2 + fast-safe-stringify: 2.1.1 + transitivePeerDependencies: + - supports-color + '@metamask/safe-event-emitter@2.0.0': {} '@metamask/safe-event-emitter@3.1.2': {} - '@metamask/sdk-communication-layer@0.32.0(cross-fetch@4.1.0)(eciesjs@0.4.14)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10))': + '@metamask/sdk-analytics@0.0.5': + dependencies: + openapi-fetch: 0.13.8 + + '@metamask/sdk-communication-layer@0.33.1(cross-fetch@4.1.0(encoding@0.1.13))(eciesjs@0.4.15)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10))': dependencies: + '@metamask/sdk-analytics': 0.0.5 bufferutil: 4.0.9 - cross-fetch: 4.1.0 + cross-fetch: 4.1.0(encoding@0.1.13) date-fns: 2.30.0 - debug: 4.4.0 - eciesjs: 0.4.14 + debug: 4.3.4 + eciesjs: 0.4.15 eventemitter2: 6.4.9 readable-stream: 3.6.2 socket.io-client: 4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) @@ -4693,26 +5583,27 @@ snapshots: transitivePeerDependencies: - supports-color - '@metamask/sdk-install-modal-web@0.32.0': + '@metamask/sdk-install-modal-web@0.32.1': dependencies: '@paulmillr/qr': 0.2.1 - '@metamask/sdk@0.32.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)': + '@metamask/sdk@0.33.1(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.26.10 + '@babel/runtime': 7.28.3 '@metamask/onboarding': 1.0.1 '@metamask/providers': 16.1.0 - '@metamask/sdk-communication-layer': 0.32.0(cross-fetch@4.1.0)(eciesjs@0.4.14)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - '@metamask/sdk-install-modal-web': 0.32.0 + '@metamask/sdk-analytics': 0.0.5 + '@metamask/sdk-communication-layer': 0.33.1(cross-fetch@4.1.0(encoding@0.1.13))(eciesjs@0.4.15)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + '@metamask/sdk-install-modal-web': 0.32.1 '@paulmillr/qr': 0.2.1 - bowser: 2.11.0 - cross-fetch: 4.1.0 - debug: 4.4.0 - eciesjs: 0.4.14 + bowser: 2.12.1 + cross-fetch: 4.1.0(encoding@0.1.13) + debug: 4.3.4 + eciesjs: 0.4.15 eth-rpc-errors: 4.0.3 eventemitter2: 6.4.9 obj-multiplex: 1.0.0 - pump: 3.0.2 + pump: 3.0.3 readable-stream: 3.6.2 socket.io-client: 4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) tslib: 2.8.1 @@ -4724,7 +5615,22 @@ snapshots: - supports-color - utf-8-validate - '@metamask/superstruct@3.1.0': {} + '@metamask/superstruct@3.2.1': {} + + '@metamask/utils@11.4.2': + dependencies: + '@ethereumjs/tx': 4.2.0 + '@metamask/superstruct': 3.2.1 + '@noble/hashes': 1.8.0 + '@scure/base': 1.2.6 + '@types/debug': 4.1.12 + debug: 4.4.1 + lodash.memoize: 4.1.2 + pony-cause: 2.1.11 + semver: 7.7.2 + uuid: 9.0.1 + transitivePeerDependencies: + - supports-color '@metamask/utils@5.0.2': dependencies: @@ -4739,13 +5645,13 @@ snapshots: '@metamask/utils@8.5.0': dependencies: '@ethereumjs/tx': 4.2.0 - '@metamask/superstruct': 3.1.0 - '@noble/hashes': 1.7.2 - '@scure/base': 1.2.4 + '@metamask/superstruct': 3.2.1 + '@noble/hashes': 1.8.0 + '@scure/base': 1.2.6 '@types/debug': 4.1.12 - debug: 4.4.0 + debug: 4.4.1 pony-cause: 2.1.11 - semver: 7.7.1 + semver: 7.7.2 uuid: 9.0.1 transitivePeerDependencies: - supports-color @@ -4753,45 +5659,56 @@ snapshots: '@metamask/utils@9.3.0': dependencies: '@ethereumjs/tx': 4.2.0 - '@metamask/superstruct': 3.1.0 - '@noble/hashes': 1.7.2 - '@scure/base': 1.2.4 + '@metamask/superstruct': 3.2.1 + '@noble/hashes': 1.8.0 + '@scure/base': 1.2.6 '@types/debug': 4.1.12 - debug: 4.4.0 + debug: 4.4.1 pony-cause: 2.1.11 - semver: 7.7.1 + semver: 7.7.2 uuid: 9.0.1 transitivePeerDependencies: - supports-color - '@next/env@15.4.1': {} + '@mswjs/interceptors@0.39.6': + dependencies: + '@open-draft/deferred-promise': 2.2.0 + '@open-draft/logger': 0.3.0 + '@open-draft/until': 2.1.0 + is-node-process: 1.2.0 + outvariant: 1.4.3 + strict-event-emitter: 0.5.1 + + '@next/env@15.3.3': {} - '@next/swc-darwin-arm64@15.4.1': + '@next/swc-darwin-arm64@15.3.3': optional: true - '@next/swc-darwin-x64@15.4.1': + '@next/swc-darwin-x64@15.3.3': optional: true - '@next/swc-linux-arm64-gnu@15.4.1': + '@next/swc-linux-arm64-gnu@15.3.3': optional: true - '@next/swc-linux-arm64-musl@15.4.1': + '@next/swc-linux-arm64-musl@15.3.3': optional: true - '@next/swc-linux-x64-gnu@15.4.1': + '@next/swc-linux-x64-gnu@15.3.3': optional: true - '@next/swc-linux-x64-musl@15.4.1': + '@next/swc-linux-x64-musl@15.3.3': optional: true - '@next/swc-win32-arm64-msvc@15.4.1': + '@next/swc-win32-arm64-msvc@15.3.3': optional: true - '@next/swc-win32-x64-msvc@15.4.1': + '@next/swc-win32-x64-msvc@15.3.3': optional: true '@noble/ciphers@1.2.1': {} + '@noble/ciphers@1.3.0': {} + '@noble/curves@1.4.2': dependencies: '@noble/hashes': 1.4.0 @@ -4808,6 +5725,14 @@ snapshots: dependencies: '@noble/hashes': 1.7.2 + '@noble/curves@1.9.1': + dependencies: + '@noble/hashes': 1.8.0 + + '@noble/curves@1.9.7': + dependencies: + '@noble/hashes': 1.8.0 + '@noble/hashes@1.4.0': {} '@noble/hashes@1.7.0': {} @@ -4816,6 +5741,8 @@ snapshots: '@noble/hashes@1.7.2': {} + '@noble/hashes@1.8.0': {} + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 @@ -4826,7 +5753,19 @@ snapshots: '@nodelib/fs.walk@1.2.8': dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.19.1 + fastq: 1.17.1 + + '@open-draft/deferred-promise@2.2.0': {} + + '@open-draft/logger@0.3.0': + dependencies: + is-node-process: 1.2.0 + outvariant: 1.4.3 + + '@open-draft/until@2.1.0': {} + + '@opentelemetry/api@1.9.0': + optional: true '@panva/hkdf@1.2.1': {} @@ -4836,20 +5775,31 @@ snapshots: dependencies: big.js: 6.2.2 dayjs: 1.11.13 - viem: 2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) transitivePeerDependencies: - bufferutil - typescript - utf-8-validate - zod - '@reown/appkit-controllers@1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@reown/appkit-common@1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + big.js: 6.2.2 + dayjs: 1.11.13 + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + transitivePeerDependencies: + - bufferutil + - typescript + - utf-8-validate + - zod + + '@reown/appkit-controllers@1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': + dependencies: + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10) - '@walletconnect/universal-provider': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/universal-provider': 2.21.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) valtio: 1.13.2(@types/react@19.1.8)(react@19.1.0) - viem: 2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -4865,6 +5815,7 @@ snapshots: - '@types/react' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -4877,12 +5828,12 @@ snapshots: - utf-8-validate - zod - '@reown/appkit-pay@1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@reown/appkit-pay@1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@reown/appkit-controllers': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@reown/appkit-ui': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@reown/appkit-utils': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.8)(react@19.1.0))(zod@3.22.4) + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-ui': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.8)(react@19.1.0))(zod@3.25.76) lit: 3.3.0 valtio: 1.13.2(@types/react@19.1.8)(react@19.1.0) transitivePeerDependencies: @@ -4900,6 +5851,7 @@ snapshots: - '@types/react' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -4916,12 +5868,12 @@ snapshots: dependencies: buffer: 6.0.3 - '@reown/appkit-scaffold-ui@1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.8)(react@19.1.0))(zod@3.22.4)': + '@reown/appkit-scaffold-ui@1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.8)(react@19.1.0))(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@reown/appkit-controllers': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@reown/appkit-ui': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@reown/appkit-utils': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.8)(react@19.1.0))(zod@3.22.4) + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-ui': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.8)(react@19.1.0))(zod@3.25.76) '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10) lit: 3.3.0 transitivePeerDependencies: @@ -4939,6 +5891,7 @@ snapshots: - '@types/react' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -4952,10 +5905,10 @@ snapshots: - valtio - zod - '@reown/appkit-ui@1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@reown/appkit-ui@1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@reown/appkit-controllers': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10) lit: 3.3.0 qrcode: 1.5.3 @@ -4974,6 +5927,7 @@ snapshots: - '@types/react' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -4986,16 +5940,16 @@ snapshots: - utf-8-validate - zod - '@reown/appkit-utils@1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.8)(react@19.1.0))(zod@3.22.4)': + '@reown/appkit-utils@1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.8)(react@19.1.0))(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@reown/appkit-controllers': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) '@reown/appkit-polyfills': 1.7.8 '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10) '@walletconnect/logger': 2.1.2 - '@walletconnect/universal-provider': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/universal-provider': 2.21.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) valtio: 1.13.2(@types/react@19.1.8)(react@19.1.0) - viem: 2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -5011,6 +5965,7 @@ snapshots: - '@types/react' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -5034,21 +5989,21 @@ snapshots: - typescript - utf-8-validate - '@reown/appkit@1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@reown/appkit@1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@reown/appkit-controllers': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@reown/appkit-pay': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-pay': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) '@reown/appkit-polyfills': 1.7.8 - '@reown/appkit-scaffold-ui': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.8)(react@19.1.0))(zod@3.22.4) - '@reown/appkit-ui': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@reown/appkit-utils': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.8)(react@19.1.0))(zod@3.22.4) + '@reown/appkit-scaffold-ui': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.8)(react@19.1.0))(zod@3.25.76) + '@reown/appkit-ui': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.8)(react@19.1.0))(zod@3.25.76) '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10) '@walletconnect/types': 2.21.0 - '@walletconnect/universal-provider': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/universal-provider': 2.21.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) bs58: 6.0.0 valtio: 1.13.2(@types/react@19.1.8)(react@19.1.0) - viem: 2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -5064,6 +6019,7 @@ snapshots: - '@types/react' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -5076,66 +6032,69 @@ snapshots: - utf-8-validate - zod - '@rollup/rollup-android-arm-eabi@4.35.0': + '@rollup/rollup-android-arm-eabi@4.43.0': optional: true - '@rollup/rollup-android-arm64@4.35.0': + '@rollup/rollup-android-arm64@4.43.0': optional: true - '@rollup/rollup-darwin-arm64@4.35.0': + '@rollup/rollup-darwin-arm64@4.43.0': optional: true - '@rollup/rollup-darwin-x64@4.35.0': + '@rollup/rollup-darwin-x64@4.43.0': optional: true - '@rollup/rollup-freebsd-arm64@4.35.0': + '@rollup/rollup-freebsd-arm64@4.43.0': optional: true - '@rollup/rollup-freebsd-x64@4.35.0': + '@rollup/rollup-freebsd-x64@4.43.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.35.0': + '@rollup/rollup-linux-arm-gnueabihf@4.43.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.35.0': + '@rollup/rollup-linux-arm-musleabihf@4.43.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.35.0': + '@rollup/rollup-linux-arm64-gnu@4.43.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.35.0': + '@rollup/rollup-linux-arm64-musl@4.43.0': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.35.0': + '@rollup/rollup-linux-loongarch64-gnu@4.43.0': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.35.0': + '@rollup/rollup-linux-powerpc64le-gnu@4.43.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.35.0': + '@rollup/rollup-linux-riscv64-gnu@4.43.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.35.0': + '@rollup/rollup-linux-riscv64-musl@4.43.0': optional: true - '@rollup/rollup-linux-x64-gnu@4.35.0': + '@rollup/rollup-linux-s390x-gnu@4.43.0': optional: true - '@rollup/rollup-linux-x64-musl@4.35.0': + '@rollup/rollup-linux-x64-gnu@4.43.0': optional: true - '@rollup/rollup-win32-arm64-msvc@4.35.0': + '@rollup/rollup-linux-x64-musl@4.43.0': optional: true - '@rollup/rollup-win32-ia32-msvc@4.35.0': + '@rollup/rollup-win32-arm64-msvc@4.43.0': optional: true - '@rollup/rollup-win32-x64-msvc@4.35.0': + '@rollup/rollup-win32-ia32-msvc@4.43.0': optional: true - '@safe-global/safe-apps-provider@0.18.6(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@rollup/rollup-win32-x64-msvc@4.43.0': + optional: true + + '@safe-global/safe-apps-provider@0.18.6(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) events: 3.3.0 transitivePeerDependencies: - bufferutil @@ -5143,21 +6102,21 @@ snapshots: - utf-8-validate - zod - '@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@safe-global/safe-gateway-typescript-sdk': 3.22.9 - viem: 2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@safe-global/safe-gateway-typescript-sdk': 3.23.1 + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - bufferutil - typescript - utf-8-validate - zod - '@safe-global/safe-gateway-typescript-sdk@3.22.9': {} + '@safe-global/safe-gateway-typescript-sdk@3.23.1': {} '@scure/base@1.1.9': {} - '@scure/base@1.2.4': {} + '@scure/base@1.2.6': {} '@scure/bip32@1.4.0': dependencies: @@ -5169,7 +6128,13 @@ snapshots: dependencies: '@noble/curves': 1.8.2 '@noble/hashes': 1.7.2 - '@scure/base': 1.2.4 + '@scure/base': 1.2.6 + + '@scure/bip32@1.7.0': + dependencies: + '@noble/curves': 1.9.7 + '@noble/hashes': 1.8.0 + '@scure/base': 1.2.6 '@scure/bip39@1.3.0': dependencies: @@ -5179,25 +6144,448 @@ snapshots: '@scure/bip39@1.5.4': dependencies: '@noble/hashes': 1.7.2 - '@scure/base': 1.2.4 + '@scure/base': 1.2.6 + + '@scure/bip39@1.6.0': + dependencies: + '@noble/hashes': 1.8.0 + '@scure/base': 1.2.6 '@socket.io/component-emitter@3.1.2': {} + '@solana-program/system@0.8.1(@solana/kit@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)))': + dependencies: + '@solana/kit': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + + '@solana-program/token@0.6.0(@solana/kit@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)))': + dependencies: + '@solana/kit': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + + '@solana/accounts@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/addresses': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/codecs-strings': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/rpc-spec': 3.0.3(typescript@5.5.4) + '@solana/rpc-types': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/addresses@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/assertions': 3.0.3(typescript@5.5.4) + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/codecs-strings': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/nominal-types': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/assertions@3.0.3(typescript@5.5.4)': + dependencies: + '@solana/errors': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + + '@solana/buffer-layout@4.0.1': + dependencies: + buffer: 6.0.3 + + '@solana/codecs-core@2.3.0(typescript@5.5.4)': + dependencies: + '@solana/errors': 2.3.0(typescript@5.5.4) + typescript: 5.5.4 + + '@solana/codecs-core@3.0.3(typescript@5.5.4)': + dependencies: + '@solana/errors': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + + '@solana/codecs-data-structures@3.0.3(typescript@5.5.4)': + dependencies: + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/codecs-numbers': 3.0.3(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + + '@solana/codecs-numbers@2.3.0(typescript@5.5.4)': + dependencies: + '@solana/codecs-core': 2.3.0(typescript@5.5.4) + '@solana/errors': 2.3.0(typescript@5.5.4) + typescript: 5.5.4 + + '@solana/codecs-numbers@3.0.3(typescript@5.5.4)': + dependencies: + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + + '@solana/codecs-strings@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/codecs-numbers': 3.0.3(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + fastestsmallesttextencoderdecoder: 1.0.22 + typescript: 5.5.4 + + '@solana/codecs@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/codecs-data-structures': 3.0.3(typescript@5.5.4) + '@solana/codecs-numbers': 3.0.3(typescript@5.5.4) + '@solana/codecs-strings': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/options': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/errors@2.3.0(typescript@5.5.4)': + dependencies: + chalk: 5.6.2 + commander: 14.0.2 + typescript: 5.5.4 + + '@solana/errors@3.0.3(typescript@5.5.4)': + dependencies: + chalk: 5.6.2 + commander: 14.0.0 + typescript: 5.5.4 + + '@solana/fast-stable-stringify@3.0.3(typescript@5.5.4)': + dependencies: + typescript: 5.5.4 + + '@solana/functional@3.0.3(typescript@5.5.4)': + dependencies: + typescript: 5.5.4 + + '@solana/instruction-plans@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/instructions': 3.0.3(typescript@5.5.4) + '@solana/promises': 3.0.3(typescript@5.5.4) + '@solana/transaction-messages': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/transactions': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/instructions@3.0.3(typescript@5.5.4)': + dependencies: + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + + '@solana/keys@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/assertions': 3.0.3(typescript@5.5.4) + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/codecs-strings': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/nominal-types': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/kit@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))': + dependencies: + '@solana/accounts': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/addresses': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/codecs': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/functional': 3.0.3(typescript@5.5.4) + '@solana/instruction-plans': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/instructions': 3.0.3(typescript@5.5.4) + '@solana/keys': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/programs': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/rpc': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/rpc-parsed-types': 3.0.3(typescript@5.5.4) + '@solana/rpc-spec-types': 3.0.3(typescript@5.5.4) + '@solana/rpc-subscriptions': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + '@solana/rpc-types': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/signers': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/sysvars': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/transaction-confirmation': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + '@solana/transaction-messages': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/transactions': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + - ws + + '@solana/nominal-types@3.0.3(typescript@5.5.4)': + dependencies: + typescript: 5.5.4 + + '@solana/options@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/codecs-data-structures': 3.0.3(typescript@5.5.4) + '@solana/codecs-numbers': 3.0.3(typescript@5.5.4) + '@solana/codecs-strings': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/programs@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/addresses': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/promises@3.0.3(typescript@5.5.4)': + dependencies: + typescript: 5.5.4 + + '@solana/rpc-api@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/addresses': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/codecs-strings': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/keys': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/rpc-parsed-types': 3.0.3(typescript@5.5.4) + '@solana/rpc-spec': 3.0.3(typescript@5.5.4) + '@solana/rpc-transformers': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/rpc-types': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/transaction-messages': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/transactions': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/rpc-parsed-types@3.0.3(typescript@5.5.4)': + dependencies: + typescript: 5.5.4 + + '@solana/rpc-spec-types@3.0.3(typescript@5.5.4)': + dependencies: + typescript: 5.5.4 + + '@solana/rpc-spec@3.0.3(typescript@5.5.4)': + dependencies: + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/rpc-spec-types': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + + '@solana/rpc-subscriptions-api@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/addresses': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/keys': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/rpc-subscriptions-spec': 3.0.3(typescript@5.5.4) + '@solana/rpc-transformers': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/rpc-types': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/transaction-messages': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/transactions': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/rpc-subscriptions-channel-websocket@3.0.3(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))': + dependencies: + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/functional': 3.0.3(typescript@5.5.4) + '@solana/rpc-subscriptions-spec': 3.0.3(typescript@5.5.4) + '@solana/subscribable': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10) + + '@solana/rpc-subscriptions-spec@3.0.3(typescript@5.5.4)': + dependencies: + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/promises': 3.0.3(typescript@5.5.4) + '@solana/rpc-spec-types': 3.0.3(typescript@5.5.4) + '@solana/subscribable': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + + '@solana/rpc-subscriptions@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))': + dependencies: + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/fast-stable-stringify': 3.0.3(typescript@5.5.4) + '@solana/functional': 3.0.3(typescript@5.5.4) + '@solana/promises': 3.0.3(typescript@5.5.4) + '@solana/rpc-spec-types': 3.0.3(typescript@5.5.4) + '@solana/rpc-subscriptions-api': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/rpc-subscriptions-channel-websocket': 3.0.3(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + '@solana/rpc-subscriptions-spec': 3.0.3(typescript@5.5.4) + '@solana/rpc-transformers': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/rpc-types': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/subscribable': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + - ws + + '@solana/rpc-transformers@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/functional': 3.0.3(typescript@5.5.4) + '@solana/nominal-types': 3.0.3(typescript@5.5.4) + '@solana/rpc-spec-types': 3.0.3(typescript@5.5.4) + '@solana/rpc-types': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/rpc-transport-http@3.0.3(typescript@5.5.4)': + dependencies: + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/rpc-spec': 3.0.3(typescript@5.5.4) + '@solana/rpc-spec-types': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + undici-types: 7.16.0 + + '@solana/rpc-types@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/addresses': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/codecs-numbers': 3.0.3(typescript@5.5.4) + '@solana/codecs-strings': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/nominal-types': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/rpc@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/fast-stable-stringify': 3.0.3(typescript@5.5.4) + '@solana/functional': 3.0.3(typescript@5.5.4) + '@solana/rpc-api': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/rpc-spec': 3.0.3(typescript@5.5.4) + '@solana/rpc-spec-types': 3.0.3(typescript@5.5.4) + '@solana/rpc-transformers': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/rpc-transport-http': 3.0.3(typescript@5.5.4) + '@solana/rpc-types': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/signers@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/addresses': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/instructions': 3.0.3(typescript@5.5.4) + '@solana/keys': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/nominal-types': 3.0.3(typescript@5.5.4) + '@solana/transaction-messages': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/transactions': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/subscribable@3.0.3(typescript@5.5.4)': + dependencies: + '@solana/errors': 3.0.3(typescript@5.5.4) + typescript: 5.5.4 + + '@solana/sysvars@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/accounts': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/codecs': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/rpc-types': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/transaction-confirmation@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))': + dependencies: + '@solana/addresses': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/codecs-strings': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/keys': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/promises': 3.0.3(typescript@5.5.4) + '@solana/rpc': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/rpc-subscriptions': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + '@solana/rpc-types': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/transaction-messages': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/transactions': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + - ws + + '@solana/transaction-messages@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/addresses': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/codecs-data-structures': 3.0.3(typescript@5.5.4) + '@solana/codecs-numbers': 3.0.3(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/functional': 3.0.3(typescript@5.5.4) + '@solana/instructions': 3.0.3(typescript@5.5.4) + '@solana/nominal-types': 3.0.3(typescript@5.5.4) + '@solana/rpc-types': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/transactions@3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4)': + dependencies: + '@solana/addresses': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/codecs-core': 3.0.3(typescript@5.5.4) + '@solana/codecs-data-structures': 3.0.3(typescript@5.5.4) + '@solana/codecs-numbers': 3.0.3(typescript@5.5.4) + '@solana/codecs-strings': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/errors': 3.0.3(typescript@5.5.4) + '@solana/functional': 3.0.3(typescript@5.5.4) + '@solana/instructions': 3.0.3(typescript@5.5.4) + '@solana/keys': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/nominal-types': 3.0.3(typescript@5.5.4) + '@solana/rpc-types': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + '@solana/transaction-messages': 3.0.3(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.5.4) + typescript: 5.5.4 + transitivePeerDependencies: + - fastestsmallesttextencoderdecoder + + '@solana/web3.js@1.98.4(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.5.4)(utf-8-validate@5.0.10)': + dependencies: + '@babel/runtime': 7.28.3 + '@noble/curves': 1.9.7 + '@noble/hashes': 1.8.0 + '@solana/buffer-layout': 4.0.1 + '@solana/codecs-numbers': 2.3.0(typescript@5.5.4) + agentkeepalive: 4.6.0 + bn.js: 5.2.2 + borsh: 0.7.0 + bs58: 4.0.1 + buffer: 6.0.3 + fast-stable-stringify: 1.0.0 + jayson: 4.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10) + node-fetch: 2.7.0(encoding@0.1.13) + rpc-websockets: 9.3.1 + superstruct: 2.0.2 + transitivePeerDependencies: + - bufferutil + - encoding + - typescript + - utf-8-validate + + '@swc/counter@0.1.3': {} + '@swc/helpers@0.5.15': dependencies: tslib: 2.8.1 - '@tanstack/query-core@5.67.3': {} + '@tanstack/query-core@5.59.0': {} - '@tanstack/react-query@5.67.3(react@19.1.0)': + '@tanstack/react-query@5.59.0(react@19.1.0)': dependencies: - '@tanstack/query-core': 5.67.3 + '@tanstack/query-core': 5.59.0 react: 19.1.0 '@testing-library/dom@10.4.0': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/runtime': 7.26.10 + '@babel/code-frame': 7.27.1 + '@babel/runtime': 7.28.3 '@types/aria-query': 5.0.4 aria-query: 5.3.0 chalk: 4.1.2 @@ -5207,7 +6595,7 @@ snapshots: '@testing-library/jest-dom@6.6.3': dependencies: - '@adobe/css-tools': 4.4.2 + '@adobe/css-tools': 4.4.0 aria-query: 5.3.2 chalk: 3.0.0 css.escape: 1.5.1 @@ -5215,9 +6603,9 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react@16.2.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@testing-library/react@16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@babel/runtime': 7.26.10 + '@babel/runtime': 7.28.3 '@testing-library/dom': 10.4.0 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) @@ -5225,30 +6613,41 @@ snapshots: '@types/react': 19.1.8 '@types/react-dom': 19.1.6(@types/react@19.1.8) - '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.0)': + '@testing-library/user-event@14.5.2(@testing-library/dom@10.4.0)': dependencies: '@testing-library/dom': 10.4.0 '@types/aria-query@5.0.4': {} - '@types/conventional-commits-parser@5.0.1': + '@types/connect@3.4.38': + dependencies: + '@types/node': 20.16.5 + + '@types/conventional-commits-parser@5.0.0': dependencies: - '@types/node': 20.17.24 + '@types/node': 20.16.5 + + '@types/cookie@0.6.0': {} '@types/debug@4.1.12': dependencies: '@types/ms': 2.1.0 - '@types/estree@1.0.6': {} + '@types/estree@1.0.7': {} + + '@types/estree@1.0.8': {} '@types/ms@2.1.0': {} '@types/node@12.20.55': {} - '@types/node@20.17.24': + '@types/node@20.16.5': dependencies: undici-types: 6.19.8 + '@types/parse-json@4.0.2': + optional: true + '@types/react-dom@19.1.6(@types/react@19.1.8)': dependencies: '@types/react': 19.1.8 @@ -5257,22 +6656,34 @@ snapshots: dependencies: csstype: 3.1.3 + '@types/statuses@2.0.6': {} + '@types/trusted-types@2.0.7': {} '@types/ua-parser-js@0.7.39': {} - '@vanilla-extract/babel-plugin-debug-ids@1.2.2': + '@types/uuid@8.3.4': {} + + '@types/ws@7.4.7': + dependencies: + '@types/node': 20.16.5 + + '@types/ws@8.5.12': + dependencies: + '@types/node': 20.16.5 + + '@vanilla-extract/babel-plugin-debug-ids@1.2.1': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.27.4 transitivePeerDependencies: - supports-color - '@vanilla-extract/compiler@0.3.0(@types/node@20.17.24)(jiti@2.4.2)': + '@vanilla-extract/compiler@0.2.2(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(yaml@2.5.1)': dependencies: - '@vanilla-extract/css': 1.17.4 - '@vanilla-extract/integration': 8.0.4 - vite: 6.3.5(@types/node@20.17.24)(jiti@2.4.2) - vite-node: 3.2.4(@types/node@20.17.24)(jiti@2.4.2) + '@vanilla-extract/css': 1.17.3(babel-plugin-macros@3.1.0) + '@vanilla-extract/integration': 8.0.3(babel-plugin-macros@3.1.0) + vite: 6.3.5(@types/node@20.16.5)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(yaml@2.5.1) + vite-node: 3.2.3(@types/node@20.16.5)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(yaml@2.5.1) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -5290,36 +6701,19 @@ snapshots: '@vanilla-extract/css-utils@0.1.5': {} - '@vanilla-extract/css@1.17.3': + '@vanilla-extract/css@1.17.3(babel-plugin-macros@3.1.0)': dependencies: '@emotion/hash': 0.9.2 '@vanilla-extract/private': 1.0.8 css-what: 6.1.0 cssesc: 3.0.0 csstype: 3.1.3 - dedent: 1.5.3 - deep-object-diff: 1.1.9 - deepmerge: 4.3.1 - lru-cache: 10.4.3 - media-query-parser: 2.0.2 - modern-ahocorasick: 1.1.0 - picocolors: 1.1.1 - transitivePeerDependencies: - - babel-plugin-macros - - '@vanilla-extract/css@1.17.4': - dependencies: - '@emotion/hash': 0.9.2 - '@vanilla-extract/private': 1.0.9 - css-what: 6.1.0 - cssesc: 3.0.0 - csstype: 3.1.3 - dedent: 1.5.3 + dedent: 1.5.3(babel-plugin-macros@3.1.0) deep-object-diff: 1.1.9 deepmerge: 4.3.1 lru-cache: 10.4.3 media-query-parser: 2.0.2 - modern-ahocorasick: 1.1.0 + modern-ahocorasick: 1.0.1 picocolors: 1.1.1 transitivePeerDependencies: - babel-plugin-macros @@ -5328,44 +6722,42 @@ snapshots: dependencies: '@vanilla-extract/private': 1.0.8 - '@vanilla-extract/esbuild-plugin@2.3.18(esbuild@0.25.6)': + '@vanilla-extract/esbuild-plugin@2.3.17(babel-plugin-macros@3.1.0)(esbuild@0.25.5)': dependencies: - '@vanilla-extract/integration': 8.0.4 + '@vanilla-extract/integration': 8.0.3(babel-plugin-macros@3.1.0) optionalDependencies: - esbuild: 0.25.6 + esbuild: 0.25.5 transitivePeerDependencies: - babel-plugin-macros - supports-color - '@vanilla-extract/integration@8.0.4': + '@vanilla-extract/integration@8.0.3(babel-plugin-macros@3.1.0)': dependencies: - '@babel/core': 7.26.10 - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.10) - '@vanilla-extract/babel-plugin-debug-ids': 1.2.2 - '@vanilla-extract/css': 1.17.4 - dedent: 1.5.3 - esbuild: 0.25.6 + '@babel/core': 7.27.4 + '@babel/plugin-syntax-typescript': 7.25.4(@babel/core@7.27.4) + '@vanilla-extract/babel-plugin-debug-ids': 1.2.1 + '@vanilla-extract/css': 1.17.3(babel-plugin-macros@3.1.0) + dedent: 1.5.3(babel-plugin-macros@3.1.0) + esbuild: 0.25.5 eval: 0.1.8 find-up: 5.0.0 javascript-stringify: 2.1.0 - mlly: 1.7.4 + mlly: 1.7.1 transitivePeerDependencies: - babel-plugin-macros - supports-color '@vanilla-extract/private@1.0.8': {} - '@vanilla-extract/private@1.0.9': {} - - '@vanilla-extract/sprinkles@1.6.4(@vanilla-extract/css@1.17.3)': + '@vanilla-extract/sprinkles@1.6.4(@vanilla-extract/css@1.17.3(babel-plugin-macros@3.1.0))': dependencies: - '@vanilla-extract/css': 1.17.3 + '@vanilla-extract/css': 1.17.3(babel-plugin-macros@3.1.0) - '@vanilla-extract/vite-plugin@5.1.0(@types/node@20.17.24)(jiti@2.4.2)(vite@6.3.5(@types/node@20.17.24)(jiti@2.4.2))': + '@vanilla-extract/vite-plugin@5.0.5(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(vite@6.3.5(@types/node@20.16.5)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(yaml@2.5.1))(yaml@2.5.1)': dependencies: - '@vanilla-extract/compiler': 0.3.0(@types/node@20.17.24)(jiti@2.4.2) - '@vanilla-extract/integration': 8.0.4 - vite: 6.3.5(@types/node@20.17.24)(jiti@2.4.2) + '@vanilla-extract/compiler': 0.2.2(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(yaml@2.5.1) + '@vanilla-extract/integration': 8.0.3(babel-plugin-macros@3.1.0) + vite: 6.3.5(@types/node@20.16.5)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(yaml@2.5.1) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -5388,13 +6780,14 @@ snapshots: chai: 5.2.0 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.9(vite@5.4.14(@types/node@20.17.24))': + '@vitest/mocker@2.1.9(msw@2.11.2(@types/node@20.16.5)(typescript@5.5.4))(vite@5.4.19(@types/node@20.16.5)(lightningcss@1.30.1)(terser@5.32.0))': dependencies: '@vitest/spy': 2.1.9 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 5.4.14(@types/node@20.17.24) + msw: 2.11.2(@types/node@20.16.5)(typescript@5.5.4) + vite: 5.4.19(@types/node@20.16.5)(lightningcss@1.30.1)(terser@5.32.0) '@vitest/pretty-format@2.1.9': dependencies: @@ -5421,16 +6814,19 @@ snapshots: loupe: 3.1.3 tinyrainbow: 1.2.0 - '@wagmi/connectors@5.8.6(@types/react@19.1.8)(@wagmi/core@2.17.3(@tanstack/query-core@5.67.3)(@types/react@19.1.8)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)))(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(utf-8-validate@5.0.10)(viem@2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4))(zod@3.22.4)': + '@wagmi/connectors@6.1.4(9a35c3197d9b667fcdec0a8dfe2f88be)': dependencies: - '@coinbase/wallet-sdk': 4.3.6(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(utf-8-validate@5.0.10)(zod@3.22.4) - '@metamask/sdk': 0.32.0(bufferutil@4.0.9)(utf-8-validate@5.0.10) - '@safe-global/safe-apps-provider': 0.18.6(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@wagmi/core': 2.17.3(@tanstack/query-core@5.67.3)(@types/react@19.1.8)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)) - '@walletconnect/ethereum-provider': 2.21.1(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@base-org/account': 2.4.0(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(fastestsmallesttextencoderdecoder@1.0.22)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) + '@coinbase/wallet-sdk': 4.3.6(@types/react@19.1.8)(bufferutil@4.0.9)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(utf-8-validate@5.0.10)(zod@3.25.76) + '@gemini-wallet/core': 0.3.2(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)) + '@metamask/sdk': 0.33.1(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10) + '@safe-global/safe-apps-provider': 0.18.6(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@wagmi/core': 2.22.1(@tanstack/query-core@5.59.0)(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)) + '@walletconnect/ethereum-provider': 2.21.1(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) cbw-sdk: '@coinbase/wallet-sdk@3.9.3' - viem: 2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + porto: 0.2.35(@tanstack/react-query@5.59.0(react@19.1.0))(@types/react@19.1.8)(@wagmi/core@2.22.1(@tanstack/query-core@5.59.0)(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)))(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76))(wagmi@2.19.3(@tanstack/query-core@5.59.0)(@tanstack/react-query@5.59.0(react@19.1.0))(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(fastestsmallesttextencoderdecoder@1.0.22)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)) + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: @@ -5445,31 +6841,41 @@ snapshots: - '@netlify/blobs' - '@planetscale/database' - '@react-native-async-storage/async-storage' + - '@tanstack/react-query' - '@types/react' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil - db0 + - debug - encoding + - expo-auth-session + - expo-crypto + - expo-web-browser + - fastestsmallesttextencoderdecoder - immer - ioredis - react + - react-native - supports-color - uploadthing - use-sync-external-store - utf-8-validate + - wagmi + - ws - zod - '@wagmi/core@2.17.3(@tanstack/query-core@5.67.3)(@types/react@19.1.8)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4))': + '@wagmi/core@2.22.1(@tanstack/query-core@5.59.0)(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76))': dependencies: eventemitter3: 5.0.1 mipd: 0.0.7(typescript@5.5.4) - viem: 2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - zustand: 5.0.0(@types/react@19.1.8)(react@19.1.0)(use-sync-external-store@1.4.0(react@19.1.0)) + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + zustand: 5.0.0(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0)(use-sync-external-store@1.4.0(react@19.1.0)) optionalDependencies: - '@tanstack/query-core': 5.67.3 + '@tanstack/query-core': 5.59.0 typescript: 5.5.4 transitivePeerDependencies: - '@types/react' @@ -5477,7 +6883,7 @@ snapshots: - react - use-sync-external-store - '@walletconnect/core@2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@walletconnect/core@2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-provider': 1.0.14 @@ -5491,7 +6897,7 @@ snapshots: '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 '@walletconnect/types': 2.21.0 - '@walletconnect/utils': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/utils': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/window-getters': 1.0.1 es-toolkit: 1.33.0 events: 3.3.0 @@ -5510,6 +6916,7 @@ snapshots: - '@react-native-async-storage/async-storage' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -5520,7 +6927,7 @@ snapshots: - utf-8-validate - zod - '@walletconnect/core@2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@walletconnect/core@2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-provider': 1.0.14 @@ -5534,7 +6941,7 @@ snapshots: '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 '@walletconnect/types': 2.21.1 - '@walletconnect/utils': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/utils': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/window-getters': 1.0.1 es-toolkit: 1.33.0 events: 3.3.0 @@ -5553,6 +6960,7 @@ snapshots: - '@react-native-async-storage/async-storage' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -5567,18 +6975,18 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/ethereum-provider@2.21.1(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@walletconnect/ethereum-provider@2.21.1(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@walletconnect/jsonrpc-http-connection': 1.0.8 + '@reown/appkit': 1.7.8(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/jsonrpc-http-connection': 1.0.8(encoding@0.1.13) '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/keyvaluestorage': 1.1.1 - '@walletconnect/sign-client': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/sign-client': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/types': 2.21.1 - '@walletconnect/universal-provider': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) - '@walletconnect/utils': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/universal-provider': 2.21.1(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/utils': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -5595,6 +7003,7 @@ snapshots: - '@types/react' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -5618,11 +7027,11 @@ snapshots: '@walletconnect/time': 1.0.2 events: 3.3.0 - '@walletconnect/jsonrpc-http-connection@1.0.8': + '@walletconnect/jsonrpc-http-connection@1.0.8(encoding@0.1.13)': dependencies: '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/safe-json': 1.0.2 - cross-fetch: 3.2.0 + cross-fetch: 3.2.0(encoding@0.1.13) events: 3.3.0 transitivePeerDependencies: - encoding @@ -5657,8 +7066,8 @@ snapshots: '@walletconnect/keyvaluestorage@1.1.1': dependencies: '@walletconnect/safe-json': 1.0.2 - idb-keyval: 6.2.1 - unstorage: 1.15.0(idb-keyval@6.2.1) + idb-keyval: 6.2.2 + unstorage: 1.17.0(idb-keyval@6.2.2) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -5672,6 +7081,7 @@ snapshots: - '@planetscale/database' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - db0 @@ -5699,16 +7109,16 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/sign-client@2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@walletconnect/sign-client@2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@walletconnect/core': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/core': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 '@walletconnect/types': 2.21.0 - '@walletconnect/utils': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/utils': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -5724,6 +7134,7 @@ snapshots: - '@react-native-async-storage/async-storage' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -5734,16 +7145,16 @@ snapshots: - utf-8-validate - zod - '@walletconnect/sign-client@2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@walletconnect/sign-client@2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@walletconnect/core': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/core': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 '@walletconnect/types': 2.21.1 - '@walletconnect/utils': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/utils': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -5759,6 +7170,7 @@ snapshots: - '@react-native-async-storage/async-storage' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -5795,6 +7207,7 @@ snapshots: - '@react-native-async-storage/async-storage' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - db0 @@ -5823,24 +7236,25 @@ snapshots: - '@react-native-async-storage/async-storage' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - db0 - ioredis - uploadthing - '@walletconnect/universal-provider@2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@walletconnect/universal-provider@2.21.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@walletconnect/events': 1.0.1 - '@walletconnect/jsonrpc-http-connection': 1.0.8 + '@walletconnect/jsonrpc-http-connection': 1.0.8(encoding@0.1.13) '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/keyvaluestorage': 1.1.1 '@walletconnect/logger': 2.1.2 - '@walletconnect/sign-client': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/sign-client': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/types': 2.21.0 - '@walletconnect/utils': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/utils': 2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) es-toolkit: 1.33.0 events: 3.3.0 transitivePeerDependencies: @@ -5857,6 +7271,7 @@ snapshots: - '@react-native-async-storage/async-storage' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -5868,18 +7283,18 @@ snapshots: - utf-8-validate - zod - '@walletconnect/universal-provider@2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@walletconnect/universal-provider@2.21.1(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@walletconnect/events': 1.0.1 - '@walletconnect/jsonrpc-http-connection': 1.0.8 + '@walletconnect/jsonrpc-http-connection': 1.0.8(encoding@0.1.13) '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/keyvaluestorage': 1.1.1 '@walletconnect/logger': 2.1.2 - '@walletconnect/sign-client': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/sign-client': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/types': 2.21.1 - '@walletconnect/utils': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + '@walletconnect/utils': 2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) es-toolkit: 1.33.0 events: 3.3.0 transitivePeerDependencies: @@ -5896,6 +7311,7 @@ snapshots: - '@react-native-async-storage/async-storage' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -5907,7 +7323,7 @@ snapshots: - utf-8-validate - zod - '@walletconnect/utils@2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@walletconnect/utils@2.21.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@noble/ciphers': 1.2.1 '@noble/curves': 1.8.1 @@ -5925,7 +7341,7 @@ snapshots: detect-browser: 5.3.0 query-string: 7.1.3 uint8arrays: 3.1.0 - viem: 2.23.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + viem: 2.23.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -5940,6 +7356,7 @@ snapshots: - '@react-native-async-storage/async-storage' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -5950,7 +7367,7 @@ snapshots: - utf-8-validate - zod - '@walletconnect/utils@2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@walletconnect/utils@2.21.1(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@noble/ciphers': 1.2.1 '@noble/curves': 1.8.1 @@ -5968,7 +7385,7 @@ snapshots: detect-browser: 5.3.0 query-string: 7.1.3 uint8arrays: 3.1.0 - viem: 2.23.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + viem: 2.23.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -5983,6 +7400,7 @@ snapshots: - '@react-native-async-storage/async-storage' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil @@ -6007,19 +7425,47 @@ snapshots: jsonparse: 1.3.1 through: 2.3.8 - abitype@1.0.8(typescript@5.5.4)(zod@3.22.4): + abitype@1.0.6(typescript@5.5.4)(zod@3.25.76): + optionalDependencies: + typescript: 5.5.4 + zod: 3.25.76 + + abitype@1.0.8(typescript@5.5.4)(zod@3.25.76): + optionalDependencies: + typescript: 5.5.4 + zod: 3.25.76 + + abitype@1.1.0(typescript@5.5.4)(zod@3.22.4): optionalDependencies: typescript: 5.5.4 zod: 3.22.4 - acorn@8.14.1: {} + abitype@1.1.0(typescript@5.5.4)(zod@3.25.76): + optionalDependencies: + typescript: 5.5.4 + zod: 3.25.76 + + abitype@1.1.0(typescript@5.5.4)(zod@4.1.11): + optionalDependencies: + typescript: 5.5.4 + zod: 4.1.11 + + acorn@8.15.0: {} + + agent-base@7.1.1: + dependencies: + debug: 4.4.1 + transitivePeerDependencies: + - supports-color - agent-base@7.1.3: {} + agentkeepalive@4.6.0: + dependencies: + humanize-ms: 1.2.1 ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.6 + fast-uri: 3.0.1 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -6064,19 +7510,43 @@ snapshots: atomic-sleep@1.0.0: {} - autoprefixer@10.4.21(postcss@8.5.6): + autoprefixer@10.4.21(postcss@8.5.5): dependencies: - browserslist: 4.24.4 - caniuse-lite: 1.0.30001703 + browserslist: 4.25.0 + caniuse-lite: 1.0.30001722 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 - postcss: 8.5.6 + postcss: 8.5.5 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: dependencies: - possible-typed-array-names: 1.1.0 + possible-typed-array-names: 1.0.0 + + axios-retry@4.5.0(axios@1.13.2): + dependencies: + axios: 1.13.2 + is-retry-allowed: 2.2.0 + + axios@1.13.2: + dependencies: + follow-redirects: 1.15.6 + form-data: 4.0.4 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + + babel-plugin-macros@3.1.0: + dependencies: + '@babel/runtime': 7.28.3 + cosmiconfig: 7.1.0 + resolve: 1.22.8 + optional: true + + base-x@3.0.11: + dependencies: + safe-buffer: 5.2.1 base-x@5.0.1: {} @@ -6088,25 +7558,38 @@ snapshots: big.js@6.2.2: {} - bn.js@5.2.1: {} + bn.js@5.2.2: {} + + borsh@0.7.0: + dependencies: + bn.js: 5.2.2 + bs58: 4.0.1 + text-encoding-utf-8: 1.0.2 - bowser@2.11.0: {} + bowser@2.12.1: {} braces@3.0.3: dependencies: fill-range: 7.1.1 - browserslist@4.24.4: + browserslist@4.25.0: dependencies: - caniuse-lite: 1.0.30001703 - electron-to-chromium: 1.5.114 + caniuse-lite: 1.0.30001722 + electron-to-chromium: 1.5.166 node-releases: 2.0.19 - update-browserslist-db: 1.1.3(browserslist@4.24.4) + update-browserslist-db: 1.1.3(browserslist@4.25.0) + + bs58@4.0.1: + dependencies: + base-x: 3.0.11 bs58@6.0.0: dependencies: base-x: 5.0.1 + buffer-from@1.1.2: + optional: true + buffer@6.0.3: dependencies: base64-js: 1.5.1 @@ -6116,6 +7599,10 @@ snapshots: dependencies: node-gyp-build: 4.8.4 + busboy@1.6.0: + dependencies: + streamsearch: 1.1.0 + cac@6.7.14: {} call-bind-apply-helpers@1.0.2: @@ -6127,19 +7614,19 @@ snapshots: dependencies: call-bind-apply-helpers: 1.0.2 es-define-property: 1.0.1 - get-intrinsic: 1.3.0 + get-intrinsic: 1.2.7 set-function-length: 1.2.2 - call-bound@1.0.4: + call-bound@1.0.3: dependencies: call-bind-apply-helpers: 1.0.2 - get-intrinsic: 1.3.0 + get-intrinsic: 1.2.7 callsites@3.1.0: {} camelcase@5.3.1: {} - caniuse-lite@1.0.30001703: {} + caniuse-lite@1.0.30001722: {} chai@5.2.0: dependencies: @@ -6159,10 +7646,12 @@ snapshots: ansi-styles: 4.3.0 supports-color: 7.2.0 - chalk@5.4.1: {} + chalk@5.6.2: {} chardet@0.7.0: {} + charenc@0.0.2: {} + check-error@2.1.1: {} chokidar@4.0.3: @@ -6171,6 +7660,8 @@ snapshots: ci-info@3.9.0: {} + cli-width@4.1.0: {} + client-only@0.0.1: {} cliui@6.0.0: @@ -6211,12 +7702,18 @@ snapshots: dependencies: delayed-stream: 1.0.0 + commander@14.0.0: {} + + commander@14.0.2: {} + + commander@2.20.3: {} + compare-func@2.0.0: dependencies: array-ify: 1.0.0 dot-prop: 5.3.0 - confbox@0.1.8: {} + confbox@0.1.7: {} conventional-changelog-angular@7.0.0: dependencies: @@ -6241,13 +7738,22 @@ snapshots: core-util-is@1.0.3: {} - cosmiconfig-typescript-loader@6.1.0(@types/node@20.17.24)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4): + cosmiconfig-typescript-loader@5.0.0(@types/node@20.16.5)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4): dependencies: - '@types/node': 20.17.24 + '@types/node': 20.16.5 cosmiconfig: 9.0.0(typescript@5.5.4) - jiti: 2.4.2 + jiti: 1.21.6 typescript: 5.5.4 + cosmiconfig@7.1.0: + dependencies: + '@types/parse-json': 4.0.2 + import-fresh: 3.3.1 + parse-json: 5.2.0 + path-type: 4.0.0 + yaml: 1.10.2 + optional: true + cosmiconfig@9.0.0(typescript@5.5.4): dependencies: env-paths: 2.2.1 @@ -6259,15 +7765,15 @@ snapshots: crc-32@1.2.2: {} - cross-fetch@3.2.0: + cross-fetch@3.2.0(encoding@0.1.13): dependencies: - node-fetch: 2.7.0 + node-fetch: 2.7.0(encoding@0.1.13) transitivePeerDependencies: - encoding - cross-fetch@4.1.0: + cross-fetch@4.1.0(encoding@0.1.13): dependencies: - node-fetch: 2.7.0 + node-fetch: 2.7.0(encoding@0.1.13) transitivePeerDependencies: - encoding @@ -6277,26 +7783,27 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - crossws@0.3.4: + crossws@0.3.5: dependencies: uncrypto: 0.1.3 + crypt@0.0.2: {} + css-what@6.1.0: {} css.escape@1.5.1: {} cssesc@3.0.0: {} - cssstyle@4.3.0: + cssstyle@4.0.1: dependencies: - '@asamuzakjp/css-color': 3.1.1 - rrweb-cssom: 0.8.0 + rrweb-cssom: 0.6.0 csstype@3.1.3: {} - cuer@0.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.5.4): + cuer@0.0.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.5.4): dependencies: - qr: 0.5.0 + qr: 0.4.2 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: @@ -6307,19 +7814,19 @@ snapshots: data-urls@5.0.0: dependencies: whatwg-mimetype: 4.0.0 - whatwg-url: 14.1.1 + whatwg-url: 14.0.0 date-fns@2.30.0: dependencies: - '@babel/runtime': 7.26.10 + '@babel/runtime': 7.28.3 dayjs@1.11.13: {} - debug@4.3.7: + debug@4.3.4: dependencies: - ms: 2.1.3 + ms: 2.1.2 - debug@4.4.0: + debug@4.3.7: dependencies: ms: 2.1.3 @@ -6329,11 +7836,13 @@ snapshots: decamelize@1.2.0: {} - decimal.js@10.5.0: {} + decimal.js@10.4.3: {} decode-uri-component@0.2.2: {} - dedent@1.5.3: {} + dedent@1.5.3(babel-plugin-macros@3.1.0): + optionalDependencies: + babel-plugin-macros: 3.1.0 deep-eql@5.0.2: {} @@ -6349,6 +7858,8 @@ snapshots: defu@6.1.4: {} + delay@5.0.0: {} + delayed-stream@1.0.0: {} dequal@2.0.3: {} @@ -6357,7 +7868,7 @@ snapshots: dependencies: valtio: 1.13.2(@types/react@19.1.8)(react@19.1.0) - destr@2.0.3: {} + destr@2.0.5: {} detect-browser@5.3.0: {} @@ -6382,7 +7893,7 @@ snapshots: dependencies: is-obj: 2.0.0 - dotenv@16.4.7: {} + dotenv@16.4.5: {} dunder-proto@1.0.1: dependencies: @@ -6392,25 +7903,30 @@ snapshots: duplexify@4.1.3: dependencies: - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 inherits: 2.0.4 readable-stream: 3.6.2 stream-shift: 1.0.3 - eciesjs@0.4.14: + eciesjs@0.4.15: dependencies: - '@ecies/ciphers': 0.2.3(@noble/ciphers@1.2.1) - '@noble/ciphers': 1.2.1 - '@noble/curves': 1.8.2 - '@noble/hashes': 1.7.2 + '@ecies/ciphers': 0.2.4(@noble/ciphers@1.3.0) + '@noble/ciphers': 1.3.0 + '@noble/curves': 1.9.7 + '@noble/hashes': 1.8.0 - electron-to-chromium@1.5.114: {} + electron-to-chromium@1.5.166: {} emoji-regex@8.0.0: {} encode-utf8@1.0.3: {} - end-of-stream@1.4.4: + encoding@0.1.13: + dependencies: + iconv-lite: 0.6.3 + optional: true + + end-of-stream@1.4.5: dependencies: once: 1.4.0 @@ -6445,23 +7961,27 @@ snapshots: es-errors@1.3.0: {} - es-module-lexer@1.6.0: {} - es-module-lexer@1.7.0: {} - es-object-atoms@1.1.1: + es-object-atoms@1.0.0: dependencies: es-errors: 1.3.0 es-set-tostringtag@2.1.0: dependencies: es-errors: 1.3.0 - get-intrinsic: 1.3.0 + get-intrinsic: 1.2.7 has-tostringtag: 1.0.2 hasown: 2.0.2 es-toolkit@1.33.0: {} + es6-promise@4.2.8: {} + + es6-promisify@5.0.0: + dependencies: + es6-promise: 4.2.8 + esbuild-plugin-replace@1.4.0: dependencies: magic-string: 0.25.9 @@ -6492,34 +8012,33 @@ snapshots: '@esbuild/win32-ia32': 0.21.5 '@esbuild/win32-x64': 0.21.5 - esbuild@0.25.6: + esbuild@0.25.5: optionalDependencies: - '@esbuild/aix-ppc64': 0.25.6 - '@esbuild/android-arm': 0.25.6 - '@esbuild/android-arm64': 0.25.6 - '@esbuild/android-x64': 0.25.6 - '@esbuild/darwin-arm64': 0.25.6 - '@esbuild/darwin-x64': 0.25.6 - '@esbuild/freebsd-arm64': 0.25.6 - '@esbuild/freebsd-x64': 0.25.6 - '@esbuild/linux-arm': 0.25.6 - '@esbuild/linux-arm64': 0.25.6 - '@esbuild/linux-ia32': 0.25.6 - '@esbuild/linux-loong64': 0.25.6 - '@esbuild/linux-mips64el': 0.25.6 - '@esbuild/linux-ppc64': 0.25.6 - '@esbuild/linux-riscv64': 0.25.6 - '@esbuild/linux-s390x': 0.25.6 - '@esbuild/linux-x64': 0.25.6 - '@esbuild/netbsd-arm64': 0.25.6 - '@esbuild/netbsd-x64': 0.25.6 - '@esbuild/openbsd-arm64': 0.25.6 - '@esbuild/openbsd-x64': 0.25.6 - '@esbuild/openharmony-arm64': 0.25.6 - '@esbuild/sunos-x64': 0.25.6 - '@esbuild/win32-arm64': 0.25.6 - '@esbuild/win32-ia32': 0.25.6 - '@esbuild/win32-x64': 0.25.6 + '@esbuild/aix-ppc64': 0.25.5 + '@esbuild/android-arm': 0.25.5 + '@esbuild/android-arm64': 0.25.5 + '@esbuild/android-x64': 0.25.5 + '@esbuild/darwin-arm64': 0.25.5 + '@esbuild/darwin-x64': 0.25.5 + '@esbuild/freebsd-arm64': 0.25.5 + '@esbuild/freebsd-x64': 0.25.5 + '@esbuild/linux-arm': 0.25.5 + '@esbuild/linux-arm64': 0.25.5 + '@esbuild/linux-ia32': 0.25.5 + '@esbuild/linux-loong64': 0.25.5 + '@esbuild/linux-mips64el': 0.25.5 + '@esbuild/linux-ppc64': 0.25.5 + '@esbuild/linux-riscv64': 0.25.5 + '@esbuild/linux-s390x': 0.25.5 + '@esbuild/linux-x64': 0.25.5 + '@esbuild/netbsd-arm64': 0.25.5 + '@esbuild/netbsd-x64': 0.25.5 + '@esbuild/openbsd-arm64': 0.25.5 + '@esbuild/openbsd-x64': 0.25.5 + '@esbuild/sunos-x64': 0.25.5 + '@esbuild/win32-arm64': 0.25.5 + '@esbuild/win32-ia32': 0.25.5 + '@esbuild/win32-x64': 0.25.5 escalade@3.2.0: {} @@ -6527,7 +8046,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 eth-block-tracker@7.1.0: dependencies: @@ -6565,7 +8084,7 @@ snapshots: eval@0.1.8: dependencies: - '@types/node': 20.17.24 + '@types/node': 20.16.5 require-like: 0.1.2 eventemitter2@6.4.9: {} @@ -6574,7 +8093,19 @@ snapshots: events@3.3.0: {} - expect-type@1.2.0: {} + execa@8.0.1: + dependencies: + cross-spawn: 7.0.6 + get-stream: 8.0.1 + human-signals: 5.0.0 + is-stream: 3.0.0 + merge-stream: 2.0.0 + npm-run-path: 5.3.0 + onetime: 6.0.0 + signal-exit: 4.1.0 + strip-final-newline: 3.0.0 + + expect-type@1.1.0: {} extendable-error@0.1.7: {} @@ -6589,9 +8120,11 @@ snapshots: iconv-lite: 0.4.24 tmp: 0.0.33 + eyes@0.1.8: {} + fast-deep-equal@3.1.3: {} - fast-glob@3.3.3: + fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5 '@nodelib/fs.walk': 1.2.8 @@ -6603,15 +8136,19 @@ snapshots: fast-safe-stringify@2.1.1: {} - fast-uri@3.0.6: {} + fast-stable-stringify@1.0.0: {} + + fast-uri@3.0.1: {} - fastq@1.19.1: + fastestsmallesttextencoderdecoder@1.0.22: {} + + fastq@1.17.1: dependencies: - reusify: 1.1.0 + reusify: 1.0.4 - fdir@6.4.6(picomatch@4.0.3): + fdir@6.4.6(picomatch@4.0.2): optionalDependencies: - picomatch: 4.0.3 + picomatch: 4.0.2 fill-range@7.1.1: dependencies: @@ -6635,15 +8172,18 @@ snapshots: path-exists: 5.0.0 unicorn-magic: 0.1.0 - for-each@0.3.5: + follow-redirects@1.15.6: {} + + for-each@0.3.3: dependencies: is-callable: 1.2.7 - form-data@4.0.2: + form-data@4.0.4: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 es-set-tostringtag: 2.1.0 + hasown: 2.0.2 mime-types: 2.1.35 fraction.js@4.3.7: {} @@ -6669,12 +8209,12 @@ snapshots: get-caller-file@2.0.5: {} - get-intrinsic@1.3.0: + get-intrinsic@1.2.7: dependencies: call-bind-apply-helpers: 1.0.2 es-define-property: 1.0.1 es-errors: 1.3.0 - es-object-atoms: 1.1.1 + es-object-atoms: 1.0.0 function-bind: 1.1.2 get-proto: 1.0.1 gopd: 1.2.0 @@ -6687,7 +8227,9 @@ snapshots: get-proto@1.0.1: dependencies: dunder-proto: 1.0.1 - es-object-atoms: 1.1.1 + es-object-atoms: 1.0.0 + + get-stream@8.0.1: {} git-raw-commits@4.0.0: dependencies: @@ -6709,7 +8251,7 @@ snapshots: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.3.3 + fast-glob: 3.3.2 ignore: 5.3.2 merge2: 1.4.1 slash: 3.0.0 @@ -6718,16 +8260,18 @@ snapshots: graceful-fs@4.2.11: {} - h3@1.15.1: + graphql@16.11.0: {} + + h3@1.15.4: dependencies: cookie-es: 1.2.2 - crossws: 0.3.4 + crossws: 0.3.5 defu: 6.1.4 - destr: 2.0.3 + destr: 2.0.5 iron-webcrypto: 1.2.1 - node-mock-http: 1.0.0 + node-mock-http: 1.0.2 radix3: 1.1.2 - ufo: 1.5.4 + ufo: 1.6.1 uncrypto: 0.1.3 has-flag@4.0.0: {} @@ -6746,27 +8290,37 @@ snapshots: dependencies: function-bind: 1.1.2 + headers-polyfill@4.0.3: {} + + hono@4.10.4: {} + html-encoding-sniffer@4.0.0: dependencies: whatwg-encoding: 3.1.1 http-proxy-agent@7.0.2: dependencies: - agent-base: 7.1.3 - debug: 4.4.0 + agent-base: 7.1.1 + debug: 4.4.1 transitivePeerDependencies: - supports-color - https-proxy-agent@7.0.6: + https-proxy-agent@7.0.5: dependencies: - agent-base: 7.1.3 - debug: 4.4.0 + agent-base: 7.1.1 + debug: 4.4.1 transitivePeerDependencies: - supports-color human-id@4.1.1: {} - husky@9.1.7: {} + human-signals@5.0.0: {} + + humanize-ms@1.2.1: + dependencies: + ms: 2.1.3 + + husky@9.1.5: {} iconv-lite@0.4.24: dependencies: @@ -6778,10 +8332,15 @@ snapshots: idb-keyval@6.2.1: {} + idb-keyval@6.2.2: {} + ieee754@1.2.1: {} ignore@5.3.2: {} + immer@9.0.21: + optional: true + import-fresh@3.3.1: dependencies: parent-module: 1.0.1 @@ -6797,9 +8356,9 @@ snapshots: iron-webcrypto@1.2.1: {} - is-arguments@1.2.0: + is-arguments@1.1.1: dependencies: - call-bound: 1.0.4 + call-bind: 1.0.8 has-tostringtag: 1.0.2 is-arrayish@0.2.1: {} @@ -6807,38 +8366,41 @@ snapshots: is-arrayish@0.3.2: optional: true + is-buffer@1.1.6: {} + is-callable@1.2.7: {} + is-core-module@2.15.1: + dependencies: + hasown: 2.0.2 + optional: true + is-extglob@2.1.1: {} is-fullwidth-code-point@3.0.0: {} - is-generator-function@1.1.0: + is-generator-function@1.0.10: dependencies: - call-bound: 1.0.4 - get-proto: 1.0.1 has-tostringtag: 1.0.2 - safe-regex-test: 1.1.0 is-glob@4.0.3: dependencies: is-extglob: 2.1.1 + is-node-process@1.2.0: {} + is-number@7.0.0: {} is-obj@2.0.0: {} is-potential-custom-element-name@1.0.1: {} - is-regex@1.2.1: - dependencies: - call-bound: 1.0.4 - gopd: 1.2.0 - has-tostringtag: 1.0.2 - hasown: 2.0.2 + is-retry-allowed@2.2.0: {} is-stream@2.0.1: {} + is-stream@3.0.0: {} + is-subdir@1.2.0: dependencies: better-path-resolve: 1.0.0 @@ -6849,28 +8411,57 @@ snapshots: is-typed-array@1.1.15: dependencies: - which-typed-array: 1.1.19 + which-typed-array: 1.1.18 is-windows@1.0.2: {} isarray@1.0.0: {} + isarray@2.0.5: {} + isexe@2.0.0: {} + isomorphic-ws@4.0.1(ws@7.5.10(bufferutil@4.0.9)(utf-8-validate@5.0.10)): + dependencies: + ws: 7.5.10(bufferutil@4.0.9)(utf-8-validate@5.0.10) + isows@1.0.6(ws@8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)): dependencies: ws: 8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10) - isows@1.0.6(ws@8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)): + isows@1.0.7(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)): dependencies: - ws: 8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) + ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10) javascript-stringify@2.1.0: {} - jiti@2.4.2: {} + jayson@4.2.0(bufferutil@4.0.9)(utf-8-validate@5.0.10): + dependencies: + '@types/connect': 3.4.38 + '@types/node': 12.20.55 + '@types/ws': 7.4.7 + commander: 2.20.3 + delay: 5.0.0 + es6-promisify: 5.0.0 + eyes: 0.1.8 + isomorphic-ws: 4.0.1(ws@7.5.10(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + json-stringify-safe: 5.0.1 + stream-json: 1.9.1 + uuid: 8.3.2 + ws: 7.5.10(bufferutil@4.0.9)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - bufferutil + - utf-8-validate + + jiti@1.21.6: {} + + jiti@2.4.2: + optional: true jose@4.15.9: {} + jose@6.1.1: {} + js-tokens@4.0.0: {} js-yaml@3.14.1: @@ -6882,35 +8473,35 @@ snapshots: dependencies: argparse: 2.0.1 - jsdom@25.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10): + jsdom@25.0.0(bufferutil@4.0.9)(utf-8-validate@5.0.10): dependencies: - cssstyle: 4.3.0 + cssstyle: 4.0.1 data-urls: 5.0.0 - decimal.js: 10.5.0 - form-data: 4.0.2 + decimal.js: 10.4.3 + form-data: 4.0.4 html-encoding-sniffer: 4.0.0 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6 + https-proxy-agent: 7.0.5 is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.18 - parse5: 7.2.1 + nwsapi: 2.2.12 + parse5: 7.1.2 rrweb-cssom: 0.7.1 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 5.1.2 + tough-cookie: 4.1.4 w3c-xmlserializer: 5.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 3.1.1 whatwg-mimetype: 4.0.0 - whatwg-url: 14.1.1 - ws: 8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) + whatwg-url: 14.0.0 + ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10) xml-name-validator: 5.0.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - jsesc@3.1.0: {} + jsesc@3.0.2: {} json-parse-even-better-errors@2.3.1: {} @@ -6941,6 +8532,52 @@ snapshots: keyvaluestorage-interface@1.0.0: {} + lightningcss-darwin-arm64@1.30.1: + optional: true + + lightningcss-darwin-x64@1.30.1: + optional: true + + lightningcss-freebsd-x64@1.30.1: + optional: true + + lightningcss-linux-arm-gnueabihf@1.30.1: + optional: true + + lightningcss-linux-arm64-gnu@1.30.1: + optional: true + + lightningcss-linux-arm64-musl@1.30.1: + optional: true + + lightningcss-linux-x64-gnu@1.30.1: + optional: true + + lightningcss-linux-x64-musl@1.30.1: + optional: true + + lightningcss-win32-arm64-msvc@1.30.1: + optional: true + + lightningcss-win32-x64-msvc@1.30.1: + optional: true + + lightningcss@1.30.1: + dependencies: + detect-libc: 2.0.4 + optionalDependencies: + lightningcss-darwin-arm64: 1.30.1 + lightningcss-darwin-x64: 1.30.1 + lightningcss-freebsd-x64: 1.30.1 + lightningcss-linux-arm-gnueabihf: 1.30.1 + lightningcss-linux-arm64-gnu: 1.30.1 + lightningcss-linux-arm64-musl: 1.30.1 + lightningcss-linux-x64-gnu: 1.30.1 + lightningcss-linux-x64-musl: 1.30.1 + lightningcss-win32-arm64-msvc: 1.30.1 + lightningcss-win32-x64-msvc: 1.30.1 + optional: true + lines-and-columns@1.2.4: {} lit-element@4.2.1: @@ -6977,6 +8614,8 @@ snapshots: lodash.kebabcase@4.1.1: {} + lodash.memoize@4.1.2: {} + lodash.merge@4.6.2: {} lodash.mergewith@4.6.2: {} @@ -7011,16 +8650,24 @@ snapshots: magic-string@0.30.17: dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.5 math-intrinsics@1.1.0: {} + md5@2.3.0: + dependencies: + charenc: 0.0.2 + crypt: 0.0.2 + is-buffer: 1.1.6 + media-query-parser@2.0.2: dependencies: - '@babel/runtime': 7.26.10 + '@babel/runtime': 7.28.3 meow@12.1.1: {} + merge-stream@2.0.0: {} + merge2@1.4.1: {} micro-ftch@0.3.1: {} @@ -7036,6 +8683,8 @@ snapshots: dependencies: mime-db: 1.52.0 + mimic-fn@4.0.0: {} + min-indent@1.0.1: {} minimist@1.2.8: {} @@ -7044,66 +8693,97 @@ snapshots: optionalDependencies: typescript: 5.5.4 - mlly@1.7.4: + mlly@1.7.1: dependencies: - acorn: 8.14.1 - pathe: 2.0.3 - pkg-types: 1.3.1 - ufo: 1.5.4 + acorn: 8.15.0 + pathe: 1.1.2 + pkg-types: 1.2.0 + ufo: 1.6.1 - modern-ahocorasick@1.1.0: {} + modern-ahocorasick@1.0.1: {} mri@1.2.0: {} + ms@2.1.2: {} + ms@2.1.3: {} + msw@2.11.2(@types/node@20.16.5)(typescript@5.5.4): + dependencies: + '@bundled-es-modules/cookie': 2.0.1 + '@bundled-es-modules/statuses': 1.0.1 + '@inquirer/confirm': 5.1.18(@types/node@20.16.5) + '@mswjs/interceptors': 0.39.6 + '@open-draft/deferred-promise': 2.2.0 + '@open-draft/until': 2.1.0 + '@types/cookie': 0.6.0 + '@types/statuses': 2.0.6 + graphql: 16.11.0 + headers-polyfill: 4.0.3 + is-node-process: 1.2.0 + outvariant: 1.4.3 + path-to-regexp: 6.3.0 + picocolors: 1.1.1 + rettime: 0.7.0 + strict-event-emitter: 0.5.1 + tough-cookie: 6.0.0 + type-fest: 4.26.1 + yargs: 17.7.2 + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - '@types/node' + multiformats@9.9.0: {} - nanoid@3.3.11: {} + mute-stream@2.0.0: {} - nanoid@3.3.9: {} + nanoid@3.3.11: {} - next-auth@4.24.11(next@15.4.1(@babel/core@7.26.10)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + next-auth@4.24.11(next@15.3.3(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0): dependencies: - '@babel/runtime': 7.26.10 + '@babel/runtime': 7.28.3 '@panva/hkdf': 1.2.1 cookie: 0.7.2 jose: 4.15.9 - next: 15.4.1(@babel/core@7.26.10)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + next: 15.3.3(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) oauth: 0.9.15 - openid-client: 5.7.1 - preact: 10.26.4 - preact-render-to-string: 5.2.6(preact@10.26.4) + openid-client: 5.6.5 + preact: 10.27.1 + preact-render-to-string: 5.2.6(preact@10.27.1) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) uuid: 8.3.2 - next@15.4.1(@babel/core@7.26.10)(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + next@15.3.3(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0): dependencies: - '@next/env': 15.4.1 + '@next/env': 15.3.3 + '@swc/counter': 0.1.3 '@swc/helpers': 0.5.15 - caniuse-lite: 1.0.30001703 + busboy: 1.6.0 + caniuse-lite: 1.0.30001722 postcss: 8.4.31 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - styled-jsx: 5.1.6(@babel/core@7.26.10)(react@19.1.0) + styled-jsx: 5.1.6(@babel/core@7.27.4)(babel-plugin-macros@3.1.0)(react@19.1.0) optionalDependencies: - '@next/swc-darwin-arm64': 15.4.1 - '@next/swc-darwin-x64': 15.4.1 - '@next/swc-linux-arm64-gnu': 15.4.1 - '@next/swc-linux-arm64-musl': 15.4.1 - '@next/swc-linux-x64-gnu': 15.4.1 - '@next/swc-linux-x64-musl': 15.4.1 - '@next/swc-win32-arm64-msvc': 15.4.1 - '@next/swc-win32-x64-msvc': 15.4.1 - sharp: 0.34.3 + '@next/swc-darwin-arm64': 15.3.3 + '@next/swc-darwin-x64': 15.3.3 + '@next/swc-linux-arm64-gnu': 15.3.3 + '@next/swc-linux-arm64-musl': 15.3.3 + '@next/swc-linux-x64-gnu': 15.3.3 + '@next/swc-linux-x64-musl': 15.3.3 + '@next/swc-win32-arm64-msvc': 15.3.3 + '@next/swc-win32-x64-msvc': 15.3.3 + '@opentelemetry/api': 1.9.0 + sharp: 0.34.2 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros - nock@13.5.6: + nock@13.5.5: dependencies: - debug: 4.4.0 + debug: 4.4.1 json-stringify-safe: 5.0.1 propagate: 2.0.1 transitivePeerDependencies: @@ -7111,15 +8791,17 @@ snapshots: node-addon-api@2.0.2: {} - node-fetch-native@1.6.6: {} + node-fetch-native@1.6.7: {} - node-fetch@2.7.0: + node-fetch@2.7.0(encoding@0.1.13): dependencies: whatwg-url: 5.0.0 + optionalDependencies: + encoding: 0.1.13 node-gyp-build@4.8.4: {} - node-mock-http@1.0.0: {} + node-mock-http@1.0.2: {} node-releases@2.0.19: {} @@ -7127,13 +8809,17 @@ snapshots: normalize-range@0.1.2: {} - nwsapi@2.2.18: {} + npm-run-path@5.3.0: + dependencies: + path-key: 4.0.0 + + nwsapi@2.2.12: {} oauth@0.9.15: {} obj-multiplex@1.0.0: dependencies: - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 once: 1.4.0 readable-stream: 2.3.8 @@ -7141,11 +8827,11 @@ snapshots: ofetch@1.4.1: dependencies: - destr: 2.0.3 - node-fetch-native: 1.6.6 - ufo: 1.5.4 + destr: 2.0.5 + node-fetch-native: 1.6.7 + ufo: 1.6.1 - oidc-token-hash@5.1.0: {} + oidc-token-hash@5.0.3: {} on-exit-leak-free@0.2.0: {} @@ -7153,39 +8839,96 @@ snapshots: dependencies: wrappy: 1.0.2 - openid-client@5.7.1: + onetime@6.0.0: + dependencies: + mimic-fn: 4.0.0 + + openapi-fetch@0.13.8: + dependencies: + openapi-typescript-helpers: 0.0.15 + + openapi-typescript-helpers@0.0.15: {} + + openid-client@5.6.5: dependencies: jose: 4.15.9 lru-cache: 6.0.0 object-hash: 2.2.0 - oidc-token-hash: 5.1.0 + oidc-token-hash: 5.0.3 os-tmpdir@1.0.2: {} outdent@0.5.0: {} - ox@0.6.7(typescript@5.5.4)(zod@3.22.4): + outvariant@1.4.3: {} + + ox@0.6.7(typescript@5.5.4)(zod@3.25.76): dependencies: '@adraffy/ens-normalize': 1.11.0 - '@noble/curves': 1.8.2 - '@noble/hashes': 1.7.2 - '@scure/bip32': 1.6.2 - '@scure/bip39': 1.5.4 - abitype: 1.0.8(typescript@5.5.4)(zod@3.22.4) + '@noble/curves': 1.9.7 + '@noble/hashes': 1.8.0 + '@scure/bip32': 1.7.0 + '@scure/bip39': 1.6.0 + abitype: 1.1.0(typescript@5.5.4)(zod@3.25.76) eventemitter3: 5.0.1 optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: - zod - ox@0.6.9(typescript@5.5.4)(zod@3.22.4): + ox@0.6.9(typescript@5.5.4)(zod@3.25.76): dependencies: '@adraffy/ens-normalize': 1.11.0 - '@noble/curves': 1.8.2 - '@noble/hashes': 1.7.2 - '@scure/bip32': 1.6.2 - '@scure/bip39': 1.5.4 - abitype: 1.0.8(typescript@5.5.4)(zod@3.22.4) + '@noble/curves': 1.9.7 + '@noble/hashes': 1.8.0 + '@scure/bip32': 1.7.0 + '@scure/bip39': 1.6.0 + abitype: 1.1.0(typescript@5.5.4)(zod@3.25.76) + eventemitter3: 5.0.1 + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - zod + + ox@0.9.6(typescript@5.5.4)(zod@3.22.4): + dependencies: + '@adraffy/ens-normalize': 1.11.0 + '@noble/ciphers': 1.3.0 + '@noble/curves': 1.9.1 + '@noble/hashes': 1.8.0 + '@scure/bip32': 1.7.0 + '@scure/bip39': 1.6.0 + abitype: 1.1.0(typescript@5.5.4)(zod@3.22.4) + eventemitter3: 5.0.1 + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - zod + + ox@0.9.6(typescript@5.5.4)(zod@3.25.76): + dependencies: + '@adraffy/ens-normalize': 1.11.0 + '@noble/ciphers': 1.3.0 + '@noble/curves': 1.9.1 + '@noble/hashes': 1.8.0 + '@scure/bip32': 1.7.0 + '@scure/bip39': 1.6.0 + abitype: 1.1.0(typescript@5.5.4)(zod@3.25.76) + eventemitter3: 5.0.1 + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - zod + + ox@0.9.6(typescript@5.5.4)(zod@4.1.11): + dependencies: + '@adraffy/ens-normalize': 1.11.0 + '@noble/ciphers': 1.3.0 + '@noble/curves': 1.9.1 + '@noble/hashes': 1.8.0 + '@scure/bip32': 1.7.0 + '@scure/bip39': 1.6.0 + abitype: 1.1.0(typescript@5.5.4)(zod@4.1.11) eventemitter3: 5.0.1 optionalDependencies: typescript: 5.5.4 @@ -7206,7 +8949,7 @@ snapshots: p-limit@4.0.0: dependencies: - yocto-queue: 1.2.0 + yocto-queue: 1.1.1 p-locate@4.1.0: dependencies: @@ -7224,9 +8967,7 @@ snapshots: p-try@2.2.0: {} - package-manager-detector@0.2.11: - dependencies: - quansync: 0.2.8 + package-manager-detector@0.2.0: {} parent-module@1.0.1: dependencies: @@ -7234,12 +8975,12 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.26.2 + '@babel/code-frame': 7.27.1 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 - parse5@7.2.1: + parse5@7.1.2: dependencies: entities: 4.5.0 @@ -7249,6 +8990,13 @@ snapshots: path-key@3.1.1: {} + path-key@4.0.0: {} + + path-parse@1.0.7: + optional: true + + path-to-regexp@6.3.0: {} + path-type@4.0.0: {} pathe@1.1.2: {} @@ -7261,7 +9009,7 @@ snapshots: picomatch@2.3.1: {} - picomatch@4.0.3: {} + picomatch@4.0.2: {} pify@3.0.0: {} @@ -7290,44 +9038,64 @@ snapshots: sonic-boom: 2.8.0 thread-stream: 0.15.2 - pkg-types@1.3.1: + pkg-types@1.2.0: dependencies: - confbox: 0.1.8 - mlly: 1.7.4 - pathe: 2.0.3 + confbox: 0.1.7 + mlly: 1.7.1 + pathe: 1.1.2 pngjs@5.0.0: {} pony-cause@2.1.11: {} - possible-typed-array-names@1.1.0: {} + porto@0.2.35(@tanstack/react-query@5.59.0(react@19.1.0))(@types/react@19.1.8)(@wagmi/core@2.22.1(@tanstack/query-core@5.59.0)(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)))(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76))(wagmi@2.19.3(@tanstack/query-core@5.59.0)(@tanstack/react-query@5.59.0(react@19.1.0))(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(fastestsmallesttextencoderdecoder@1.0.22)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)): + dependencies: + '@wagmi/core': 2.22.1(@tanstack/query-core@5.59.0)(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)) + hono: 4.10.4 + idb-keyval: 6.2.2 + mipd: 0.0.7(typescript@5.5.4) + ox: 0.9.6(typescript@5.5.4)(zod@4.1.11) + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) + zod: 4.1.11 + zustand: 5.0.3(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0)(use-sync-external-store@1.4.0(react@19.1.0)) + optionalDependencies: + '@tanstack/react-query': 5.59.0(react@19.1.0) + react: 19.1.0 + typescript: 5.5.4 + wagmi: 2.19.3(@tanstack/query-core@5.59.0)(@tanstack/react-query@5.59.0(react@19.1.0))(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(fastestsmallesttextencoderdecoder@1.0.22)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) + transitivePeerDependencies: + - '@types/react' + - immer + - use-sync-external-store + + possible-typed-array-names@1.0.0: {} - postcss-prefix-selector@2.1.1(postcss@8.5.6): + postcss-prefix-selector@2.1.1(postcss@8.5.5): dependencies: - postcss: 8.5.6 + postcss: 8.5.5 postcss-value-parser@4.2.0: {} postcss@8.4.31: dependencies: - nanoid: 3.3.9 + nanoid: 3.3.11 picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.6: + postcss@8.5.5: dependencies: nanoid: 3.3.11 picocolors: 1.1.1 source-map-js: 1.2.1 - preact-render-to-string@5.2.6(preact@10.26.4): + preact-render-to-string@5.2.6(preact@10.27.1): dependencies: - preact: 10.26.4 + preact: 10.27.1 pretty-format: 3.8.0 preact@10.24.2: {} - preact@10.26.4: {} + preact@10.27.1: {} prettier@2.8.8: {} @@ -7347,14 +9115,18 @@ snapshots: proxy-compare@2.6.0: {} - pump@3.0.2: + proxy-from-env@1.1.0: {} + + psl@1.9.0: {} + + pump@3.0.3: dependencies: - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 once: 1.4.0 punycode@2.3.1: {} - qr@0.5.0: {} + qr@0.4.2: {} qrcode@1.5.3: dependencies: @@ -7363,8 +9135,6 @@ snapshots: pngjs: 5.0.0 yargs: 15.4.1 - quansync@0.2.8: {} - query-string@7.1.3: dependencies: decode-uri-component: 0.2.2 @@ -7372,6 +9142,8 @@ snapshots: split-on-first: 1.1.0 strict-uri-encode: 2.0.0 + querystringify@2.2.0: {} + queue-microtask@1.2.3: {} quick-format-unescaped@4.0.4: {} @@ -7400,7 +9172,7 @@ snapshots: react-style-singleton: 2.2.3(@types/react@19.1.8)(react@19.1.0) tslib: 2.8.1 use-callback-ref: 1.3.3(@types/react@19.1.8)(react@19.1.0) - use-sidecar: 1.1.3(@types/react@19.1.8)(react@19.1.0) + use-sidecar: 1.1.2(@types/react@19.1.8)(react@19.1.0) optionalDependencies: '@types/react': 19.1.8 @@ -7448,8 +9220,6 @@ snapshots: indent-string: 4.0.0 strip-indent: 3.0.0 - regenerator-runtime@0.14.1: {} - require-directory@2.1.1: {} require-from-string@2.0.2: {} @@ -7458,40 +9228,65 @@ snapshots: require-main-filename@2.0.0: {} + requires-port@1.0.0: {} + resolve-from@4.0.0: {} resolve-from@5.0.0: {} - reusify@1.1.0: {} + resolve@1.22.8: + dependencies: + is-core-module: 2.15.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + optional: true + + rettime@0.7.0: {} - rollup@4.35.0: + reusify@1.0.4: {} + + rollup@4.43.0: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.7 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.35.0 - '@rollup/rollup-android-arm64': 4.35.0 - '@rollup/rollup-darwin-arm64': 4.35.0 - '@rollup/rollup-darwin-x64': 4.35.0 - '@rollup/rollup-freebsd-arm64': 4.35.0 - '@rollup/rollup-freebsd-x64': 4.35.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.35.0 - '@rollup/rollup-linux-arm-musleabihf': 4.35.0 - '@rollup/rollup-linux-arm64-gnu': 4.35.0 - '@rollup/rollup-linux-arm64-musl': 4.35.0 - '@rollup/rollup-linux-loongarch64-gnu': 4.35.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.35.0 - '@rollup/rollup-linux-riscv64-gnu': 4.35.0 - '@rollup/rollup-linux-s390x-gnu': 4.35.0 - '@rollup/rollup-linux-x64-gnu': 4.35.0 - '@rollup/rollup-linux-x64-musl': 4.35.0 - '@rollup/rollup-win32-arm64-msvc': 4.35.0 - '@rollup/rollup-win32-ia32-msvc': 4.35.0 - '@rollup/rollup-win32-x64-msvc': 4.35.0 + '@rollup/rollup-android-arm-eabi': 4.43.0 + '@rollup/rollup-android-arm64': 4.43.0 + '@rollup/rollup-darwin-arm64': 4.43.0 + '@rollup/rollup-darwin-x64': 4.43.0 + '@rollup/rollup-freebsd-arm64': 4.43.0 + '@rollup/rollup-freebsd-x64': 4.43.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.43.0 + '@rollup/rollup-linux-arm-musleabihf': 4.43.0 + '@rollup/rollup-linux-arm64-gnu': 4.43.0 + '@rollup/rollup-linux-arm64-musl': 4.43.0 + '@rollup/rollup-linux-loongarch64-gnu': 4.43.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.43.0 + '@rollup/rollup-linux-riscv64-gnu': 4.43.0 + '@rollup/rollup-linux-riscv64-musl': 4.43.0 + '@rollup/rollup-linux-s390x-gnu': 4.43.0 + '@rollup/rollup-linux-x64-gnu': 4.43.0 + '@rollup/rollup-linux-x64-musl': 4.43.0 + '@rollup/rollup-win32-arm64-msvc': 4.43.0 + '@rollup/rollup-win32-ia32-msvc': 4.43.0 + '@rollup/rollup-win32-x64-msvc': 4.43.0 fsevents: 2.3.3 - rrweb-cssom@0.7.1: {} + rpc-websockets@9.3.1: + dependencies: + '@swc/helpers': 0.5.15 + '@types/uuid': 8.3.4 + '@types/ws': 8.5.12 + buffer: 6.0.3 + eventemitter3: 5.0.1 + uuid: 8.3.2 + ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10) + optionalDependencies: + bufferutil: 4.0.9 + utf-8-validate: 5.0.10 - rrweb-cssom@0.8.0: {} + rrweb-cssom@0.6.0: {} + + rrweb-cssom@0.7.1: {} run-parallel@1.2.0: dependencies: @@ -7501,12 +9296,6 @@ snapshots: safe-buffer@5.2.1: {} - safe-regex-test@1.1.0: - dependencies: - call-bound: 1.0.4 - es-errors: 1.3.0 - is-regex: 1.2.1 - safe-stable-stringify@2.5.0: {} safer-buffer@2.1.2: {} @@ -7519,8 +9308,6 @@ snapshots: semver@6.3.1: {} - semver@7.7.1: {} - semver@7.7.2: {} set-blocking@2.0.0: {} @@ -7530,43 +9317,43 @@ snapshots: define-data-property: 1.1.4 es-errors: 1.3.0 function-bind: 1.1.2 - get-intrinsic: 1.3.0 + get-intrinsic: 1.2.7 gopd: 1.2.0 has-property-descriptors: 1.0.2 - sha.js@2.4.11: + sha.js@2.4.12: dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 + to-buffer: 1.2.1 - sharp@0.34.3: + sharp@0.34.2: dependencies: color: 4.2.3 detect-libc: 2.0.4 semver: 7.7.2 optionalDependencies: - '@img/sharp-darwin-arm64': 0.34.3 - '@img/sharp-darwin-x64': 0.34.3 - '@img/sharp-libvips-darwin-arm64': 1.2.0 - '@img/sharp-libvips-darwin-x64': 1.2.0 - '@img/sharp-libvips-linux-arm': 1.2.0 - '@img/sharp-libvips-linux-arm64': 1.2.0 - '@img/sharp-libvips-linux-ppc64': 1.2.0 - '@img/sharp-libvips-linux-s390x': 1.2.0 - '@img/sharp-libvips-linux-x64': 1.2.0 - '@img/sharp-libvips-linuxmusl-arm64': 1.2.0 - '@img/sharp-libvips-linuxmusl-x64': 1.2.0 - '@img/sharp-linux-arm': 0.34.3 - '@img/sharp-linux-arm64': 0.34.3 - '@img/sharp-linux-ppc64': 0.34.3 - '@img/sharp-linux-s390x': 0.34.3 - '@img/sharp-linux-x64': 0.34.3 - '@img/sharp-linuxmusl-arm64': 0.34.3 - '@img/sharp-linuxmusl-x64': 0.34.3 - '@img/sharp-wasm32': 0.34.3 - '@img/sharp-win32-arm64': 0.34.3 - '@img/sharp-win32-ia32': 0.34.3 - '@img/sharp-win32-x64': 0.34.3 + '@img/sharp-darwin-arm64': 0.34.2 + '@img/sharp-darwin-x64': 0.34.2 + '@img/sharp-libvips-darwin-arm64': 1.1.0 + '@img/sharp-libvips-darwin-x64': 1.1.0 + '@img/sharp-libvips-linux-arm': 1.1.0 + '@img/sharp-libvips-linux-arm64': 1.1.0 + '@img/sharp-libvips-linux-ppc64': 1.1.0 + '@img/sharp-libvips-linux-s390x': 1.1.0 + '@img/sharp-libvips-linux-x64': 1.1.0 + '@img/sharp-libvips-linuxmusl-arm64': 1.1.0 + '@img/sharp-libvips-linuxmusl-x64': 1.1.0 + '@img/sharp-linux-arm': 0.34.2 + '@img/sharp-linux-arm64': 0.34.2 + '@img/sharp-linux-s390x': 0.34.2 + '@img/sharp-linux-x64': 0.34.2 + '@img/sharp-linuxmusl-arm64': 0.34.2 + '@img/sharp-linuxmusl-x64': 0.34.2 + '@img/sharp-wasm32': 0.34.2 + '@img/sharp-win32-arm64': 0.34.2 + '@img/sharp-win32-ia32': 0.34.2 + '@img/sharp-win32-x64': 0.34.2 optional: true shebang-command@2.0.0: @@ -7610,6 +9397,15 @@ snapshots: source-map-js@1.2.1: {} + source-map-support@0.5.21: + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + optional: true + + source-map@0.6.1: + optional: true + sourcemap-codec@1.4.8: {} spawndamnit@3.0.1: @@ -7625,10 +9421,22 @@ snapshots: stackback@0.0.2: {} - std-env@3.8.1: {} + statuses@2.0.1: {} + + std-env@3.8.0: {} + + stream-chain@2.2.5: {} + + stream-json@1.9.1: + dependencies: + stream-chain: 2.2.5 stream-shift@1.0.3: {} + streamsearch@1.1.0: {} + + strict-event-emitter@0.5.1: {} + strict-uri-encode@2.0.0: {} string-width@4.2.3: @@ -7651,27 +9459,45 @@ snapshots: strip-bom@3.0.0: {} + strip-final-newline@3.0.0: {} + strip-indent@3.0.0: dependencies: min-indent: 1.0.1 - styled-jsx@5.1.6(@babel/core@7.26.10)(react@19.1.0): + styled-jsx@5.1.6(@babel/core@7.27.4)(babel-plugin-macros@3.1.0)(react@19.1.0): dependencies: client-only: 0.0.1 react: 19.1.0 optionalDependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.27.4 + babel-plugin-macros: 3.1.0 superstruct@1.0.4: {} + superstruct@2.0.2: {} + supports-color@7.2.0: dependencies: has-flag: 4.0.0 + supports-preserve-symlinks-flag@1.0.0: + optional: true + symbol-tree@3.2.4: {} term-size@2.2.1: {} + terser@5.32.0: + dependencies: + '@jridgewell/source-map': 0.3.11 + acorn: 8.15.0 + commander: 2.20.3 + source-map-support: 0.5.21 + optional: true + + text-encoding-utf-8@1.0.2: {} + text-extensions@2.4.0: {} thread-stream@0.15.2: @@ -7686,32 +9512,45 @@ snapshots: tinyglobby@0.2.14: dependencies: - fdir: 6.4.6(picomatch@4.0.3) - picomatch: 4.0.3 + fdir: 6.4.6(picomatch@4.0.2) + picomatch: 4.0.2 - tinypool@1.0.2: {} + tinypool@1.0.1: {} tinyrainbow@1.2.0: {} tinyspy@3.0.2: {} - tldts-core@6.1.84: {} + tldts-core@7.0.14: {} - tldts@6.1.84: + tldts@7.0.14: dependencies: - tldts-core: 6.1.84 + tldts-core: 7.0.14 tmp@0.0.33: dependencies: os-tmpdir: 1.0.2 + to-buffer@1.2.1: + dependencies: + isarray: 2.0.5 + safe-buffer: 5.2.1 + typed-array-buffer: 1.0.3 + to-regex-range@5.0.1: dependencies: is-number: 7.0.0 - tough-cookie@5.1.2: + tough-cookie@4.1.4: dependencies: - tldts: 6.1.84 + psl: 1.9.0 + punycode: 2.3.1 + universalify: 0.2.0 + url-parse: 1.5.10 + + tough-cookie@6.0.0: + dependencies: + tldts: 7.0.14 tr46@0.0.3: {} @@ -7723,11 +9562,19 @@ snapshots: tslib@2.8.1: {} + type-fest@4.26.1: {} + + typed-array-buffer@1.0.3: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + is-typed-array: 1.1.15 + typescript@5.5.4: {} - ua-parser-js@1.0.40: {} + ua-parser-js@1.0.38: {} - ufo@1.5.4: {} + ufo@1.6.1: {} uint8arrays@3.1.0: dependencies: @@ -7737,29 +9584,38 @@ snapshots: undici-types@6.19.8: {} + undici-types@7.16.0: {} + unicorn-magic@0.1.0: {} universalify@0.1.2: {} - unstorage@1.15.0(idb-keyval@6.2.1): + universalify@0.2.0: {} + + unstorage@1.17.0(idb-keyval@6.2.2): dependencies: anymatch: 3.1.3 chokidar: 4.0.3 - destr: 2.0.3 - h3: 1.15.1 + destr: 2.0.5 + h3: 1.15.4 lru-cache: 10.4.3 - node-fetch-native: 1.6.6 + node-fetch-native: 1.6.7 ofetch: 1.4.1 - ufo: 1.5.4 + ufo: 1.6.1 optionalDependencies: - idb-keyval: 6.2.1 + idb-keyval: 6.2.2 - update-browserslist-db@1.1.3(browserslist@4.24.4): + update-browserslist-db@1.1.3(browserslist@4.25.0): dependencies: - browserslist: 4.24.4 + browserslist: 4.25.0 escalade: 3.2.0 picocolors: 1.1.1 + url-parse@1.5.10: + dependencies: + querystringify: 2.2.0 + requires-port: 1.0.0 + use-callback-ref@1.3.3(@types/react@19.1.8)(react@19.1.0): dependencies: react: 19.1.0 @@ -7767,7 +9623,7 @@ snapshots: optionalDependencies: '@types/react': 19.1.8 - use-sidecar@1.1.3(@types/react@19.1.8)(react@19.1.0): + use-sidecar@1.1.2(@types/react@19.1.8)(react@19.1.0): dependencies: detect-node-es: 1.1.0 react: 19.1.0 @@ -7792,10 +9648,10 @@ snapshots: util@0.12.5: dependencies: inherits: 2.0.4 - is-arguments: 1.2.0 - is-generator-function: 1.1.0 + is-arguments: 1.1.1 + is-generator-function: 1.0.10 is-typed-array: 1.1.15 - which-typed-array: 1.1.19 + which-typed-array: 1.1.18 uuid@8.3.2: {} @@ -7810,15 +9666,15 @@ snapshots: '@types/react': 19.1.8 react: 19.1.0 - viem@2.23.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4): + viem@2.23.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76): dependencies: '@noble/curves': 1.8.1 '@noble/hashes': 1.7.1 '@scure/bip32': 1.6.2 '@scure/bip39': 1.5.4 - abitype: 1.0.8(typescript@5.5.4)(zod@3.22.4) + abitype: 1.0.8(typescript@5.5.4)(zod@3.25.76) isows: 1.0.6(ws@8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - ox: 0.6.7(typescript@5.5.4)(zod@3.22.4) + ox: 0.6.7(typescript@5.5.4)(zod@3.25.76) ws: 8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: typescript: 5.5.4 @@ -7827,16 +9683,33 @@ snapshots: - utf-8-validate - zod - viem@2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4): + viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4): dependencies: - '@noble/curves': 1.8.2 - '@noble/hashes': 1.7.2 - '@scure/bip32': 1.6.2 - '@scure/bip39': 1.5.4 - abitype: 1.0.8(typescript@5.5.4)(zod@3.22.4) - isows: 1.0.6(ws@8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - ox: 0.6.9(typescript@5.5.4)(zod@3.22.4) - ws: 8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) + '@noble/curves': 1.9.1 + '@noble/hashes': 1.8.0 + '@scure/bip32': 1.7.0 + '@scure/bip39': 1.6.0 + abitype: 1.1.0(typescript@5.5.4)(zod@3.22.4) + isows: 1.0.7(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + ox: 0.9.6(typescript@5.5.4)(zod@3.22.4) + ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10) + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + - zod + + viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76): + dependencies: + '@noble/curves': 1.9.1 + '@noble/hashes': 1.8.0 + '@scure/bip32': 1.7.0 + '@scure/bip39': 1.6.0 + abitype: 1.1.0(typescript@5.5.4)(zod@3.25.76) + isows: 1.0.7(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + ox: 0.9.6(typescript@5.5.4)(zod@3.25.76) + ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: @@ -7844,13 +9717,13 @@ snapshots: - utf-8-validate - zod - vite-node@2.1.9(@types/node@20.17.24): + vite-node@2.1.9(@types/node@20.16.5)(lightningcss@1.30.1)(terser@5.32.0): dependencies: cac: 6.7.14 - debug: 4.4.0 - es-module-lexer: 1.6.0 + debug: 4.4.1 + es-module-lexer: 1.7.0 pathe: 1.1.2 - vite: 5.4.14(@types/node@20.17.24) + vite: 5.4.19(@types/node@20.16.5)(lightningcss@1.30.1)(terser@5.32.0) transitivePeerDependencies: - '@types/node' - less @@ -7862,13 +9735,13 @@ snapshots: - supports-color - terser - vite-node@3.2.4(@types/node@20.17.24)(jiti@2.4.2): + vite-node@3.2.3(@types/node@20.16.5)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(yaml@2.5.1): dependencies: cac: 6.7.14 debug: 4.4.1 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.3.5(@types/node@20.17.24)(jiti@2.4.2) + vite: 6.3.5(@types/node@20.16.5)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(yaml@2.5.1) transitivePeerDependencies: - '@types/node' - jiti @@ -7883,53 +9756,58 @@ snapshots: - tsx - yaml - vite@5.4.14(@types/node@20.17.24): + vite@5.4.19(@types/node@20.16.5)(lightningcss@1.30.1)(terser@5.32.0): dependencies: esbuild: 0.21.5 - postcss: 8.5.6 - rollup: 4.35.0 + postcss: 8.5.5 + rollup: 4.43.0 optionalDependencies: - '@types/node': 20.17.24 + '@types/node': 20.16.5 fsevents: 2.3.3 + lightningcss: 1.30.1 + terser: 5.32.0 - vite@6.3.5(@types/node@20.17.24)(jiti@2.4.2): + vite@6.3.5(@types/node@20.16.5)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.32.0)(yaml@2.5.1): dependencies: - esbuild: 0.25.6 - fdir: 6.4.6(picomatch@4.0.3) - picomatch: 4.0.3 - postcss: 8.5.6 - rollup: 4.35.0 + esbuild: 0.25.5 + fdir: 6.4.6(picomatch@4.0.2) + picomatch: 4.0.2 + postcss: 8.5.5 + rollup: 4.43.0 tinyglobby: 0.2.14 optionalDependencies: - '@types/node': 20.17.24 + '@types/node': 20.16.5 fsevents: 2.3.3 jiti: 2.4.2 + lightningcss: 1.30.1 + terser: 5.32.0 + yaml: 2.5.1 - vitest@2.1.9(@types/node@20.17.24)(jsdom@25.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)): + vitest@2.1.9(@types/node@20.16.5)(jsdom@25.0.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(msw@2.11.2(@types/node@20.16.5)(typescript@5.5.4))(terser@5.32.0): dependencies: '@vitest/expect': 2.1.9 - '@vitest/mocker': 2.1.9(vite@5.4.14(@types/node@20.17.24)) + '@vitest/mocker': 2.1.9(msw@2.11.2(@types/node@20.16.5)(typescript@5.5.4))(vite@5.4.19(@types/node@20.16.5)(lightningcss@1.30.1)(terser@5.32.0)) '@vitest/pretty-format': 2.1.9 '@vitest/runner': 2.1.9 '@vitest/snapshot': 2.1.9 '@vitest/spy': 2.1.9 '@vitest/utils': 2.1.9 chai: 5.2.0 - debug: 4.4.0 - expect-type: 1.2.0 + debug: 4.4.1 + expect-type: 1.1.0 magic-string: 0.30.17 pathe: 1.1.2 - std-env: 3.8.1 + std-env: 3.8.0 tinybench: 2.9.0 tinyexec: 0.3.2 - tinypool: 1.0.2 + tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.14(@types/node@20.17.24) - vite-node: 2.1.9(@types/node@20.17.24) + vite: 5.4.19(@types/node@20.16.5)(lightningcss@1.30.1)(terser@5.32.0) + vite-node: 2.1.9(@types/node@20.16.5)(lightningcss@1.30.1)(terser@5.32.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.17.24 - jsdom: 25.0.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) + '@types/node': 20.16.5 + jsdom: 25.0.0(bufferutil@4.0.9)(utf-8-validate@5.0.10) transitivePeerDependencies: - less - lightningcss @@ -7945,14 +9823,14 @@ snapshots: dependencies: xml-name-validator: 5.0.0 - wagmi@2.15.7(@tanstack/query-core@5.67.3)(@tanstack/react-query@5.67.3(react@19.1.0))(@types/react@19.1.8)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4))(zod@3.22.4): + wagmi@2.19.3(@tanstack/query-core@5.59.0)(@tanstack/react-query@5.59.0(react@19.1.0))(@types/react@19.1.8)(bufferutil@4.0.9)(encoding@0.1.13)(fastestsmallesttextencoderdecoder@1.0.22)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(utf-8-validate@5.0.10)(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76): dependencies: - '@tanstack/react-query': 5.67.3(react@19.1.0) - '@wagmi/connectors': 5.8.6(@types/react@19.1.8)(@wagmi/core@2.17.3(@tanstack/query-core@5.67.3)(@types/react@19.1.8)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)))(bufferutil@4.0.9)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(utf-8-validate@5.0.10)(viem@2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4))(zod@3.22.4) - '@wagmi/core': 2.17.3(@tanstack/query-core@5.67.3)(@types/react@19.1.8)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4)) + '@tanstack/react-query': 5.59.0(react@19.1.0) + '@wagmi/connectors': 6.1.4(9a35c3197d9b667fcdec0a8dfe2f88be) + '@wagmi/core': 2.22.1(@tanstack/query-core@5.59.0)(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0)(typescript@5.5.4)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76)) react: 19.1.0 use-sync-external-store: 1.4.0(react@19.1.0) - viem: 2.29.2(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.22.4) + viem: 2.38.0(bufferutil@4.0.9)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.25.76) optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: @@ -7971,16 +9849,24 @@ snapshots: - '@types/react' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - bufferutil - db0 + - debug - encoding + - expo-auth-session + - expo-crypto + - expo-web-browser + - fastestsmallesttextencoderdecoder - immer - ioredis + - react-native - supports-color - uploadthing - utf-8-validate + - ws - zod webextension-polyfill@0.10.0: {} @@ -7995,7 +9881,7 @@ snapshots: whatwg-mimetype@4.0.0: {} - whatwg-url@14.1.1: + whatwg-url@14.0.0: dependencies: tr46: 5.0.0 webidl-conversions: 7.0.0 @@ -8007,13 +9893,12 @@ snapshots: which-module@2.0.1: {} - which-typed-array@1.1.19: + which-typed-array@1.1.18: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.8 - call-bound: 1.0.4 - for-each: 0.3.5 - get-proto: 1.0.1 + call-bound: 1.0.3 + for-each: 0.3.3 gopd: 1.2.0 has-tostringtag: 1.0.2 @@ -8055,7 +9940,7 @@ snapshots: bufferutil: 4.0.9 utf-8-validate: 5.0.10 - ws@8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10): + ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10): optionalDependencies: bufferutil: 4.0.9 utf-8-validate: 5.0.10 @@ -8076,6 +9961,12 @@ snapshots: yallist@4.0.0: {} + yaml@1.10.2: + optional: true + + yaml@2.5.1: + optional: true + yargs-parser@18.1.3: dependencies: camelcase: 5.3.1 @@ -8109,18 +10000,26 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.2.0: {} + yocto-queue@1.1.1: {} + + yoctocolors-cjs@2.1.3: {} zod@3.22.4: {} - zustand@5.0.0(@types/react@19.1.8)(react@19.1.0)(use-sync-external-store@1.4.0(react@19.1.0)): + zod@3.25.76: {} + + zod@4.1.11: {} + + zustand@5.0.0(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0)(use-sync-external-store@1.4.0(react@19.1.0)): optionalDependencies: '@types/react': 19.1.8 + immer: 9.0.21 react: 19.1.0 use-sync-external-store: 1.4.0(react@19.1.0) - zustand@5.0.3(@types/react@19.1.8)(react@19.1.0)(use-sync-external-store@1.4.0(react@19.1.0)): + zustand@5.0.3(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0)(use-sync-external-store@1.4.0(react@19.1.0)): optionalDependencies: '@types/react': 19.1.8 + immer: 9.0.21 react: 19.1.0 use-sync-external-store: 1.4.0(react@19.1.0) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 162f445ae6..4bdf492fb5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,8 @@ prefer-workspace-packages: true packages: - - "packages/*" - - "packages/create-rainbowkit/**/*-app" + - 'packages/*' + - 'packages/create-rainbowkit/**/*-app' + - 'site' + - 'examples/*' +# Don't install packages < 1 day old +minimumReleaseAge: 1440