Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
live-common 21.26.0 (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
gre authored Jan 7, 2022
1 parent c85d6f5 commit c422e5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@ledgerhq/errors": "6.10.0",
"@ledgerhq/hw-transport": "6.20.0",
"@ledgerhq/hw-transport-http": "6.20.0",
"@ledgerhq/live-common": "21.25.2",
"@ledgerhq/live-common": "^21.26.0",
"@ledgerhq/logs": "6.10.0",
"@ledgerhq/react-native-hid": "6.21.0",
"@ledgerhq/react-native-hw-transport-ble": "6.20.0",
Expand Down
6 changes: 2 additions & 4 deletions src/experimental.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ export const experimentalFeatures: Feature[] = [
type: "toggle",
name: "EXPERIMENTAL_CURRENCIES_JS_BRIDGE",
title: "Experimental JS impl",
description:
"Use experimental JS implementations for Bitcoin, all Bitcoin forks, and Tezos.",
valueOn:
"bitcoin,bitcoin_testnet,tezos,bitcoin_cash,litecoin,dash,qtum,zcash,bitcoin_gold,stratis,dogecoin,digibyte,komodo,pivx,zencash,vertcoin,peercoin,viacoin,stakenet,stealthcoin,decred",
description: "Use experimental JS implementations for Algorand and Tezos.",
valueOn: "tezos,algorand",
valueOff: "",
},
{
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2327,10 +2327,10 @@
bignumber.js "^9.0.1"
json-rpc-2.0 "^0.2.16"

"@ledgerhq/live-common@21.25.2":
version "21.25.2"
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-21.25.2.tgz#01b6b7fe249a10b753fe7a4e47d138b299665df0"
integrity sha512-Ivzh3CgRZRwYmQhunRLYdrCrrM/dS17mmJjgw/BwfRXW7Px3zaA4yKiVQSrW9CO8AjSvodPkIPm0I6bZpKpXTw==
"@ledgerhq/live-common@^21.26.0":
version "21.26.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-21.26.0.tgz#15f80f7f47f158dbae7d7a809cdadbebcb1a2d93"
integrity sha512-P/Np4DDT4lXzMNP4x6LyeIMj/DJvA3L4dGscbj5n5HLQRGxBVRKWgXalEZ5ARIj4NMx/P6fo4qYU2yF1izsEgA==
dependencies:
"@crypto-com/chain-jslib" "0.0.19"
"@ledgerhq/compressjs" "1.3.2"
Expand Down

0 comments on commit c422e5f

Please sign in to comment.