@ledgerhq/live-common 21.35.0 → 21.36.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (236) hide show
  1. package/lib/__tests__/families/bitcoin/wallet-btc/bitcoin.test.js +290 -225
  2. package/lib/__tests__/families/bitcoin/wallet-btc/bitcoin.test.js.map +1 -1
  3. package/lib/__tests__/families/bitcoin/wallet-btc/utils.test.js +2 -0
  4. package/lib/__tests__/families/bitcoin/wallet-btc/utils.test.js.map +1 -1
  5. package/lib/__tests__/families/bitcoin/wallet-btc/wallet.errorpropagation.test.d.ts +2 -0
  6. package/lib/__tests__/families/bitcoin/wallet-btc/wallet.errorpropagation.test.d.ts.map +1 -0
  7. package/lib/__tests__/families/bitcoin/wallet-btc/wallet.errorpropagation.test.js +86 -0
  8. package/lib/__tests__/families/bitcoin/wallet-btc/wallet.errorpropagation.test.js.map +1 -0
  9. package/lib/__tests__/families/bitcoin/wallet-btc/xpub.getAddress.js +38 -0
  10. package/lib/__tests__/families/bitcoin/wallet-btc/xpub.getAddress.js.map +1 -1
  11. package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.integration.test.js +4 -4
  12. package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.integration.test.js.map +1 -1
  13. package/lib/account/support.js +1 -1
  14. package/lib/account/support.js.map +1 -1
  15. package/lib/apps/support.js +1 -1
  16. package/lib/bot/engine.d.ts.map +1 -1
  17. package/lib/bot/engine.js +77 -45
  18. package/lib/bot/engine.js.map +1 -1
  19. package/lib/bot/index.d.ts.map +1 -1
  20. package/lib/bot/index.js +44 -20
  21. package/lib/bot/index.js.map +1 -1
  22. package/lib/bot/types.d.ts +1 -0
  23. package/lib/bot/types.d.ts.map +1 -1
  24. package/lib/bridge/jsHelpers.d.ts +25 -2
  25. package/lib/bridge/jsHelpers.d.ts.map +1 -1
  26. package/lib/bridge/jsHelpers.js +94 -60
  27. package/lib/bridge/jsHelpers.js.map +1 -1
  28. package/lib/cross.d.ts.map +1 -1
  29. package/lib/cross.js +5 -3
  30. package/lib/cross.js.map +1 -1
  31. package/lib/exchange/swap/getCompleteSwapHistory.js +17 -14
  32. package/lib/exchange/swap/getCompleteSwapHistory.js.map +1 -1
  33. package/lib/families/algorand/js-synchronization.d.ts.map +1 -1
  34. package/lib/families/algorand/js-synchronization.js +2 -5
  35. package/lib/families/algorand/js-synchronization.js.map +1 -1
  36. package/lib/families/bitcoin/js-synchronisation.d.ts.map +1 -1
  37. package/lib/families/bitcoin/js-synchronisation.js +5 -2
  38. package/lib/families/bitcoin/js-synchronisation.js.map +1 -1
  39. package/lib/families/bitcoin/specs.d.ts.map +1 -1
  40. package/lib/families/bitcoin/specs.js +4 -2
  41. package/lib/families/bitcoin/specs.js.map +1 -1
  42. package/lib/families/bitcoin/wallet-btc/crypto/base.d.ts +5 -6
  43. package/lib/families/bitcoin/wallet-btc/crypto/base.d.ts.map +1 -1
  44. package/lib/families/bitcoin/wallet-btc/crypto/base.js +149 -59
  45. package/lib/families/bitcoin/wallet-btc/crypto/base.js.map +1 -1
  46. package/lib/families/bitcoin/wallet-btc/crypto/bip32.d.ts +1 -1
  47. package/lib/families/bitcoin/wallet-btc/crypto/bip32.d.ts.map +1 -1
  48. package/lib/families/bitcoin/wallet-btc/crypto/bip32.js +59 -9
  49. package/lib/families/bitcoin/wallet-btc/crypto/bip32.js.map +1 -1
  50. package/lib/families/bitcoin/wallet-btc/crypto/bitcoin.d.ts +1 -1
  51. package/lib/families/bitcoin/wallet-btc/crypto/bitcoin.d.ts.map +1 -1
  52. package/lib/families/bitcoin/wallet-btc/crypto/bitcoin.js +76 -24
  53. package/lib/families/bitcoin/wallet-btc/crypto/bitcoin.js.map +1 -1
  54. package/lib/families/bitcoin/wallet-btc/crypto/bitcoincash.d.ts +2 -2
  55. package/lib/families/bitcoin/wallet-btc/crypto/bitcoincash.d.ts.map +1 -1
  56. package/lib/families/bitcoin/wallet-btc/crypto/bitcoincash.js +55 -2
  57. package/lib/families/bitcoin/wallet-btc/crypto/bitcoincash.js.map +1 -1
  58. package/lib/families/bitcoin/wallet-btc/crypto/decred.d.ts +1 -1
  59. package/lib/families/bitcoin/wallet-btc/crypto/decred.d.ts.map +1 -1
  60. package/lib/families/bitcoin/wallet-btc/crypto/decred.js +61 -14
  61. package/lib/families/bitcoin/wallet-btc/crypto/decred.js.map +1 -1
  62. package/lib/families/bitcoin/wallet-btc/crypto/index.d.ts +1 -0
  63. package/lib/families/bitcoin/wallet-btc/crypto/index.d.ts.map +1 -1
  64. package/lib/families/bitcoin/wallet-btc/crypto/index.js +4 -1
  65. package/lib/families/bitcoin/wallet-btc/crypto/index.js.map +1 -1
  66. package/lib/families/bitcoin/wallet-btc/crypto/secp256k1.d.ts +16 -0
  67. package/lib/families/bitcoin/wallet-btc/crypto/secp256k1.d.ts.map +1 -0
  68. package/lib/families/bitcoin/wallet-btc/crypto/secp256k1.js +28 -0
  69. package/lib/families/bitcoin/wallet-btc/crypto/secp256k1.js.map +1 -0
  70. package/lib/families/bitcoin/wallet-btc/crypto/types.d.ts +2 -2
  71. package/lib/families/bitcoin/wallet-btc/crypto/types.d.ts.map +1 -1
  72. package/lib/families/bitcoin/wallet-btc/crypto/zec.d.ts +2 -2
  73. package/lib/families/bitcoin/wallet-btc/crypto/zec.d.ts.map +1 -1
  74. package/lib/families/bitcoin/wallet-btc/crypto/zec.js +72 -10
  75. package/lib/families/bitcoin/wallet-btc/crypto/zec.js.map +1 -1
  76. package/lib/families/bitcoin/wallet-btc/crypto/zen.d.ts +2 -2
  77. package/lib/families/bitcoin/wallet-btc/crypto/zen.d.ts.map +1 -1
  78. package/lib/families/bitcoin/wallet-btc/crypto/zen.js +60 -6
  79. package/lib/families/bitcoin/wallet-btc/crypto/zen.js.map +1 -1
  80. package/lib/families/bitcoin/wallet-btc/storage/index.d.ts +20 -4
  81. package/lib/families/bitcoin/wallet-btc/storage/index.d.ts.map +1 -1
  82. package/lib/families/bitcoin/wallet-btc/storage/index.js +45 -8
  83. package/lib/families/bitcoin/wallet-btc/storage/index.js.map +1 -1
  84. package/lib/families/bitcoin/wallet-btc/storage/types.d.ts +3 -3
  85. package/lib/families/bitcoin/wallet-btc/storage/types.d.ts.map +1 -1
  86. package/lib/families/bitcoin/wallet-btc/xpub.js +38 -31
  87. package/lib/families/bitcoin/wallet-btc/xpub.js.map +1 -1
  88. package/lib/families/celo/js-synchronisation.d.ts +2 -3
  89. package/lib/families/celo/js-synchronisation.d.ts.map +1 -1
  90. package/lib/families/celo/js-synchronisation.js +2 -5
  91. package/lib/families/celo/js-synchronisation.js.map +1 -1
  92. package/lib/families/cosmos/bridge/js.d.ts.map +1 -1
  93. package/lib/families/cosmos/bridge/js.js +1 -1
  94. package/lib/families/cosmos/bridge/js.js.map +1 -1
  95. package/lib/families/cosmos/js-synchronisation.d.ts +8 -2
  96. package/lib/families/cosmos/js-synchronisation.d.ts.map +1 -1
  97. package/lib/families/cosmos/js-synchronisation.js +3 -3
  98. package/lib/families/cosmos/js-synchronisation.js.map +1 -1
  99. package/lib/families/crypto_org/js-synchronisation.d.ts +2 -3
  100. package/lib/families/crypto_org/js-synchronisation.d.ts.map +1 -1
  101. package/lib/families/crypto_org/js-synchronisation.js +2 -3
  102. package/lib/families/crypto_org/js-synchronisation.js.map +1 -1
  103. package/lib/families/elrond/js-synchronisation.d.ts +2 -3
  104. package/lib/families/elrond/js-synchronisation.d.ts.map +1 -1
  105. package/lib/families/elrond/js-synchronisation.js +2 -3
  106. package/lib/families/elrond/js-synchronisation.js.map +1 -1
  107. package/lib/families/ethereum/bridge/js.js +2 -2
  108. package/lib/families/ethereum/bridge/js.js.map +1 -1
  109. package/lib/families/ethereum/synchronisation.d.ts.map +1 -1
  110. package/lib/families/ethereum/synchronisation.js +11 -10
  111. package/lib/families/ethereum/synchronisation.js.map +1 -1
  112. package/lib/families/filecoin/bridge/account.js +1 -1
  113. package/lib/families/filecoin/bridge/account.js.map +1 -1
  114. package/lib/families/filecoin/bridge/currency.js +1 -1
  115. package/lib/families/filecoin/bridge/currency.js.map +1 -1
  116. package/lib/families/filecoin/speculos-deviceActions.d.ts.map +1 -1
  117. package/lib/families/filecoin/speculos-deviceActions.js +14 -6
  118. package/lib/families/filecoin/speculos-deviceActions.js.map +1 -1
  119. package/lib/families/neo/bridge/js.js +2 -2
  120. package/lib/families/neo/bridge/js.js.map +1 -1
  121. package/lib/families/polkadot/js-synchronisation.d.ts.map +1 -1
  122. package/lib/families/polkadot/js-synchronisation.js +2 -5
  123. package/lib/families/polkadot/js-synchronisation.js.map +1 -1
  124. package/lib/families/solana/api/chain/index.d.ts +1 -1
  125. package/lib/families/solana/api/chain/index.d.ts.map +1 -1
  126. package/lib/families/solana/api/chain/index.js +13 -2
  127. package/lib/families/solana/api/chain/index.js.map +1 -1
  128. package/lib/families/solana/api/traced.d.ts +3 -0
  129. package/lib/families/solana/api/traced.d.ts.map +1 -0
  130. package/lib/families/solana/api/traced.js +82 -0
  131. package/lib/families/solana/api/traced.js.map +1 -0
  132. package/lib/families/solana/bridge/bridge.js +2 -2
  133. package/lib/families/solana/bridge/bridge.js.map +1 -1
  134. package/lib/families/solana/bridge/js.d.ts.map +1 -1
  135. package/lib/families/solana/bridge/js.js +12 -1
  136. package/lib/families/solana/bridge/js.js.map +1 -1
  137. package/lib/families/stellar/js-synchronization.d.ts +2 -3
  138. package/lib/families/stellar/js-synchronization.d.ts.map +1 -1
  139. package/lib/families/stellar/js-synchronization.js +2 -5
  140. package/lib/families/stellar/js-synchronization.js.map +1 -1
  141. package/lib/families/tezos/bridge/js.js +13 -12
  142. package/lib/families/tezos/bridge/js.js.map +1 -1
  143. package/lib/families/tezos/specs.d.ts.map +1 -1
  144. package/lib/families/tezos/specs.js +4 -3
  145. package/lib/families/tezos/specs.js.map +1 -1
  146. package/lib/families/tron/bridge/js.js +2 -2
  147. package/lib/families/tron/bridge/js.js.map +1 -1
  148. package/lib/featureFlags/FeatureToggle.d.ts +2 -2
  149. package/lib/featureFlags/FeatureToggle.d.ts.map +1 -1
  150. package/lib/featureFlags/FeatureToggle.js +1 -2
  151. package/lib/featureFlags/FeatureToggle.js.map +1 -1
  152. package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
  153. package/lib/featureFlags/defaultFeatures.js +3 -0
  154. package/lib/featureFlags/defaultFeatures.js.map +1 -1
  155. package/lib/featureFlags/index.d.ts +3 -2
  156. package/lib/featureFlags/index.d.ts.map +1 -1
  157. package/lib/featureFlags/index.js +8 -2
  158. package/lib/featureFlags/index.js.map +1 -1
  159. package/lib/featureFlags/types.d.ts +1 -1
  160. package/lib/featureFlags/types.d.ts.map +1 -1
  161. package/lib/featureFlags/useFeature.d.ts +2 -1
  162. package/lib/featureFlags/useFeature.d.ts.map +1 -1
  163. package/lib/featureFlags/useFeature.js +2 -2
  164. package/lib/featureFlags/useFeature.js.map +1 -1
  165. package/lib/hw/actions/app.d.ts.map +1 -1
  166. package/lib/hw/actions/app.js +2 -1
  167. package/lib/hw/actions/app.js.map +1 -1
  168. package/lib/market/MarketDataProvider.d.ts +4 -3
  169. package/lib/market/MarketDataProvider.d.ts.map +1 -1
  170. package/lib/market/MarketDataProvider.js +21 -60
  171. package/lib/market/MarketDataProvider.js.map +1 -1
  172. package/lib/notifications/AnnouncementProvider/machine.d.ts +21 -4
  173. package/lib/notifications/AnnouncementProvider/machine.d.ts.map +1 -1
  174. package/lib/notifications/ServiceStatusProvider/machine.d.ts +21 -4
  175. package/lib/notifications/ServiceStatusProvider/machine.d.ts.map +1 -1
  176. package/lib/platform/providers/GlobalCatalogProvider/api/mock.json +13 -0
  177. package/lib/platform/providers/RemoteLiveAppProvider/api/mock.json +256 -65
  178. package/package.json +7 -7
  179. package/src/__tests__/families/bitcoin/wallet-btc/bitcoin.test.ts +17 -16
  180. package/src/__tests__/families/bitcoin/wallet-btc/utils.test.ts +2 -0
  181. package/src/__tests__/families/bitcoin/wallet-btc/wallet.errorpropagation.test.ts +41 -0
  182. package/src/__tests__/families/bitcoin/wallet-btc/xpub.getAddress.ts +46 -0
  183. package/src/__tests__/families/bitcoin/wallet-btc/xpub.txs.integration.test.ts +4 -4
  184. package/src/account/support.ts +1 -1
  185. package/src/apps/support.ts +1 -1
  186. package/src/bot/engine.ts +21 -1
  187. package/src/bot/index.ts +45 -5
  188. package/src/bot/types.ts +2 -0
  189. package/src/bridge/jsHelpers.ts +126 -72
  190. package/src/cross.ts +4 -3
  191. package/src/exchange/swap/getCompleteSwapHistory.ts +1 -1
  192. package/src/families/algorand/js-synchronization.ts +2 -6
  193. package/src/families/bitcoin/js-synchronisation.ts +5 -2
  194. package/src/families/bitcoin/specs.ts +3 -2
  195. package/src/families/bitcoin/wallet-btc/crypto/base.ts +59 -44
  196. package/src/families/bitcoin/wallet-btc/crypto/bip32.ts +8 -3
  197. package/src/families/bitcoin/wallet-btc/crypto/bitcoin.ts +8 -8
  198. package/src/families/bitcoin/wallet-btc/crypto/bitcoincash.ts +8 -6
  199. package/src/families/bitcoin/wallet-btc/crypto/decred.ts +4 -3
  200. package/src/families/bitcoin/wallet-btc/crypto/index.ts +1 -0
  201. package/src/families/bitcoin/wallet-btc/crypto/secp256k1.ts +32 -0
  202. package/src/families/bitcoin/wallet-btc/crypto/types.ts +2 -2
  203. package/src/families/bitcoin/wallet-btc/crypto/zec.ts +20 -9
  204. package/src/families/bitcoin/wallet-btc/crypto/zen.ts +5 -5
  205. package/src/families/bitcoin/wallet-btc/storage/index.ts +66 -22
  206. package/src/families/bitcoin/wallet-btc/storage/types.ts +3 -3
  207. package/src/families/bitcoin/wallet-btc/xpub.ts +3 -3
  208. package/src/families/celo/js-synchronisation.ts +2 -7
  209. package/src/families/cosmos/bridge/js.ts +3 -6
  210. package/src/families/cosmos/js-synchronisation.ts +9 -5
  211. package/src/families/crypto_org/js-synchronisation.ts +2 -5
  212. package/src/families/elrond/js-synchronisation.ts +2 -5
  213. package/src/families/ethereum/bridge/js.ts +2 -2
  214. package/src/families/ethereum/synchronisation.ts +6 -3
  215. package/src/families/filecoin/bridge/account.ts +1 -1
  216. package/src/families/filecoin/bridge/currency.ts +1 -1
  217. package/src/families/filecoin/speculos-deviceActions.ts +11 -3
  218. package/src/families/neo/bridge/js.ts +2 -2
  219. package/src/families/polkadot/js-synchronisation.ts +2 -6
  220. package/src/families/solana/api/chain/index.ts +19 -2
  221. package/src/families/solana/api/traced.ts +99 -0
  222. package/src/families/solana/bridge/bridge.ts +2 -2
  223. package/src/families/solana/bridge/js.ts +12 -1
  224. package/src/families/stellar/js-synchronization.ts +2 -7
  225. package/src/families/tezos/bridge/js.ts +12 -12
  226. package/src/families/tezos/specs.ts +5 -3
  227. package/src/families/tron/bridge/js.ts +2 -2
  228. package/src/featureFlags/FeatureToggle.tsx +3 -1
  229. package/src/featureFlags/defaultFeatures.ts +3 -0
  230. package/src/featureFlags/index.ts +5 -2
  231. package/src/featureFlags/types.ts +2 -1
  232. package/src/featureFlags/useFeature.ts +4 -2
  233. package/src/hw/actions/app.ts +2 -1
  234. package/src/market/MarketDataProvider.tsx +73 -98
  235. package/src/platform/providers/GlobalCatalogProvider/api/mock.json +14 -1
  236. package/src/platform/providers/RemoteLiveAppProvider/api/mock.json +930 -739
@@ -1,95 +1,107 @@
1
1
  [
2
- {
3
- "id": "Card",
4
- "name": "Card",
5
- "url": "https://cl-cards.com/waiting-list/",
6
- "homepageUrl": "https://baanx.com/",
7
- "icon": "https://cdn.live.ledger.com/icons/platform/card2.png",
8
- "platform": "all",
9
- "apiVersion": "0.0.1",
10
- "manifestVersion": "1",
11
- "branch": "stable",
12
- "categories": ["card"],
13
- "currencies": "*",
14
- "content": {
15
- "shortDescription": {
16
- "en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist"
17
- },
18
- "description": {
19
- "en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist"
20
- }
2
+ {
3
+ "id": "Card",
4
+ "name": "Card",
5
+ "url": "https://cl-cards.com/waiting-list/",
6
+ "homepageUrl": "https://baanx.com/",
7
+ "icon": "https://cdn.live.ledger.com/icons/platform/card2.png",
8
+ "platform": "all",
9
+ "apiVersion": "0.0.1",
10
+ "manifestVersion": "1",
11
+ "branch": "stable",
12
+ "categories": [
13
+ "card"
14
+ ],
15
+ "currencies": "*",
16
+ "content": {
17
+ "shortDescription": {
18
+ "en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist"
21
19
  },
22
- "permissions": [
23
- {
24
- "method": "*"
25
- }
26
- ],
27
- "domains": ["https://*"]
28
- },
29
- {
30
- "id": "cl-card",
31
- "name": "Card",
32
- "url": "https://cl-cards.com/waiting-list/",
33
- "homepageUrl": "https://baanx.com/",
34
- "icon": "https://cdn.live.ledger.com/icons/platform/card2.png",
35
- "platform": "all",
36
- "apiVersion": "0.0.1",
37
- "manifestVersion": "1",
38
- "private": true,
39
- "branch": "stable",
40
- "categories": ["card"],
41
- "currencies": "*",
42
- "content": {
43
- "shortDescription": {
44
- "en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist"
45
- },
46
- "description": {
47
- "en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist"
48
- }
20
+ "description": {
21
+ "en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist"
22
+ }
23
+ },
24
+ "permissions": [
25
+ {
26
+ "method": "*"
27
+ }
28
+ ],
29
+ "domains": [
30
+ "https://*"
31
+ ]
32
+ },
33
+ {
34
+ "id": "cl-card",
35
+ "name": "Card",
36
+ "url": "https://cl-cards.com/waiting-list/",
37
+ "homepageUrl": "https://baanx.com/",
38
+ "icon": "https://cdn.live.ledger.com/icons/platform/card2.png",
39
+ "platform": "all",
40
+ "apiVersion": "0.0.1",
41
+ "manifestVersion": "1",
42
+ "private": true,
43
+ "branch": "stable",
44
+ "categories": [
45
+ "card"
46
+ ],
47
+ "currencies": "*",
48
+ "content": {
49
+ "shortDescription": {
50
+ "en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist"
49
51
  },
50
- "permissions": [
51
- {
52
- "method": "*"
53
- }
54
- ],
55
- "domains": ["https://*"]
56
- },
57
- {
58
- "id": "moonpay",
59
- "name": "MoonPay",
60
- "url": "https://buy.moonpay.com/?apiKey=pk_live_j5CLt1qxbqGtYhkxUxyk6VQnSd5CBXI&ledgerlive",
61
- "homepageUrl": "https://www.moonpay.com/",
62
- "icon": "https://cdn.live.ledger.com/icons/platform/moonpay.png",
63
- "platform": "all",
64
- "apiVersion": "0.0.1",
65
- "manifestVersion": "1",
66
- "branch": "stable",
67
- "categories": ["buy"],
68
- "currencies": [
69
- "bitcoin",
70
- "bitcoin_cash",
71
- "bsc",
72
- "digibyte",
73
- "dogecoin",
74
- "ethereum",
75
- "litecoin",
76
- "polkadot",
77
- "ripple",
78
- "stellar",
79
- "tron"
80
- ],
81
- "content": {
82
- "shortDescription": {
83
- "en": "A fast, simple, and secure way to buy crypto."
84
- },
85
- "description": {
86
- "en": "MoonPay accepts all major payment methods and over 30 fiat currencies, enabling people from all over the world to buy crypto."
87
- }
52
+ "description": {
53
+ "en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist"
54
+ }
55
+ },
56
+ "permissions": [
57
+ {
58
+ "method": "*"
59
+ }
60
+ ],
61
+ "domains": [
62
+ "https://*"
63
+ ]
64
+ },
65
+ {
66
+ "id": "moonpay",
67
+ "name": "MoonPay",
68
+ "url": "https://buy.moonpay.com/?apiKey=pk_live_j5CLt1qxbqGtYhkxUxyk6VQnSd5CBXI&ledgerlive",
69
+ "homepageUrl": "https://www.moonpay.com/",
70
+ "icon": "https://cdn.live.ledger.com/icons/platform/moonpay.png",
71
+ "platform": "all",
72
+ "apiVersion": "0.0.1",
73
+ "manifestVersion": "1",
74
+ "branch": "stable",
75
+ "categories": [
76
+ "buy"
77
+ ],
78
+ "currencies": [
79
+ "bitcoin",
80
+ "bitcoin_cash",
81
+ "bsc",
82
+ "digibyte",
83
+ "dogecoin",
84
+ "ethereum",
85
+ "litecoin",
86
+ "polkadot",
87
+ "ripple",
88
+ "stellar",
89
+ "tron"
90
+ ],
91
+ "content": {
92
+ "shortDescription": {
93
+ "en": "A fast, simple, and secure way to buy crypto."
88
94
  },
89
- "permissions": [],
90
- "domains": ["https://*"]
95
+ "description": {
96
+ "en": "MoonPay accepts all major payment methods and over 30 fiat currencies, enabling people from all over the world to buy crypto."
97
+ }
91
98
  },
92
- {
99
+ "permissions": [],
100
+ "domains": [
101
+ "https://*"
102
+ ]
103
+ },
104
+ {
93
105
  "id": "ramp",
94
106
  "name": "Ramp",
95
107
  "url": "https://integrations.ramp.network/ledger/",
@@ -128,700 +140,879 @@
128
140
  "domains": [
129
141
  "https://*"
130
142
  ]
131
- },
132
- {
133
- "id": "paraswap",
134
- "name": "ParaSwap",
135
- "url": "https://dapp-browser.apps.ledger.com/?params=%7B%22dappUrl%22%3A%22https%3A%2F%2Fv5.paraswap.io%2Fledger-live%22%2C%22nanoApp%22%3A%22Paraswap%22%2C%22dappName%22%3A%22ParaSwap%22%2C%22networks%22%3A%5B%7B%22currency%22%3A%22ethereum%22%2C%22chainID%22%3A1%2C%22nodeURL%22%3A%22wss%3A%2F%2Feth-mainnet.ws.alchemyapi.io%2Fv2%2F0fyudoTG94QWC0tEtfJViM9v2ZXJuij2%22%7D%2C%7B%22currency%22%3A%22bsc%22%2C%22chainID%22%3A56%2C%22nodeURL%22%3A%22https%3A%2F%2Fbsc-dataseed.binance.org%2F%22%7D%2C%7B%22currency%22%3A%20%22polygon%22%2C%22chainID%22%3A%20137%2C%22nodeURL%22%3A%20%22https%3A%2F%2Fpolygon-mainnet.g.alchemy.com%2Fv2%2FoPIxZM7kXsPVVY1Sk0kOQwkoIOpSu8PE%22%7D%5D%7D",
136
- "params": {
137
- "dappUrl": "https://v5.paraswap.io/?referrer=ledger2&embed=true&enableStaking=false&displayMenu=false&enableNetworkSwitch=false",
138
- "nanoApp": "Paraswap",
139
- "dappName": "ParaSwap",
140
- "networks": [
141
- {
142
- "currency": "ethereum",
143
- "chainID": 1,
144
- "nodeURL": "wss://eth-mainnet.ws.alchemyapi.io/v2/0fyudoTG94QWC0tEtfJViM9v2ZXJuij2"
145
- },
146
- {
147
- "currency": "bsc",
148
- "chainID": 56,
149
- "nodeURL": "https://bsc-dataseed.binance.org/"
150
- },
151
- {
152
- "currency": "polygon",
153
- "chainID": 137,
154
- "nodeURL": "https://polygon-mainnet.g.alchemy.com/v2/oPIxZM7kXsPVVY1Sk0kOQwkoIOpSu8PE"
155
- }
156
- ]
157
- },
158
- "homepageUrl": "https://paraswap.io",
159
- "supportUrl": "https://paraswap.io",
160
- "icon": "https://cdn.live.ledger.com/icons/platform/paraswap.png",
161
- "platform": "all",
162
- "apiVersion": "0.0.1",
163
- "manifestVersion": "1",
164
- "branch": "stable",
165
- "categories": ["swap", "defi"],
166
- "currencies": ["ethereum", "bsc"],
167
- "content": {
168
- "shortDescription": {
169
- "en": "Swap your crypto with ParaSwap that aggregates and provides the best quotes decentralised exchanges."
170
- },
171
- "description": {
172
- "en": "Swap your crypto with ParaSwap that aggregates and provides the best quotes decentralised exchanges."
173
- }
174
- },
175
- "permissions": [
176
- {
177
- "method": "account.list",
178
- "params": {
179
- "currencies": ["ethereum", "bsc"]
180
- }
181
- },
143
+ },
144
+ {
145
+ "id": "paraswap",
146
+ "name": "ParaSwap",
147
+ "url": "https://dapp-browser.apps.ledger.com/?params=%7B%22dappUrl%22%3A%22https%3A%2F%2Fv5.paraswap.io%2Fledger-live%22%2C%22nanoApp%22%3A%22Paraswap%22%2C%22dappName%22%3A%22ParaSwap%22%2C%22networks%22%3A%5B%7B%22currency%22%3A%22ethereum%22%2C%22chainID%22%3A1%2C%22nodeURL%22%3A%22wss%3A%2F%2Feth-mainnet.ws.alchemyapi.io%2Fv2%2F0fyudoTG94QWC0tEtfJViM9v2ZXJuij2%22%7D%2C%7B%22currency%22%3A%22bsc%22%2C%22chainID%22%3A56%2C%22nodeURL%22%3A%22https%3A%2F%2Fbsc-dataseed.binance.org%2F%22%7D%2C%7B%22currency%22%3A%20%22polygon%22%2C%22chainID%22%3A%20137%2C%22nodeURL%22%3A%20%22https%3A%2F%2Fpolygon-mainnet.g.alchemy.com%2Fv2%2FoPIxZM7kXsPVVY1Sk0kOQwkoIOpSu8PE%22%7D%5D%7D",
148
+ "params": {
149
+ "dappUrl": "https://v5.paraswap.io/?referrer=ledger2&embed=true&enableStaking=false&displayMenu=false&enableNetworkSwitch=false",
150
+ "nanoApp": "Paraswap",
151
+ "dappName": "ParaSwap",
152
+ "networks": [
182
153
  {
183
- "method": "account.request",
184
- "params": {
185
- "currencies": ["ethereum", "bsc"]
186
- }
154
+ "currency": "ethereum",
155
+ "chainID": 1,
156
+ "nodeURL": "wss://eth-mainnet.ws.alchemyapi.io/v2/0fyudoTG94QWC0tEtfJViM9v2ZXJuij2"
187
157
  },
188
158
  {
189
- "method": "transaction.sign",
190
- "params": {
191
- "nanoApp": ["paraswap"]
192
- }
159
+ "currency": "bsc",
160
+ "chainID": 56,
161
+ "nodeURL": "https://bsc-dataseed.binance.org/"
193
162
  },
194
163
  {
195
- "method": "transaction.broadcast"
164
+ "currency": "polygon",
165
+ "chainID": 137,
166
+ "nodeURL": "https://polygon-mainnet.g.alchemy.com/v2/oPIxZM7kXsPVVY1Sk0kOQwkoIOpSu8PE"
196
167
  }
197
- ],
198
- "domains": ["https://*"]
168
+ ]
199
169
  },
200
- {
201
- "id": "paraswap v5",
202
- "name": "ParaSwap v5",
203
- "url": "https://dapp-browser.apps.ledger.com/?params=%7B%22dappUrl%22%3A%22https%3A%2F%2Fv5.paraswap.io%2Fledger-live%22%2C%22nanoApp%22%3A%22Paraswap%22%2C%22dappName%22%3A%22ParaSwap%22%2C%22networks%22%3A%5B%7B%22currency%22%3A%22ethereum%22%2C%22chainID%22%3A1%2C%22nodeURL%22%3A%22wss%3A%2F%2Feth-mainnet.ws.alchemyapi.io%2Fv2%2F0fyudoTG94QWC0tEtfJViM9v2ZXJuij2%22%7D%2C%7B%22currency%22%3A%22bsc%22%2C%22chainID%22%3A56%2C%22nodeURL%22%3A%22https%3A%2F%2Fbsc-dataseed.binance.org%2F%22%7D%2C%7B%22currency%22%3A%20%22polygon%22%2C%22chainID%22%3A%20137%2C%22nodeURL%22%3A%20%22https%3A%2F%2Fpolygon-mainnet.g.alchemy.com%2Fv2%2FoPIxZM7kXsPVVY1Sk0kOQwkoIOpSu8PE%22%7D%5D%7D",
204
- "params": {
205
- "dappUrl": "https://v5.paraswap.io/?referrer=ledger2&embed=true&enableStaking=false&displayMenu=false",
206
- "nanoApp": "Paraswap",
207
- "dappName": "ParaSwap",
208
- "networks": [
209
- {
210
- "currency": "ethereum",
211
- "chainID": 1,
212
- "nodeURL": "wss://eth-mainnet.ws.alchemyapi.io/v2/0fyudoTG94QWC0tEtfJViM9v2ZXJuij2"
213
- },
214
- {
215
- "currency": "bsc",
216
- "chainID": 56,
217
- "nodeURL": "https://bsc-dataseed.binance.org/"
218
- },
219
- {
220
- "currency": "polygon",
221
- "chainID": 137,
222
- "nodeURL": "https://polygon-mainnet.g.alchemy.com/v2/oPIxZM7kXsPVVY1Sk0kOQwkoIOpSu8PE"
223
- }
224
- ]
225
- },
226
- "homepageUrl": "https://paraswap.io",
227
- "supportUrl": "https://paraswap.io",
228
- "icon": "https://cdn.live.ledger.com/icons/platform/paraswap.png",
229
- "platform": "all",
230
- "apiVersion": "0.0.1",
231
- "manifestVersion": "1",
232
- "branch": "experimental",
233
- "categories": ["swap", "defi"],
234
- "currencies": ["ethereum", "bsc"],
235
- "content": {
236
- "shortDescription": {
237
- "en": "Swap your crypto with ParaSwap that aggregates and provides the best quotes decentralised exchanges."
238
- },
239
- "description": {
240
- "en": "Swap your crypto with ParaSwap that aggregates and provides the best quotes decentralised exchanges."
241
- }
242
- },
243
- "permissions": [
244
- {
245
- "method": "account.list",
246
- "params": {
247
- "currencies": ["ethereum", "bsc"]
248
- }
249
- },
250
- {
251
- "method": "account.request",
252
- "params": {
253
- "currencies": ["ethereum", "bsc"]
254
- }
255
- },
256
- {
257
- "method": "transaction.sign",
258
- "params": {
259
- "nanoApp": ["paraswap"]
260
- }
261
- },
262
- {
263
- "method": "transaction.broadcast"
264
- }
265
- ],
266
- "domains": ["https://*"]
267
- },
268
- {
269
- "id": "lido",
270
- "name": "Lido",
271
- "url": "https://dapp-browser.apps.ledger.com/?params=%7B%22dappUrl%22%3A%22https%3A%2F%2Fstake.lido.fi%2F%3Fref%3D0x558247e365be655f9144e1a0140D793984372Ef3%26embed%3Dtrue%22%2C%22nanoApp%22%3A%22Lido%22%2C%22dappName%22%3A%22Lido%22%2C%22networks%22%3A%5B%7B%22currency%22%3A%22ethereum%22%2C%22chainID%22%3A1%2C%22nodeURL%22%3A%22wss%3A%2F%2Feth-mainnet.ws.alchemyapi.io%2Fv2%2F0fyudoTG94QWC0tEtfJViM9v2ZXJuij2%22%7D%5D%7D",
272
- "params": {
273
- "dappUrl": "https://stake.lido.fi/?ref=0x558247e365be655f9144e1a0140D793984372Ef3&embed=true",
274
- "nanoApp": "Lido",
275
- "dappName": "Lido",
276
- "networks": [
277
- {
278
- "currency": "ethereum",
279
- "chainID": 1,
280
- "nodeURL": "wss://eth-mainnet.ws.alchemyapi.io/v2/0fyudoTG94QWC0tEtfJViM9v2ZXJuij2"
281
- }
282
- ]
283
- },
284
- "homepageUrl": "https://lido.fi/",
285
- "icon": "https://cdn.live.ledger.com/icons/platform/lido.png",
286
- "platform": "all",
287
- "apiVersion": "0.0.1",
288
- "manifestVersion": "1",
289
- "branch": "stable",
290
- "categories": ["staking", "defi"],
291
- "currencies": ["ethereum"],
292
- "content": {
293
- "shortDescription": {
294
- "en": "Stake your ETH with Lido to earn daily staking rewards."
295
- },
296
- "description": {
297
- "en": "Stake your ETH with Lido to earn daily staking rewards."
298
- }
299
- },
300
- "permissions": [],
301
- "domains": ["https://*"]
302
- },
303
- {
304
- "id": "1inch",
305
- "name": "1inch",
306
- "url": "https://dapp-browser.apps.ledger.com/?params=%7B%22dappUrl%22%3A%22https%3A%2F%2Fapp.1inch.io%2F%3FledgerLive%3Dtrue%22%2C%22nanoApp%22%3A%221inch%22%2C%22dappName%22%3A%221inch%22%2C%22networks%22%3A%5B%7B%22currency%22%3A%22ethereum%22%2C%22chainID%22%3A1%2C%22nodeURL%22%3A%22wss%3A%2F%2Feth-mainnet.ws.alchemyapi.io%2Fv2%2F0fyudoTG94QWC0tEtfJViM9v2ZXJuij2%22%7D%2C%7B%22currency%22%3A%22bsc%22%2C%22chainID%22%3A56%2C%22nodeURL%22%3A%22https%3A%2F%2Fbsc-dataseed.binance.org%2F%22%7D%2C%7B%22currency%22%3A%20%22polygon%22%2C%22chainID%22%3A%20137%2C%22nodeURL%22%3A%20%22https%3A%2F%2Fpolygon-mainnet.g.alchemy.com%2Fv2%2FoPIxZM7kXsPVVY1Sk0kOQwkoIOpSu8PE%22%7D%5D%7D",
307
- "params": {
308
- "dappUrl": "https://app.1inch.io/?ledgerLive=true",
309
- "nanoApp": "1inch",
310
- "dappName": "1inch",
311
- "networks": [
312
- {
313
- "currency": "ethereum",
314
- "chainID": 1,
315
- "nodeURL": "wss://eth-mainnet.ws.alchemyapi.io/v2/0fyudoTG94QWC0tEtfJViM9v2ZXJuij2"
316
- },
317
- {
318
- "currency": "bsc",
319
- "chainID": 56,
320
- "nodeURL": "https://bsc-dataseed.binance.org/"
321
- },
322
- {
323
- "currency": "polygon",
324
- "chainID": 137,
325
- "nodeURL": "https://polygon-mainnet.g.alchemy.com/v2/oPIxZM7kXsPVVY1Sk0kOQwkoIOpSu8PE"
326
- }
327
- ]
328
- },
329
- "homepageUrl": "https://1inch.io/",
330
- "icon": "https://cdn.live.ledger.com/icons/platform/1inch.png",
331
- "platform": "all",
332
- "apiVersion": "0.0.1",
333
- "manifestVersion": "1",
334
- "branch": "stable",
335
- "categories": ["swap", "defi"],
336
- "currencies": ["ethereum"],
337
- "content": {
338
- "shortDescription": {
339
- "en": "Exchange crypto via a Defi/DEX aggregator on Ethereum mainnet, BSC or Polygon"
340
- },
341
- "description": {
342
- "en": "Exchange crypto via a Defi/DEX aggregator on Ethereum mainnet, BSC or Polygon"
343
- }
344
- },
345
- "permissions": [],
346
- "domains": ["https://*"]
347
- },
348
- {
349
- "id": "btcdirect",
350
- "name": "BTC Direct",
351
- "url": "https://ledger.btcdirect.eu/",
352
- "homepageUrl": "https://btcdirect.eu/",
353
- "icon": "https://cdn.live.ledger.com/icons/platform/btcdirect.png",
354
- "platform": "all",
355
- "apiVersion": "0.0.1",
356
- "manifestVersion": "1",
357
- "branch": "stable",
358
- "categories": ["buy"],
359
- "currencies": ["bitcoin", "bitcoin_cash", "ethereum", "litecoin", "ripple"],
360
- "content": {
361
- "shortDescription": {
362
- "en": "Buy crypto easily and quickly from your Ledger Live via BTC Direct."
363
- },
364
- "description": {
365
- "en": "Buy crypto easily and quickly from your Ledger Live via BTC Direct."
366
- }
367
- },
368
- "permissions": [],
369
- "domains": ["https://*"]
370
- },
371
- {
372
- "id": "banxa",
373
- "name": "Banxa",
374
- "url": "https://ledger.banxa.com/",
375
- "homepageUrl": "https://banxa.com/",
376
- "icon": "https://cdn.live.ledger.com/icons/platform/banxa.png",
377
- "platform": "desktop",
378
- "apiVersion": "0.0.1",
379
- "manifestVersion": "1",
380
- "branch": "stable",
381
- "categories": ["buy"],
382
- "currencies": ["ethereum", "bitcoin", "litecoin", "ripple", "tether"],
383
- "content": {
384
- "shortDescription": {
385
- "en": "Banxa supports the widest choice of payment options locally and globally, enabling people to purchase crypto"
386
- },
387
- "description": {
388
- "en": "Banxa supports the widest choice of payment options locally and globally, enabling people to purchase crypto"
389
- }
170
+ "homepageUrl": "https://paraswap.io",
171
+ "supportUrl": "https://paraswap.io",
172
+ "icon": "https://cdn.live.ledger.com/icons/platform/paraswap.png",
173
+ "platform": "all",
174
+ "apiVersion": "0.0.1",
175
+ "manifestVersion": "1",
176
+ "branch": "stable",
177
+ "categories": [
178
+ "swap",
179
+ "defi"
180
+ ],
181
+ "currencies": [
182
+ "ethereum",
183
+ "bsc"
184
+ ],
185
+ "content": {
186
+ "shortDescription": {
187
+ "en": "Swap your crypto with ParaSwap that aggregates and provides the best quotes decentralised exchanges."
390
188
  },
391
- "permissions": [],
392
- "domains": ["https://*"]
393
- },
394
- {
395
- "id": "bitrefill",
396
- "name": "Bitrefill",
397
- "url": "https://embed.bitrefill.com/buy/?utm_source=ledger_live&paymentMethods=bitcoin,ethereum,litecoin,dogecoin&ref=ftbYHzmt",
398
- "homepageUrl": "https://bitrefill.com",
399
- "icon": "https://cdn.live.ledger.com/icons/platform/bitrefill.png",
400
- "platform": "desktop",
401
- "apiVersion": "0.0.1",
402
- "manifestVersion": "1",
403
- "branch": "stable",
404
- "categories": ["gift cards"],
405
- "currencies": ["bitcoin", "ethereum"],
406
- "content": {
407
- "shortDescription": {
408
- "en": "Buy gift cards and top up airtime"
409
- },
410
- "description": {
411
- "en": "Buy gift cards and top up airtime with Bitcoin and Ethereum"
189
+ "description": {
190
+ "en": "Swap your crypto with ParaSwap that aggregates and provides the best quotes decentralised exchanges."
191
+ }
192
+ },
193
+ "permissions": [
194
+ {
195
+ "method": "account.list",
196
+ "params": {
197
+ "currencies": [
198
+ "ethereum",
199
+ "bsc"
200
+ ]
412
201
  }
413
202
  },
414
- "permissions": [],
415
- "domains": ["https://*"]
416
- },
417
- {
418
- "id": "mercuryo",
419
- "name": "Mercuryo",
420
- "url": "https://exchange.mercuryo.io/?widget_id=13806834-fd92-460c-b8a4-14b58a09b2a6&fix_currency=true&ledger=true&type=buy&hide_address=true",
421
- "homepageUrl": "https://www.mercuryo.io/",
422
- "icon": "https://cdn.live.ledger.com/icons/platform/mercuryo.png",
423
- "platform": "all",
424
- "apiVersion": "0.0.1",
425
- "manifestVersion": "1",
426
- "branch": "stable",
427
- "categories": ["buy", "sell"],
428
- "currencies": [
429
- "bitcoin",
430
- "ethereum",
431
- "algorand",
432
- "bitcoin cash",
433
- "binance coin",
434
- "tron",
435
- "tether"
436
- ],
437
- "content": {
438
- "shortDescription": {
439
- "en": "Buy and sell crypto in a heartbeat."
440
- },
441
- "description": {
442
- "en": "Mercuryo widget allows you to seamlessly buy crypto, supporting dozens of local payment methods and currencies. Liquidity, chargebacks, support, anti-fraud, and KYC checks included."
203
+ {
204
+ "method": "account.request",
205
+ "params": {
206
+ "currencies": [
207
+ "ethereum",
208
+ "bsc"
209
+ ]
443
210
  }
444
211
  },
445
- "permissions": [],
446
- "domains": []
447
- },
448
- {
449
- "id": "wyre_buy",
450
- "name": "Wyre",
451
- "url": "https://platform.apps.ledger.com/app/wyre",
452
- "homepageUrl": "https://www.sendwyre.com/",
453
- "icon": "https://cdn.live.ledger.com/icons/platform/wyre.png",
454
- "platform": "all",
455
- "apiVersion": "0.0.1",
456
- "manifestVersion": "1",
457
- "branch": "stable",
458
- "categories": ["exchange", "buy"],
459
- "currencies": ["ethereum", "bitcoin", "algorand"],
460
- "content": {
461
- "shortDescription": {
462
- "en": "Purchase Bitcoin, Ethereum and more crypto with Wyre, only available to our US customers."
463
- },
464
- "description": {
465
- "en": "Purchase Bitcoin, Ethereum and more crypto with Wyre, only available to our US customers."
212
+ {
213
+ "method": "transaction.sign",
214
+ "params": {
215
+ "nanoApp": [
216
+ "paraswap"
217
+ ]
466
218
  }
467
219
  },
468
- "permissions": [
220
+ {
221
+ "method": "transaction.broadcast"
222
+ }
223
+ ],
224
+ "domains": [
225
+ "https://*"
226
+ ]
227
+ },
228
+ {
229
+ "id": "paraswap v5",
230
+ "name": "ParaSwap v5",
231
+ "url": "https://dapp-browser.apps.ledger.com/?params=%7B%22dappUrl%22%3A%22https%3A%2F%2Fv5.paraswap.io%2Fledger-live%22%2C%22nanoApp%22%3A%22Paraswap%22%2C%22dappName%22%3A%22ParaSwap%22%2C%22networks%22%3A%5B%7B%22currency%22%3A%22ethereum%22%2C%22chainID%22%3A1%2C%22nodeURL%22%3A%22wss%3A%2F%2Feth-mainnet.ws.alchemyapi.io%2Fv2%2F0fyudoTG94QWC0tEtfJViM9v2ZXJuij2%22%7D%2C%7B%22currency%22%3A%22bsc%22%2C%22chainID%22%3A56%2C%22nodeURL%22%3A%22https%3A%2F%2Fbsc-dataseed.binance.org%2F%22%7D%2C%7B%22currency%22%3A%20%22polygon%22%2C%22chainID%22%3A%20137%2C%22nodeURL%22%3A%20%22https%3A%2F%2Fpolygon-mainnet.g.alchemy.com%2Fv2%2FoPIxZM7kXsPVVY1Sk0kOQwkoIOpSu8PE%22%7D%5D%7D",
232
+ "params": {
233
+ "dappUrl": "https://v5.paraswap.io/?referrer=ledger2&embed=true&enableStaking=false&displayMenu=false",
234
+ "nanoApp": "Paraswap",
235
+ "dappName": "ParaSwap",
236
+ "networks": [
469
237
  {
470
- "method": "account.request",
471
- "params": {
472
- "currencies": ["ethereum", "bitcoin", "algorand"]
473
- }
474
- }
475
- ],
476
- "domains": ["https://*"]
477
- },
478
- {
479
- "id": "zerion",
480
- "name": "Zerion",
481
- "url": "https://dapp-browser.apps.ledger.com/?params=%7B%22dappUrl%22%3A%22https%3A%2F%2Fapp.zerion.io%2F%3Fembed%3Dledgerdappbrowser%22%2C%22nanoApp%22%3A%22Paraswap%22%2C%22dappName%22%3A%22Zerion%22%2C%22networks%22%3A%5B%7B%22currency%22%3A%22ethereum%22%2C%22chainID%22%3A1%2C%22nodeURL%22%3A%22wss%3A%2F%2Feth-mainnet.ws.alchemyapi.io%2Fv2%2F0fyudoTG94QWC0tEtfJViM9v2ZXJuij2%22%7D%5D%7D",
482
- "params": {
483
- "dappUrl": "https://app.zerion.io/?embed=ledgerdappbrowser",
484
- "nanoApp": "Paraswap",
485
- "dappName": "Zerion",
486
- "networks": [
487
- {
488
- "currency": "ethereum",
489
- "chainID": 1,
490
- "nodeURL": "wss://eth-mainnet.ws.alchemyapi.io/v2/0fyudoTG94QWC0tEtfJViM9v2ZXJuij2"
491
- }
492
- ]
493
- },
494
- "homepageUrl": "https://zerion.io/",
495
- "icon": "https://cdn.live.ledger.com/icons/platform/zerion.png",
496
- "platform": "all",
497
- "apiVersion": "0.0.1",
498
- "manifestVersion": "1",
499
- "branch": "stable",
500
- "categories": ["portfolio", "defi"],
501
- "currencies": ["ethereum"],
502
- "content": {
503
- "shortDescription": {
504
- "en": "The smart way to manage your DeFi portfolio."
238
+ "currency": "ethereum",
239
+ "chainID": 1,
240
+ "nodeURL": "wss://eth-mainnet.ws.alchemyapi.io/v2/0fyudoTG94QWC0tEtfJViM9v2ZXJuij2"
505
241
  },
506
- "description": {
507
- "en": "The smart way to manage your DeFi portfolio."
508
- }
509
- },
510
- "permissions": [],
511
- "domains": ["https://*"]
512
- },
513
- {
514
- "id": "rainbow",
515
- "name": "Rainbow.me",
516
- "url": "https://platform.apps.ledger.com/app/web-browser?url=https%3A%2F%2Frainbow.me%2F%7Baccount.address%7D&currencies=ethereum&webAppName=Rainbow.me",
517
- "homepageUrl": "https://rainbow.me",
518
- "icon": "https://cdn.live.ledger.com/icons/platform/rainbow.png",
519
- "platform": "all",
520
- "apiVersion": "0.0.1",
521
- "manifestVersion": "1",
522
- "branch": "stable",
523
- "categories": ["nft"],
524
- "currencies": ["ethereum"],
525
- "content": {
526
- "shortDescription": {
527
- "en": "An easy way to visualize the NFT secured by your hardware wallet."
242
+ {
243
+ "currency": "bsc",
244
+ "chainID": 56,
245
+ "nodeURL": "https://bsc-dataseed.binance.org/"
528
246
  },
529
- "description": {
530
- "en": "An easy way to visualize the NFT secured by your hardware wallet."
247
+ {
248
+ "currency": "polygon",
249
+ "chainID": 137,
250
+ "nodeURL": "https://polygon-mainnet.g.alchemy.com/v2/oPIxZM7kXsPVVY1Sk0kOQwkoIOpSu8PE"
531
251
  }
252
+ ]
253
+ },
254
+ "homepageUrl": "https://paraswap.io",
255
+ "supportUrl": "https://paraswap.io",
256
+ "icon": "https://cdn.live.ledger.com/icons/platform/paraswap.png",
257
+ "platform": "all",
258
+ "apiVersion": "0.0.1",
259
+ "manifestVersion": "1",
260
+ "branch": "experimental",
261
+ "categories": [
262
+ "swap",
263
+ "defi"
264
+ ],
265
+ "currencies": [
266
+ "ethereum",
267
+ "bsc"
268
+ ],
269
+ "content": {
270
+ "shortDescription": {
271
+ "en": "Swap your crypto with ParaSwap that aggregates and provides the best quotes decentralised exchanges."
532
272
  },
533
- "permissions": [],
534
- "domains": ["https://*"]
535
- },
536
- {
537
- "id": "poap",
538
- "name": "POAP",
539
- "url": "https://platform.apps.ledger.com/app/web-browser?url=https%3A%2F%2Fapp.poap.xyz%2Fscan%2F%7Baccount.address%7D&currencies=ethereum&webAppName=Poap",
540
- "homepageUrl": "https://app.poap.xyz/",
541
- "icon": "https://cdn.live.ledger.com/icons/platform/poap.png",
542
- "platform": "all",
543
- "apiVersion": "0.0.1",
544
- "manifestVersion": "1",
545
- "branch": "stable",
546
- "categories": ["nft", "defi"],
547
- "currencies": ["ethereum"],
548
- "content": {
549
- "shortDescription": {
550
- "en": "Proof of Attendance Protocol"
551
- },
552
- "description": {
553
- "en": "The Proof of attendance protocol (POAP) reminds you of the cool places you’ve been to."
273
+ "description": {
274
+ "en": "Swap your crypto with ParaSwap that aggregates and provides the best quotes decentralised exchanges."
275
+ }
276
+ },
277
+ "permissions": [
278
+ {
279
+ "method": "account.list",
280
+ "params": {
281
+ "currencies": [
282
+ "ethereum",
283
+ "bsc"
284
+ ]
554
285
  }
555
286
  },
556
- "permissions": [],
557
- "domains": ["https://*"]
558
- },
559
- {
560
- "id": "aave",
561
- "name": "Aave",
562
- "url": "",
563
- "homepageUrl": "https://aave.com/",
564
- "icon": "https://cdn.live.ledger.com/icons/platform/aave.png",
565
- "platform": "all",
566
- "apiVersion": "0.0.1",
567
- "manifestVersion": "1",
568
- "branch": "soon",
569
- "categories": ["lend"],
570
- "currencies": ["ethereum"],
571
- "content": {
572
- "shortDescription": {
573
- "en": "Lend or Borrow your crypto through a liquidity market protocol and stay in control of your funds."
574
- },
575
- "description": {
576
- "en": "Lend or Borrow your crypto through a liquidity market protocol and stay in control of your funds."
287
+ {
288
+ "method": "account.request",
289
+ "params": {
290
+ "currencies": [
291
+ "ethereum",
292
+ "bsc"
293
+ ]
577
294
  }
578
295
  },
579
- "permissions": [],
580
- "domains": []
581
- },
582
- {
583
- "id": "compound",
584
- "name": "Compound",
585
- "url": "",
586
- "homepageUrl": "https://compound.finance/",
587
- "icon": "https://cdn.live.ledger.com/icons/platform/compound.png",
588
- "platform": "all",
589
- "apiVersion": "0.0.1",
590
- "manifestVersion": "1",
591
- "branch": "soon",
592
- "categories": ["lend", "compound"],
593
- "currencies": ["ethereum"],
594
- "content": {
595
- "shortDescription": {
596
- "en": "Lend or Borrow your crypto via a completely decentralized and open-source protocol."
597
- },
598
- "description": {
599
- "en": "Lend or Borrow your crypto via a completely decentralized and open-source protocol."
296
+ {
297
+ "method": "transaction.sign",
298
+ "params": {
299
+ "nanoApp": [
300
+ "paraswap"
301
+ ]
600
302
  }
601
303
  },
602
- "permissions": [],
603
- "domains": []
604
- },
605
- {
606
- "id": "alkemi",
607
- "name": "Alkemi",
608
- "url": "",
609
- "homepageUrl": "https://alkemi.network/",
610
- "icon": "https://cdn.live.ledger.com/icons/platform/alkemi.png",
611
- "platform": "all",
612
- "apiVersion": "0.0.1",
613
- "manifestVersion": "1",
614
- "branch": "soon",
615
- "categories": ["lend"],
616
- "currencies": ["ethereum"],
617
- "content": {
618
- "shortDescription": {
619
- "en": "Earn high yields on your assets with our professional DeFi borrowing and lending platform."
620
- },
621
- "description": {
622
- "en": "Earn high yields on your assets with our professional DeFi borrowing and lending platform."
304
+ {
305
+ "method": "transaction.broadcast"
306
+ }
307
+ ],
308
+ "domains": [
309
+ "https://*"
310
+ ]
311
+ },
312
+ {
313
+ "id": "lido",
314
+ "name": "Lido",
315
+ "url": "https://dapp-browser.apps.ledger.com/?params=%7B%22dappUrl%22%3A%22https%3A%2F%2Fstake.lido.fi%2F%3Fref%3D0x558247e365be655f9144e1a0140D793984372Ef3%26embed%3Dtrue%22%2C%22nanoApp%22%3A%22Lido%22%2C%22dappName%22%3A%22Lido%22%2C%22networks%22%3A%5B%7B%22currency%22%3A%22ethereum%22%2C%22chainID%22%3A1%2C%22nodeURL%22%3A%22wss%3A%2F%2Feth-mainnet.ws.alchemyapi.io%2Fv2%2F0fyudoTG94QWC0tEtfJViM9v2ZXJuij2%22%7D%5D%7D",
316
+ "params": {
317
+ "dappUrl": "https://stake.lido.fi/?ref=0x558247e365be655f9144e1a0140D793984372Ef3&embed=true",
318
+ "nanoApp": "Lido",
319
+ "dappName": "Lido",
320
+ "networks": [
321
+ {
322
+ "currency": "ethereum",
323
+ "chainID": 1,
324
+ "nodeURL": "wss://eth-mainnet.ws.alchemyapi.io/v2/0fyudoTG94QWC0tEtfJViM9v2ZXJuij2"
623
325
  }
326
+ ]
327
+ },
328
+ "homepageUrl": "https://lido.fi/",
329
+ "icon": "https://cdn.live.ledger.com/icons/platform/lido.png",
330
+ "platform": "all",
331
+ "apiVersion": "0.0.1",
332
+ "manifestVersion": "1",
333
+ "branch": "stable",
334
+ "categories": [
335
+ "staking",
336
+ "defi"
337
+ ],
338
+ "currencies": [
339
+ "ethereum"
340
+ ],
341
+ "content": {
342
+ "shortDescription": {
343
+ "en": "Stake your ETH with Lido to earn daily staking rewards."
624
344
  },
625
- "permissions": [],
626
- "domains": []
627
- },
628
- {
629
- "id": "deversifi",
630
- "name": "DeversiFi",
631
- "url": "",
632
- "homepageUrl": "https://www.deversifi.com/",
633
- "icon": "https://cdn.live.ledger.com/icons/platform/deversifi.png",
634
- "platform": "all",
635
- "apiVersion": "0.0.1",
636
- "manifestVersion": "1",
637
- "branch": "soon",
638
- "categories": ["dex"],
639
- "currencies": ["ethereum"],
640
- "content": {
641
- "shortDescription": {
642
- "en": "Trade through a self-custody decentralized exchange on Ethereum layer-2."
345
+ "description": {
346
+ "en": "Stake your ETH with Lido to earn daily staking rewards."
347
+ }
348
+ },
349
+ "permissions": [],
350
+ "domains": [
351
+ "https://*"
352
+ ]
353
+ },
354
+ {
355
+ "id": "1inch",
356
+ "name": "1inch",
357
+ "url": "https://dapp-browser.apps.ledger.com/?params=%7B%22dappUrl%22%3A%22https%3A%2F%2Fapp.1inch.io%2F%3FledgerLive%3Dtrue%22%2C%22nanoApp%22%3A%221inch%22%2C%22dappName%22%3A%221inch%22%2C%22networks%22%3A%5B%7B%22currency%22%3A%22ethereum%22%2C%22chainID%22%3A1%2C%22nodeURL%22%3A%22wss%3A%2F%2Feth-mainnet.ws.alchemyapi.io%2Fv2%2F0fyudoTG94QWC0tEtfJViM9v2ZXJuij2%22%7D%2C%7B%22currency%22%3A%22bsc%22%2C%22chainID%22%3A56%2C%22nodeURL%22%3A%22https%3A%2F%2Fbsc-dataseed.binance.org%2F%22%7D%2C%7B%22currency%22%3A%20%22polygon%22%2C%22chainID%22%3A%20137%2C%22nodeURL%22%3A%20%22https%3A%2F%2Fpolygon-mainnet.g.alchemy.com%2Fv2%2FoPIxZM7kXsPVVY1Sk0kOQwkoIOpSu8PE%22%7D%5D%7D",
358
+ "params": {
359
+ "dappUrl": "https://app.1inch.io/?ledgerLive=true",
360
+ "nanoApp": "1inch",
361
+ "dappName": "1inch",
362
+ "networks": [
363
+ {
364
+ "currency": "ethereum",
365
+ "chainID": 1,
366
+ "nodeURL": "wss://eth-mainnet.ws.alchemyapi.io/v2/0fyudoTG94QWC0tEtfJViM9v2ZXJuij2"
643
367
  },
644
- "description": {
645
- "en": "Trade through a self-custody decentralized exchange on Ethereum layer-2."
646
- }
647
- },
648
- "permissions": [],
649
- "domains": []
650
- },
651
- {
652
- "id": "yearn",
653
- "name": "Yearn",
654
- "url": "https://dapp-browser.apps.ledger.com",
655
- "params": {
656
- "dappUrl": "https://beta.yearn.finance?embed=true",
657
- "nanoApp": "Yearn",
658
- "dappName": "Yearn",
659
- "networks": [
660
- {
661
- "currency": "ethereum",
662
- "chainID": 1,
663
- "nodeURL": "wss://eth-mainnet.ws.alchemyapi.io/v2/0fyudoTG94QWC0tEtfJViM9v2ZXJuij2"
664
- }
665
- ]
666
- },
667
- "homepageUrl": "https://beta.yearn.finance",
668
- "icon": "https://cdn.live.ledger.com/icons/platform/yearn.png",
669
- "platform": "all",
670
- "apiVersion": "0.0.1",
671
- "manifestVersion": "1",
672
- "branch": "experimental",
673
- "categories": ["staking", "defi"],
674
- "currencies": ["ethereum"],
675
- "content": {
676
- "shortDescription": {
677
- "en": "Generate yield automatically with Yearn products"
368
+ {
369
+ "currency": "bsc",
370
+ "chainID": 56,
371
+ "nodeURL": "https://bsc-dataseed.binance.org/"
678
372
  },
679
- "description": {
680
- "en": "Generate yield automatically with Yearn products"
373
+ {
374
+ "currency": "polygon",
375
+ "chainID": 137,
376
+ "nodeURL": "https://polygon-mainnet.g.alchemy.com/v2/oPIxZM7kXsPVVY1Sk0kOQwkoIOpSu8PE"
681
377
  }
682
- },
683
- "permissions": [],
684
- "domains": ["https://*"]
378
+ ]
685
379
  },
686
- {
687
- "id": "changenow",
688
- "name": "ChangeNOW",
689
- "url": "https://changenow.io/ledger",
690
- "homepageUrl": "https://changenow.io/",
691
- "icon": "https://content-api.changenow.io/uploads/changenow_3fec68652e.png",
380
+ "homepageUrl": "https://1inch.io/",
381
+ "icon": "https://cdn.live.ledger.com/icons/platform/1inch.png",
692
382
  "platform": "all",
693
383
  "apiVersion": "0.0.1",
694
384
  "manifestVersion": "1",
695
- "branch": "experimental",
696
- "categories": ["swap"],
385
+ "branch": "stable",
386
+ "categories": [
387
+ "swap",
388
+ "defi"
389
+ ],
697
390
  "currencies": [
698
- "bitcoin",
699
391
  "ethereum"
700
392
  ],
701
393
  "content": {
702
394
  "shortDescription": {
703
- "en": "Exchange 300+ coins and tokens free of limits",
704
- "fr": "Échangez plus de 300 pièces et jetons sans limites",
705
- "es": "Intercambia más de 300 monedas y tokens sin límites",
706
- "ru": "Обменивайте 300+ монет и токенов без ограничений",
707
- "zh": "无限制地兑换 300 多个硬币和代币",
708
- "de": "Tauschen Sie über 300 Münzen und Token ohne Limits ein",
709
- "tr": "300'den fazla jeton ve jetonu sınırsız olarak değiştirin",
710
- "jp": "300以上のコインとトークンを制限なしで交換します",
711
- "kr": "300개 이상의 코인과 토큰을 무제한으로 교환"
395
+ "en": "Exchange crypto via a Defi/DEX aggregator on Ethereum mainnet, BSC or Polygon"
712
396
  },
713
397
  "description": {
714
- "en": "ChangeNOW is a limitless crypto exchange and processing service offering fast crypto swaps with no hidden fees. It supports a wide range of assets including over 300 cryptocurrencies. The transactions start from $2, have no upper limit, and take about 5 minutes to complete.",
715
- "fr": "ChangeNOW est un service d’échange et de traitement de crypto-monnaies illimité offrant des échanges de crypto-monnaies rapides sans frais cachés. Il prend en charge un large éventail d’actifs, notamment plus de 300 devises cryptographiques. Les transactions commencent à partir de 2 $, n’ont pas de limite supérieure et prennent environ 5 minutes.",
716
- "es": "ChangeNOW es un servicio ilimitado de procesamiento y intercambio de cifrado que ofrece intercambios de cifrado rápidos sin tarifas ocultas. Admite una amplia gama de activos que incluyen más de 300 criptomonedas y más. Las transacciones comienzan desde $ 2 dólares, no tienen límite superior y tardan unos 5 minutos en completarse.",
717
- "ru": "ChangeNOW - это безграничный сервис обмена и обработки криптовалют, предлагающий быстрые обмены криптовалют без скрытых комиссий. Он поддерживает широкий спектр активов из более чем более 300 криптовалют. Транзакции начинаются с 2 долларов, не имеют верхнего предела и занимают около 5 минут.",
718
- "zh": "ChangeNOW 是一种无限的加密交换和处理服务,提供快速的加密交换,没有隐藏费用。 它支持广泛的资产,包括 300 多种加密货币。 交易从 2 美元起,没有上限,大约需要 5 分钟才能完成。",
719
- "de": "ChangeNOW ist ein grenzenloser Krypto-Austausch- und Verarbeitungsservice, der schnelle Krypto-Swaps ohne versteckte Gebühren anbietet. Es unterstützt eine breite Palette von über 300 Kryptowährungen. Die Transaktionen beginnen bei 2 $, haben keine Obergrenze und dauern etwa 5 Minuten.",
720
- "tr": "ChangeNOW, gizli ücretler olmadan hızlı kripto takasları sunan sınırsız bir kripto değişimi ve işleme hizmetidir. 300'den fazla kripto para birimi dahil olmak üzere çok çeşitli varlıkları destekler. İşlemler 2 dolardan başlar, üst limiti yoktur ve tamamlanması yaklaşık 5 dakika sürer.",
721
- "jp": "ChangeNOWは、隠れた料金なしで高速暗号スワップを提供する無制限の暗号交換および処理サービスです。 300以上の暗号通貨を含む幅広い資産をサポートします。 トランザクションは$ 2から始まり、上限はなく、完了するまでに約5分かかります。",
722
- "kr": "ChangeNOW는 숨겨진 수수료 없이 빠른 암호화 스왑을 제공하는 무제한 암호화 교환 및 처리 서비스입니다. 300개 이상의 암호화폐를 포함한 광범위한 자산을 지원합니다. 거래는 $2부터 시작하며 상한선이 없으며 완료하는 데 약 5분이 걸립니다."
398
+ "en": "Exchange crypto via a Defi/DEX aggregator on Ethereum mainnet, BSC or Polygon"
723
399
  }
724
400
  },
725
- "permissions": [
726
- {
727
- "method": "*"
728
- }
401
+ "permissions": [],
402
+ "domains": [
403
+ "https://*"
404
+ ]
405
+ },
406
+ {
407
+ "id": "btcdirect",
408
+ "name": "BTC Direct",
409
+ "url": "https://ledger.btcdirect.eu/",
410
+ "homepageUrl": "https://btcdirect.eu/",
411
+ "icon": "https://cdn.live.ledger.com/icons/platform/btcdirect.png",
412
+ "platform": "all",
413
+ "apiVersion": "0.0.1",
414
+ "manifestVersion": "1",
415
+ "branch": "stable",
416
+ "categories": [
417
+ "buy"
729
418
  ],
730
- "domains": ["https://*"]
731
- },
732
- {
733
- "id": "mercuryo",
734
- "name": "Mercuryo",
735
- "url": "https://exchange.mercuryo.io/?widget_id=13806834-fd92-460c-b8a4-14b58a09b2a6&fix_currency=true&ledger=true&type=buy&hide_address=true",
736
- "homepageUrl": "https://www.mercuryo.io/",
737
- "icon": "https://inlnk.ru/84PnYo",
738
- "platform": "all",
739
- "apiVersion": "0.0.1",
740
- "manifestVersion": "1",
741
- "branch": "experimental",
742
- "categories": ["buy", "sell"],
743
- "currencies": [
744
- "bitcoin",
745
- "ethereum",
746
- "algorand",
747
- "bitcoin cash",
748
- "binance coin",
749
- "tron",
750
- "tether"
751
- ],
752
- "content": {
753
- "shortDescription": {
754
- "en": "Buy and sell crypto in a heartbeat."
755
- },
756
- "description": {
757
- "en": "Mercuryo widget allows you to seamlessly buy and sell crypto, supporting dozens of local payment methods and currencies. Liquidity, chargebacks, support, anti-fraud, and KYC checks included."
758
- }
759
- },
760
- "permissions": [],
761
- "domains": []
762
- },
763
- {
764
- "id": "transak",
765
- "name": "Transak",
766
- "url": "https://global.transak.com?apiKey=e95c1914-e525-4d85-870e-0e7297baedf9&isFeeCalculationHidden=true",
767
- "homepageUrl": "https://transak.com",
768
- "icon": "https://d1wvnwyfte65eg.cloudfront.net/logo_main.png",
769
- "platform": "all",
770
- "apiVersion": "0.0.1",
771
- "manifestVersion": "1",
772
- "branch": "experimental",
773
- "categories": ["tools"],
774
- "currencies": [
775
- "bitcoin",
776
- "ethereum",
777
- "algorand",
778
- "ripple",
779
- "cosmos",
780
- "tezos",
781
- "polkadot",
782
- "stellar",
783
- "tron"
784
- ],
785
- "content": {
786
- "shortDescription": {
787
- "en": "Buy 80+ different cryptocurrencies easily by card or bank transfer. Transak accepts over 45 fiat currencies from 115 countries and territories."
788
- },
789
- "description": {
790
- "en": "Buy 80+ different cryptocurrencies easily by card or bank transfer. Transak accepts over 45 fiat currencies from 115 countries and territories."
791
- }
792
- },
793
- "permissions": [
794
- {
795
- "method": "*"
796
- }
797
- ],
798
- "domains": ["https://*"]
799
- },
800
- {
801
- "id": "debug",
802
- "name": "Debugger",
803
- "url": "https://debug.apps.ledger.com/",
804
- "homepageUrl": "https://developers.ledger.com/",
805
- "icon": "https://cdn.live.ledger.com/icons/platform/debugger.png",
806
- "platform": "all",
807
- "apiVersion": "0.0.1",
808
- "manifestVersion": "1",
809
- "branch": "debug",
810
- "categories": ["tools"],
811
- "currencies": "*",
812
- "content": {
813
- "shortDescription": {
814
- "en": "Try out the Ledger Live API to test capabilities of our platform integration solution. Use at your own risk."
815
- },
816
- "description": {
817
- "en": "Try out the Ledger Live API to test capabilities of our platform integration solution. Use at your own risk."
818
- }
419
+ "currencies": [
420
+ "bitcoin",
421
+ "bitcoin_cash",
422
+ "ethereum",
423
+ "litecoin",
424
+ "ripple"
425
+ ],
426
+ "content": {
427
+ "shortDescription": {
428
+ "en": "Buy crypto easily and quickly from your Ledger Live via BTC Direct."
819
429
  },
820
- "permissions": [
821
- {
822
- "method": "*"
823
- }
824
- ],
825
- "domains": ["https://*"]
826
- }
827
- ]
430
+ "description": {
431
+ "en": "Buy crypto easily and quickly from your Ledger Live via BTC Direct."
432
+ }
433
+ },
434
+ "permissions": [],
435
+ "domains": [
436
+ "https://*"
437
+ ]
438
+ },
439
+ {
440
+ "id": "banxa",
441
+ "name": "Banxa",
442
+ "url": "https://ledger.banxa.com/",
443
+ "homepageUrl": "https://banxa.com/",
444
+ "icon": "https://cdn.live.ledger.com/icons/platform/banxa.png",
445
+ "platform": "desktop",
446
+ "apiVersion": "0.0.1",
447
+ "manifestVersion": "1",
448
+ "branch": "stable",
449
+ "categories": [
450
+ "buy"
451
+ ],
452
+ "currencies": [
453
+ "ethereum",
454
+ "bitcoin",
455
+ "litecoin",
456
+ "ripple",
457
+ "tether"
458
+ ],
459
+ "content": {
460
+ "shortDescription": {
461
+ "en": "Banxa supports the widest choice of payment options locally and globally, enabling people to purchase crypto"
462
+ },
463
+ "description": {
464
+ "en": "Banxa supports the widest choice of payment options locally and globally, enabling people to purchase crypto"
465
+ }
466
+ },
467
+ "permissions": [],
468
+ "domains": [
469
+ "https://*"
470
+ ]
471
+ },
472
+ {
473
+ "id": "bitrefill",
474
+ "name": "Bitrefill",
475
+ "url": "https://embed.bitrefill.com/buy/?utm_source=ledger_live&paymentMethods=bitcoin,ethereum,litecoin,dogecoin&ref=ftbYHzmt",
476
+ "homepageUrl": "https://bitrefill.com",
477
+ "icon": "https://cdn.live.ledger.com/icons/platform/bitrefill.png",
478
+ "platform": "desktop",
479
+ "apiVersion": "0.0.1",
480
+ "manifestVersion": "1",
481
+ "branch": "stable",
482
+ "categories": [
483
+ "gift cards"
484
+ ],
485
+ "currencies": [
486
+ "bitcoin",
487
+ "ethereum"
488
+ ],
489
+ "content": {
490
+ "shortDescription": {
491
+ "en": "Buy gift cards and top up airtime"
492
+ },
493
+ "description": {
494
+ "en": "Buy gift cards and top up airtime with Bitcoin and Ethereum"
495
+ }
496
+ },
497
+ "permissions": [],
498
+ "domains": [
499
+ "https://*"
500
+ ]
501
+ },
502
+ {
503
+ "id": "mercuryo",
504
+ "name": "Mercuryo",
505
+ "url": "https://exchange.mercuryo.io/?widget_id=13806834-fd92-460c-b8a4-14b58a09b2a6&fix_currency=true&ledger=true&type=buy&hide_address=true",
506
+ "homepageUrl": "https://www.mercuryo.io/",
507
+ "icon": "https://cdn.live.ledger.com/icons/platform/mercuryo.png",
508
+ "platform": "all",
509
+ "apiVersion": "0.0.1",
510
+ "manifestVersion": "1",
511
+ "branch": "stable",
512
+ "categories": [
513
+ "buy",
514
+ "sell"
515
+ ],
516
+ "currencies": [
517
+ "bitcoin",
518
+ "ethereum",
519
+ "algorand",
520
+ "bitcoin cash",
521
+ "binance coin",
522
+ "tron",
523
+ "tether"
524
+ ],
525
+ "content": {
526
+ "shortDescription": {
527
+ "en": "Buy and sell crypto in a heartbeat."
528
+ },
529
+ "description": {
530
+ "en": "Mercuryo widget allows you to seamlessly buy crypto, supporting dozens of local payment methods and currencies. Liquidity, chargebacks, support, anti-fraud, and KYC checks included."
531
+ }
532
+ },
533
+ "permissions": [],
534
+ "domains": []
535
+ },
536
+ {
537
+ "id": "wyre_buy",
538
+ "name": "Wyre",
539
+ "url": "https://platform.apps.ledger.com/app/wyre",
540
+ "homepageUrl": "https://www.sendwyre.com/",
541
+ "icon": "https://cdn.live.ledger.com/icons/platform/wyre.png",
542
+ "platform": "all",
543
+ "apiVersion": "0.0.1",
544
+ "manifestVersion": "1",
545
+ "branch": "stable",
546
+ "categories": [
547
+ "exchange",
548
+ "buy"
549
+ ],
550
+ "currencies": [
551
+ "ethereum",
552
+ "bitcoin",
553
+ "algorand"
554
+ ],
555
+ "content": {
556
+ "shortDescription": {
557
+ "en": "Purchase Bitcoin, Ethereum and more crypto with Wyre, only available to our US customers."
558
+ },
559
+ "description": {
560
+ "en": "Purchase Bitcoin, Ethereum and more crypto with Wyre, only available to our US customers."
561
+ }
562
+ },
563
+ "permissions": [
564
+ {
565
+ "method": "account.request",
566
+ "params": {
567
+ "currencies": [
568
+ "ethereum",
569
+ "bitcoin",
570
+ "algorand"
571
+ ]
572
+ }
573
+ }
574
+ ],
575
+ "domains": [
576
+ "https://*"
577
+ ]
578
+ },
579
+ {
580
+ "id": "zerion",
581
+ "name": "Zerion",
582
+ "url": "https://dapp-browser.apps.ledger.com/?params=%7B%22dappUrl%22%3A%22https%3A%2F%2Fapp.zerion.io%2F%3Fembed%3Dledgerdappbrowser%22%2C%22nanoApp%22%3A%22Paraswap%22%2C%22dappName%22%3A%22Zerion%22%2C%22networks%22%3A%5B%7B%22currency%22%3A%22ethereum%22%2C%22chainID%22%3A1%2C%22nodeURL%22%3A%22wss%3A%2F%2Feth-mainnet.ws.alchemyapi.io%2Fv2%2F0fyudoTG94QWC0tEtfJViM9v2ZXJuij2%22%7D%5D%7D",
583
+ "params": {
584
+ "dappUrl": "https://app.zerion.io/?embed=ledgerdappbrowser",
585
+ "nanoApp": "Paraswap",
586
+ "dappName": "Zerion",
587
+ "networks": [
588
+ {
589
+ "currency": "ethereum",
590
+ "chainID": 1,
591
+ "nodeURL": "wss://eth-mainnet.ws.alchemyapi.io/v2/0fyudoTG94QWC0tEtfJViM9v2ZXJuij2"
592
+ }
593
+ ]
594
+ },
595
+ "homepageUrl": "https://zerion.io/",
596
+ "icon": "https://cdn.live.ledger.com/icons/platform/zerion.png",
597
+ "platform": "all",
598
+ "apiVersion": "0.0.1",
599
+ "manifestVersion": "1",
600
+ "branch": "stable",
601
+ "categories": [
602
+ "portfolio",
603
+ "defi"
604
+ ],
605
+ "currencies": [
606
+ "ethereum"
607
+ ],
608
+ "content": {
609
+ "shortDescription": {
610
+ "en": "The smart way to manage your DeFi portfolio."
611
+ },
612
+ "description": {
613
+ "en": "The smart way to manage your DeFi portfolio."
614
+ }
615
+ },
616
+ "permissions": [],
617
+ "domains": [
618
+ "https://*"
619
+ ]
620
+ },
621
+ {
622
+ "id": "rainbow",
623
+ "name": "Rainbow.me",
624
+ "url": "https://platform.apps.ledger.com/app/web-browser?url=https%3A%2F%2Frainbow.me%2F%7Baccount.address%7D&currencies=ethereum&webAppName=Rainbow.me",
625
+ "homepageUrl": "https://rainbow.me",
626
+ "icon": "https://cdn.live.ledger.com/icons/platform/rainbow.png",
627
+ "platform": "all",
628
+ "apiVersion": "0.0.1",
629
+ "manifestVersion": "1",
630
+ "branch": "stable",
631
+ "categories": [
632
+ "nft"
633
+ ],
634
+ "currencies": [
635
+ "ethereum"
636
+ ],
637
+ "content": {
638
+ "shortDescription": {
639
+ "en": "An easy way to visualize the NFT secured by your hardware wallet."
640
+ },
641
+ "description": {
642
+ "en": "An easy way to visualize the NFT secured by your hardware wallet."
643
+ }
644
+ },
645
+ "permissions": [],
646
+ "domains": [
647
+ "https://*"
648
+ ]
649
+ },
650
+ {
651
+ "id": "poap",
652
+ "name": "POAP",
653
+ "url": "https://platform.apps.ledger.com/app/web-browser?url=https%3A%2F%2Fapp.poap.xyz%2Fscan%2F%7Baccount.address%7D&currencies=ethereum&webAppName=Poap",
654
+ "homepageUrl": "https://app.poap.xyz/",
655
+ "icon": "https://cdn.live.ledger.com/icons/platform/poap.png",
656
+ "platform": "all",
657
+ "apiVersion": "0.0.1",
658
+ "manifestVersion": "1",
659
+ "branch": "stable",
660
+ "categories": [
661
+ "nft",
662
+ "defi"
663
+ ],
664
+ "currencies": [
665
+ "ethereum"
666
+ ],
667
+ "content": {
668
+ "shortDescription": {
669
+ "en": "Proof of Attendance Protocol"
670
+ },
671
+ "description": {
672
+ "en": "The Proof of attendance protocol (POAP) reminds you of the cool places you’ve been to."
673
+ }
674
+ },
675
+ "permissions": [],
676
+ "domains": [
677
+ "https://*"
678
+ ]
679
+ },
680
+ {
681
+ "id": "aave",
682
+ "name": "Aave",
683
+ "url": "",
684
+ "homepageUrl": "https://aave.com/",
685
+ "icon": "https://cdn.live.ledger.com/icons/platform/aave.png",
686
+ "platform": "all",
687
+ "apiVersion": "0.0.1",
688
+ "manifestVersion": "1",
689
+ "branch": "soon",
690
+ "categories": [
691
+ "lend"
692
+ ],
693
+ "currencies": [
694
+ "ethereum"
695
+ ],
696
+ "content": {
697
+ "shortDescription": {
698
+ "en": "Lend or Borrow your crypto through a liquidity market protocol and stay in control of your funds."
699
+ },
700
+ "description": {
701
+ "en": "Lend or Borrow your crypto through a liquidity market protocol and stay in control of your funds."
702
+ }
703
+ },
704
+ "permissions": [],
705
+ "domains": []
706
+ },
707
+ {
708
+ "id": "compound",
709
+ "name": "Compound",
710
+ "url": "",
711
+ "homepageUrl": "https://compound.finance/",
712
+ "icon": "https://cdn.live.ledger.com/icons/platform/compound.png",
713
+ "platform": "all",
714
+ "apiVersion": "0.0.1",
715
+ "manifestVersion": "1",
716
+ "branch": "soon",
717
+ "categories": [
718
+ "lend",
719
+ "compound"
720
+ ],
721
+ "currencies": [
722
+ "ethereum"
723
+ ],
724
+ "content": {
725
+ "shortDescription": {
726
+ "en": "Lend or Borrow your crypto via a completely decentralized and open-source protocol."
727
+ },
728
+ "description": {
729
+ "en": "Lend or Borrow your crypto via a completely decentralized and open-source protocol."
730
+ }
731
+ },
732
+ "permissions": [],
733
+ "domains": []
734
+ },
735
+ {
736
+ "id": "alkemi",
737
+ "name": "Alkemi",
738
+ "url": "",
739
+ "homepageUrl": "https://alkemi.network/",
740
+ "icon": "https://cdn.live.ledger.com/icons/platform/alkemi.png",
741
+ "platform": "all",
742
+ "apiVersion": "0.0.1",
743
+ "manifestVersion": "1",
744
+ "branch": "soon",
745
+ "categories": [
746
+ "lend"
747
+ ],
748
+ "currencies": [
749
+ "ethereum"
750
+ ],
751
+ "content": {
752
+ "shortDescription": {
753
+ "en": "Earn high yields on your assets with our professional DeFi borrowing and lending platform."
754
+ },
755
+ "description": {
756
+ "en": "Earn high yields on your assets with our professional DeFi borrowing and lending platform."
757
+ }
758
+ },
759
+ "permissions": [],
760
+ "domains": []
761
+ },
762
+ {
763
+ "id": "deversifi",
764
+ "name": "DeversiFi",
765
+ "url": "",
766
+ "homepageUrl": "https://www.deversifi.com/",
767
+ "icon": "https://cdn.live.ledger.com/icons/platform/deversifi.png",
768
+ "platform": "all",
769
+ "apiVersion": "0.0.1",
770
+ "manifestVersion": "1",
771
+ "branch": "soon",
772
+ "categories": [
773
+ "dex"
774
+ ],
775
+ "currencies": [
776
+ "ethereum"
777
+ ],
778
+ "content": {
779
+ "shortDescription": {
780
+ "en": "Trade through a self-custody decentralized exchange on Ethereum layer-2."
781
+ },
782
+ "description": {
783
+ "en": "Trade through a self-custody decentralized exchange on Ethereum layer-2."
784
+ }
785
+ },
786
+ "permissions": [],
787
+ "domains": []
788
+ },
789
+ {
790
+ "id": "yearn",
791
+ "name": "Yearn",
792
+ "url": "https://dapp-browser.apps.ledger.com",
793
+ "params": {
794
+ "dappUrl": "https://beta.yearn.finance?embed=true",
795
+ "nanoApp": "Yearn",
796
+ "dappName": "Yearn",
797
+ "networks": [
798
+ {
799
+ "currency": "ethereum",
800
+ "chainID": 1,
801
+ "nodeURL": "wss://eth-mainnet.ws.alchemyapi.io/v2/0fyudoTG94QWC0tEtfJViM9v2ZXJuij2"
802
+ }
803
+ ]
804
+ },
805
+ "homepageUrl": "https://beta.yearn.finance",
806
+ "icon": "https://cdn.live.ledger.com/icons/platform/yearn.png",
807
+ "platform": "all",
808
+ "apiVersion": "0.0.1",
809
+ "manifestVersion": "1",
810
+ "branch": "experimental",
811
+ "categories": [
812
+ "staking",
813
+ "defi"
814
+ ],
815
+ "currencies": [
816
+ "ethereum"
817
+ ],
818
+ "content": {
819
+ "shortDescription": {
820
+ "en": "Generate yield automatically with Yearn products"
821
+ },
822
+ "description": {
823
+ "en": "Generate yield automatically with Yearn products"
824
+ }
825
+ },
826
+ "permissions": [],
827
+ "domains": [
828
+ "https://*"
829
+ ]
830
+ },
831
+ {
832
+ "id": "changenow",
833
+ "name": "ChangeNOW",
834
+ "url": "https://changenow.io/ledger",
835
+ "homepageUrl": "https://changenow.io/",
836
+ "icon": "https://content-api.changenow.io/uploads/changenow_3fec68652e.png",
837
+ "platform": "all",
838
+ "apiVersion": "0.0.1",
839
+ "manifestVersion": "1",
840
+ "branch": "experimental",
841
+ "categories": [
842
+ "swap"
843
+ ],
844
+ "currencies": [
845
+ "bitcoin",
846
+ "ethereum"
847
+ ],
848
+ "content": {
849
+ "shortDescription": {
850
+ "en": "Exchange 300+ coins and tokens free of limits",
851
+ "fr": "Échangez plus de 300 pièces et jetons sans limites",
852
+ "es": "Intercambia más de 300 monedas y tokens sin límites",
853
+ "ru": "Обменивайте 300+ монет и токенов без ограничений",
854
+ "zh": "无限制地兑换 300 多个硬币和代币",
855
+ "de": "Tauschen Sie über 300 Münzen und Token ohne Limits ein",
856
+ "tr": "300'den fazla jeton ve jetonu sınırsız olarak değiştirin",
857
+ "jp": "300以上のコインとトークンを制限なしで交換します",
858
+ "kr": "300개 이상의 코인과 토큰을 무제한으로 교환"
859
+ },
860
+ "description": {
861
+ "en": "ChangeNOW is a limitless crypto exchange and processing service offering fast crypto swaps with no hidden fees. It supports a wide range of assets including over 300 cryptocurrencies. The transactions start from $2, have no upper limit, and take about 5 minutes to complete.",
862
+ "fr": "ChangeNOW est un service d’échange et de traitement de crypto-monnaies illimité offrant des échanges de crypto-monnaies rapides sans frais cachés. Il prend en charge un large éventail d’actifs, notamment plus de 300 devises cryptographiques. Les transactions commencent à partir de 2 $, n’ont pas de limite supérieure et prennent environ 5 minutes.",
863
+ "es": "ChangeNOW es un servicio ilimitado de procesamiento y intercambio de cifrado que ofrece intercambios de cifrado rápidos sin tarifas ocultas. Admite una amplia gama de activos que incluyen más de 300 criptomonedas y más. Las transacciones comienzan desde $ 2 dólares, no tienen límite superior y tardan unos 5 minutos en completarse.",
864
+ "ru": "ChangeNOW - это безграничный сервис обмена и обработки криптовалют, предлагающий быстрые обмены криптовалют без скрытых комиссий. Он поддерживает широкий спектр активов из более чем более 300 криптовалют. Транзакции начинаются с 2 долларов, не имеют верхнего предела и занимают около 5 минут.",
865
+ "zh": "ChangeNOW 是一种无限的加密交换和处理服务,提供快速的加密交换,没有隐藏费用。 它支持广泛的资产,包括 300 多种加密货币。 交易从 2 美元起,没有上限,大约需要 5 分钟才能完成。",
866
+ "de": "ChangeNOW ist ein grenzenloser Krypto-Austausch- und Verarbeitungsservice, der schnelle Krypto-Swaps ohne versteckte Gebühren anbietet. Es unterstützt eine breite Palette von über 300 Kryptowährungen. Die Transaktionen beginnen bei 2 $, haben keine Obergrenze und dauern etwa 5 Minuten.",
867
+ "tr": "ChangeNOW, gizli ücretler olmadan hızlı kripto takasları sunan sınırsız bir kripto değişimi ve işleme hizmetidir. 300'den fazla kripto para birimi dahil olmak üzere çok çeşitli varlıkları destekler. İşlemler 2 dolardan başlar, üst limiti yoktur ve tamamlanması yaklaşık 5 dakika sürer.",
868
+ "jp": "ChangeNOWは、隠れた料金なしで高速暗号スワップを提供する無制限の暗号交換および処理サービスです。 300以上の暗号通貨を含む幅広い資産をサポートします。 トランザクションは$ 2から始まり、上限はなく、完了するまでに約5分かかります。",
869
+ "kr": "ChangeNOW는 숨겨진 수수료 없이 빠른 암호화 스왑을 제공하는 무제한 암호화 교환 및 처리 서비스입니다. 300개 이상의 암호화폐를 포함한 광범위한 자산을 지원합니다. 거래는 $2부터 시작하며 상한선이 없으며 완료하는 데 약 5분이 걸립니다."
870
+ }
871
+ },
872
+ "permissions": [
873
+ {
874
+ "method": "*"
875
+ }
876
+ ],
877
+ "domains": [
878
+ "https://*"
879
+ ]
880
+ },
881
+ {
882
+ "id": "mercuryo",
883
+ "name": "Mercuryo",
884
+ "url": "https://exchange.mercuryo.io/?widget_id=13806834-fd92-460c-b8a4-14b58a09b2a6&fix_currency=true&ledger=true&type=buy&hide_address=true",
885
+ "homepageUrl": "https://www.mercuryo.io/",
886
+ "icon": "https://inlnk.ru/84PnYo",
887
+ "platform": "all",
888
+ "apiVersion": "0.0.1",
889
+ "manifestVersion": "1",
890
+ "branch": "experimental",
891
+ "categories": [
892
+ "buy",
893
+ "sell"
894
+ ],
895
+ "currencies": [
896
+ "bitcoin",
897
+ "ethereum",
898
+ "algorand",
899
+ "bitcoin cash",
900
+ "binance coin",
901
+ "tron",
902
+ "tether"
903
+ ],
904
+ "content": {
905
+ "shortDescription": {
906
+ "en": "Buy and sell crypto in a heartbeat."
907
+ },
908
+ "description": {
909
+ "en": "Mercuryo widget allows you to seamlessly buy and sell crypto, supporting dozens of local payment methods and currencies. Liquidity, chargebacks, support, anti-fraud, and KYC checks included."
910
+ }
911
+ },
912
+ "permissions": [],
913
+ "domains": []
914
+ },
915
+ {
916
+ "id": "transak",
917
+ "name": "Transak",
918
+ "url": "https://global.transak.com?apiKey=e95c1914-e525-4d85-870e-0e7297baedf9&isFeeCalculationHidden=true",
919
+ "homepageUrl": "https://transak.com",
920
+ "icon": "https://d1wvnwyfte65eg.cloudfront.net/logo_main.png",
921
+ "platform": "all",
922
+ "apiVersion": "0.0.1",
923
+ "manifestVersion": "1",
924
+ "branch": "experimental",
925
+ "categories": [
926
+ "tools"
927
+ ],
928
+ "currencies": [
929
+ "bitcoin",
930
+ "ethereum",
931
+ "algorand",
932
+ "ripple",
933
+ "cosmos",
934
+ "tezos",
935
+ "polkadot",
936
+ "stellar",
937
+ "tron"
938
+ ],
939
+ "content": {
940
+ "shortDescription": {
941
+ "en": "Buy 80+ different cryptocurrencies easily by card or bank transfer. Transak accepts over 45 fiat currencies from 115 countries and territories."
942
+ },
943
+ "description": {
944
+ "en": "Buy 80+ different cryptocurrencies easily by card or bank transfer. Transak accepts over 45 fiat currencies from 115 countries and territories."
945
+ }
946
+ },
947
+ "permissions": [
948
+ {
949
+ "method": "*"
950
+ }
951
+ ],
952
+ "domains": [
953
+ "https://*"
954
+ ]
955
+ },
956
+ {
957
+ "id": "debug",
958
+ "name": "Debugger",
959
+ "url": "https://debug.apps.ledger.com/",
960
+ "homepageUrl": "https://developers.ledger.com/",
961
+ "icon": "https://cdn.live.ledger.com/icons/platform/debugger.png",
962
+ "platform": "all",
963
+ "apiVersion": "0.0.1",
964
+ "manifestVersion": "1",
965
+ "branch": "debug",
966
+ "categories": [
967
+ "tools"
968
+ ],
969
+ "currencies": "*",
970
+ "content": {
971
+ "shortDescription": {
972
+ "en": "Try out the Ledger Live API to test capabilities of our platform integration solution. Use at your own risk."
973
+ },
974
+ "description": {
975
+ "en": "Try out the Ledger Live API to test capabilities of our platform integration solution. Use at your own risk."
976
+ }
977
+ },
978
+ "permissions": [
979
+ {
980
+ "method": "*"
981
+ }
982
+ ],
983
+ "domains": [
984
+ "https://*"
985
+ ]
986
+ },
987
+ {
988
+ "id": "dummy-live-app",
989
+ "name": "Dummy Live App",
990
+ "url": "http://localhost:3001",
991
+ "homepageUrl": "https://developers.ledger.com/",
992
+ "icon": "",
993
+ "platform": "all",
994
+ "apiVersion": "0.0.1",
995
+ "manifestVersion": "1",
996
+ "branch": "stable",
997
+ "categories": [
998
+ "tools"
999
+ ],
1000
+ "currencies": "*",
1001
+ "content": {
1002
+ "shortDescription": {
1003
+ "en": "Dummy app for testing the Platform apps and Live SDK in E2E (Playwright) tests"
1004
+ },
1005
+ "description": {
1006
+ "en": "Dummy app for testing the Platform apps and Live SDK in E2E (Playwright) tests"
1007
+ }
1008
+ },
1009
+ "permissions": [
1010
+ {
1011
+ "method": "*"
1012
+ }
1013
+ ],
1014
+ "domains": [
1015
+ "https://*"
1016
+ ]
1017
+ }
1018
+ ]