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

Commit

Permalink
Merge 222c932 into d63df6a
Browse files Browse the repository at this point in the history
  • Loading branch information
lambertkevin committed Apr 21, 2022
2 parents d63df6a + 222c932 commit 5f2b636
Show file tree
Hide file tree
Showing 5 changed files with 3,435 additions and 1,116 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/LedgerHQ/ledger-live-common"
},
"version": "22.0.1",
"version": "22.0.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const envDefinitions = {
},
SOLANA_VALIDATORS_APP_BASE_URL: {
parser: stringParser,
def: "http://validators-solana.coin.ledger.com/api/v1/validators/",
def: "https://validators-solana.coin.ledger.com/api/v1/validators",
desc: "base url for validators.app validator list",
},
BASE_SOCKET_URL: {
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@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": "^21.7.0",
"@ledgerhq/live-common": "^22.0.0",
"@material-ui/core": "^4.11.3",
"babel-polyfill": "^6.26.0",
"bignumber.js": "^9.0.1",
Expand Down
1 change: 1 addition & 0 deletions tools/src/live-common-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ setSupportedCurrencies([
"decred",
"bitcoin_testnet",
"ethereum_ropsten",
"ethereum_goerli",
"tron",
"stellar",
"filecoin",
Expand Down
Loading

0 comments on commit 5f2b636

Please sign in to comment.