Skip to content

Conversation

@eth2353
Copy link
Contributor

@eth2353 eth2353 commented Jan 20, 2026

Adds proper support for the Ledger Live app (available on desktop and mobile).

This PR:

  • adds this wallet as an option
  • auto-recognizes the wallet by the window.ethereum?.isLedgerLive attribute
  • disables chain switching for this wallet

The functionality can be tested by manually adding a manifest to the Ledger Live app. You can use the following example manifest JSON:

Manifest
{
  "id": "vault-interface",
  "name": "Vault Interface",
  "url": "http://localhost:3000",
  "dapp": {
    "nanoApp": "Ethereum",
    "networks": [
      {
        "currency": "ethereum",
        "chainID": 1,
        "nodeURL": "https://eth-dapps.api.live.ledger.com"
      }
    ]
  },
  "homepageUrl": "https://www.stakewise.io/",
  "icon": "",
  "platform": "all",
  "apiVersion": "^2.0.0",
  "manifestVersion": "2",
  "branch": "stable",
  "categories": ["staking", "defi"],
  "currencies": ["ethereum"],
  "content": {
    "shortDescription": {
      "en": "Short description"
    },
    "description": {
      "en": "Description"
    }
  },
  "permissions": [],
  "domains": ["http://localhost"]
}

@vercel
Copy link

vercel bot commented Jan 20, 2026

@eth2353 is attempting to deploy a commit to the StakeWise Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@Cast0001 Cast0001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Cast0001 Cast0001 merged commit bc48b71 into stakewise:main Jan 22, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants