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

Commit

Permalink
revert the revert of cli and remove goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-ly authored and hakim-adamik committed Apr 21, 2022
1 parent 430afc5 commit 976dd73
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@ledgerhq/hw-transport-mocker": "6.24.1",
"@ledgerhq/hw-transport-node-hid": "6.24.1",
"@ledgerhq/hw-transport-node-speculos": "6.24.1",
"@ledgerhq/live-common": "21.34.0",
"@ledgerhq/live-common": "22.0.0",
"@ledgerhq/logs": "6.10.0",
"@walletconnect/client": "^1.7.1",
"asciichart": "^1.5.25",
Expand Down
33 changes: 23 additions & 10 deletions cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,14 @@
dependencies:
invariant "2"

"@ledgerhq/cryptoassets@6.27.0", "@ledgerhq/cryptoassets@^6.27.0":
"@ledgerhq/cryptoassets@6.28.0":
version "6.28.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/cryptoassets/-/cryptoassets-6.28.0.tgz#218a41c5184a176ceb3ec16dc21b37589f673c08"
integrity sha512-j3fBnjsOi2qijWO7p/PNoiEHdzjxP849pO02Q4YWW4Ms4lByv7ysmNLMwrset91We2yyVrdHsjdWY8X5JE97qQ==
dependencies:
invariant "2"

"@ledgerhq/cryptoassets@^6.27.0":
version "6.27.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/cryptoassets/-/cryptoassets-6.27.0.tgz#1a4efdef07858e8cb1b2dd4c1b9e110f1ed60f3f"
integrity sha512-fM1tm+xJSkbgEB73RtWeTeogcWRkpAcgZX+hBGbvq7anhbRwF2jD4EL897SRNwDuvCKFfpSMxpSUaSvEmj9Lcw==
Expand Down Expand Up @@ -1087,19 +1094,24 @@
dependencies:
bignumber.js "^9.0.1"
json-rpc-2.0 "^0.2.16"

"@ledgerhq/live-common@https://github.com/LedgerHQ/ledger-live-common.git#31177aae3a559e17f8452ed8dc6e010cd1d6f41e":
version "21.32.4"
resolved "https://github.com/LedgerHQ/ledger-live-common.git#31177aae3a559e17f8452ed8dc6e010cd1d6f41e"
dependencies:
"@celo/contractkit" "^1.5.1"
"@celo/wallet-base" "^1.5.1"
"@celo/wallet-ledger" "^1.5.1"

"@ledgerhq/live-common@22.0.0":
version "22.0.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-22.0.0.tgz#2717701fc8ba63b4befdd3cb1400527c2922335f"
integrity sha512-BUMgPMWmavlFip0LwMVzr+TABG1o77nLZepGSmxZWIcyLUvsmRRDtCEasVJCW60g0Cd0BhvbtUOo8l0NdDZ+/A==
dependencies:
"@celo/contractkit" "^1.5.2"
"@celo/wallet-base" "^1.5.2"
"@celo/wallet-ledger" "^1.5.2"
"@cosmjs/crypto" "^0.26.5"
"@cosmjs/ledger-amino" "^0.26.5"
"@cosmjs/proto-signing" "^0.26.5"
"@cosmjs/stargate" "^0.26.5"
"@crypto-com/chain-jslib" "0.0.19"
"@ethereumjs/common" "^2.6.2"
"@ethereumjs/tx" "^3.5.0"
"@ledgerhq/compressjs" "1.3.2"
"@ledgerhq/cryptoassets" "6.27.0"
"@ledgerhq/cryptoassets" "6.28.0"
"@ledgerhq/devices" "6.24.1"
"@ledgerhq/errors" "6.10.0"
"@ledgerhq/hw-app-algorand" "6.24.1"
Expand Down Expand Up @@ -1178,6 +1190,7 @@
semver "^7.3.5"
sha.js "^2.4.11"
stellar-sdk "^10.0.1"
superstruct "^0.14.2"
triple-beam "^1.3.0"
winston "^3.4.0"
xstate "^4.28.1"
Expand Down
3 changes: 1 addition & 2 deletions tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@ledgerhq/cryptoassets": "6.8.1",
"@ledgerhq/hw-transport": "^6.7.0",
"@ledgerhq/hw-transport-http": "^6.7.0",
"@ledgerhq/hw-transport-u2f": "^5.36.0-deprecated",
Expand Down Expand Up @@ -37,7 +36,7 @@
"webpack": "4.42"
},
"scripts": {
"start": "HTTS=true react-app-rewired start",
"start": "react-app-rewired start",
"build": "react-app-rewired build && cp build/index.html build/200.html && cp build/index.html build/404.html",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject"
Expand Down
1 change: 0 additions & 1 deletion tools/src/live-common-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ setSupportedCurrencies([
"decred",
"bitcoin_testnet",
"ethereum_ropsten",
"ethereum_goerli",
"tron",
"stellar",
"filecoin",
Expand Down

0 comments on commit 976dd73

Please sign in to comment.