Skip to content

Commit

Permalink
Merge pull request #157 from lidofinance/feature/si-1083-make-reefkno…
Browse files Browse the repository at this point in the history
…t-demo-app-work-in-ledger-live

Add LL example manifest
  • Loading branch information
Jeday committed Aug 13, 2024
2 parents 21d1c90 + f1edd89 commit 4df34d9
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions apps/demo-react/ledger_live_example_manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"id": "rkdemo",
"name": "Reef Knot DemoApp",
"url": "https://dapp-browser.apps.ledger.com",
"params": {
"dappUrl": "https://lidofinance.github.io/reef-knot?embed=true",
"nanoApp": "Lido",
"dappName": "RK Demo",
"networks": [
{
"currency": "ethereum",
"chainID": 1,
"nodeURL": "https://rpc.ankr.com/eth"
},
{
"currency": "ethereum_holesky",
"chainID": 17000,
"nodeURL": "https://ethereum-holesky-rpc.publicnode.com"
}
]
},
"homepageUrl": "https://lidofinance.github.io/reef-knot",
"icon": "https://cdn.live.ledger.com/icons/platform/lido.png",
"platforms": ["android", "ios", "desktop"],
"apiVersion": "^1.0.0 || ~0.0.1",
"manifestVersion": "1",
"branch": "stable",
"categories": ["stake/earn/manage"],
"currencies": ["ethereum"],
"content": {
"shortDescription": {
"en": "Reef Knot Demo app"
},
"description": {
"en": "Reef Knot Demo app"
}
},
"permissions": [],
"domains": ["https://dapp-browser.apps.ledger.com", "https://lidofinance.github.io/"],
"visibility": "complete"
}

0 comments on commit 4df34d9

Please sign in to comment.