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

Commit

Permalink
LIVE-2011 Revert live common v22.0.0 for tools (#1899)
Browse files Browse the repository at this point in the history
* Revert "Use live common v22.0.0 for CLI and tools (#1885)"

This reverts commit 9c76b5d.

* revert the revert of cli and remove goerli

Co-authored-by: Henri Ly <[email protected]>
  • Loading branch information
2 people authored and lambertkevin committed Apr 21, 2022
1 parent f4067a1 commit 61914e1
Show file tree
Hide file tree
Showing 3 changed files with 1,115 additions and 3,435 deletions.
5 changes: 2 additions & 3 deletions tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
"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",
"@ledgerhq/hw-transport-web-ble": "^6.7.0",
"@ledgerhq/hw-transport-webhid": "^6.7.0",
"@ledgerhq/hw-transport-webusb": "^6.7.0",
"@ledgerhq/live-common": "^22.0.0",
"@ledgerhq/live-common": "^21.7.0",
"@material-ui/core": "^4.11.3",
"babel-polyfill": "^6.26.0",
"bignumber.js": "^9.0.1",
Expand All @@ -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
Loading

0 comments on commit 61914e1

Please sign in to comment.