Browse Source

Merge pull request #1345 from LedgerHQ/develop

1.1.0
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
990d613ca1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 6
      static/i18n/en/app.json
  3. 6
      yarn.lock

2
package.json

@ -38,7 +38,7 @@
"@ledgerhq/hw-transport": "^4.13.0",
"@ledgerhq/hw-transport-node-hid": "4.22.0",
"@ledgerhq/ledger-core": "2.0.0-rc.5",
"@ledgerhq/live-common": "3.0.0-beta.2",
"@ledgerhq/live-common": "3.0.0",
"animated": "^0.2.2",
"async": "^2.6.1",
"axios": "^0.18.0",

6
static/i18n/en/app.json

@ -78,7 +78,7 @@
"menu": "Menu",
"accounts": "Accounts ({{count}})",
"manager": "Manager",
"exchange": "Exchanges"
"exchange": "Trade"
},
"account": {
"lastOperations": "Last operations",
@ -158,8 +158,8 @@
}
},
"exchange": {
"title": "Exchanges",
"desc": "Try a few exchange services we've selected for you",
"title": "Trade",
"desc": "Try a few trading services we've selected for you",
"visitWebsite": "Visit website",
"coinhouse": "Coinhouse is a trusted platform for individuals and institutional investors looking to analyze, acquire, sell and securely store crypto assets.",
"changelly": "Changelly is a popular instant crypto asset exchange with 100+ coins and tokens listed.",

6
yarn.lock

@ -1542,9 +1542,9 @@
npm "^5.7.1"
prebuild-install "^2.2.2"
"@ledgerhq/live-common@3.0.0-beta.2":
version "3.0.0-beta.2"
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-3.0.0-beta.2.tgz#9280694bcfb6f8819bc90538dbdfcfa260e3454e"
"@ledgerhq/live-common@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-3.0.0.tgz#abbd88e351c7d0ffffabf7e8502f5b2fbecdc150"
dependencies:
axios "^0.18.0"
bignumber.js "^7.2.1"

Loading…
Cancel
Save