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

Commit

Permalink
Merge pull request #4426 from LedgerHQ/LL-8105_add-fund-flow-logic
Browse files Browse the repository at this point in the history
[LL-8105] add fund flow logic
  • Loading branch information
Alexandre Chabrolin authored Jan 5, 2022
2 parents b68af82 + 39d361a commit e88de80
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@ledgerhq/hw-transport-http": "6.11.2",
"@ledgerhq/hw-transport-node-hid-singleton": "6.11.2",
"@ledgerhq/ledger-core": "6.14.5",
"@ledgerhq/live-common": "git+https://github.com/LedgerHQ/ledger-live-common.git#ebc6afda748c6b318f666985dff95ce8b08875a5",
"@ledgerhq/live-common": "git+ssh://git@github.com:LedgerHQ/ledger-live-common.git#LL-8107_add-fund-flow-logic",
"@ledgerhq/logs": "6.10.0",
"@polkadot/react-identicon": "0.86.2",
"@tippyjs/react": "^4.2.5",
Expand Down
86 changes: 86 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2491,6 +2491,92 @@
xstate "^4.26.0"
zcash-bitcore-lib "^0.13.20-rc3"

"@ledgerhq/live-common@git+ssh://git@github.com:LedgerHQ/ledger-live-common.git#LL-8107_add-fund-flow-logic":
version "21.13.2"
resolved "git+ssh://git@github.com:LedgerHQ/ledger-live-common.git#9ed05d9145be6375b52735a00c5e2b52fc190932"
dependencies:
"@crypto-com/chain-jslib" "0.0.19"
"@ledgerhq/compressjs" "1.3.2"
"@ledgerhq/cryptoassets" "6.12.2"
"@ledgerhq/devices" "6.11.2"
"@ledgerhq/errors" "6.10.0"
"@ledgerhq/hw-app-algorand" "6.11.2"
"@ledgerhq/hw-app-btc" "6.12.1"
"@ledgerhq/hw-app-cosmos" "6.11.2"
"@ledgerhq/hw-app-eth" "6.12.2"
"@ledgerhq/hw-app-polkadot" "6.11.2"
"@ledgerhq/hw-app-str" "6.11.2"
"@ledgerhq/hw-app-tezos" "6.11.2"
"@ledgerhq/hw-app-trx" "6.11.2"
"@ledgerhq/hw-app-xrp" "6.11.2"
"@ledgerhq/hw-transport" "6.11.2"
"@ledgerhq/hw-transport-mocker" "6.11.2"
"@ledgerhq/hw-transport-node-speculos" "6.11.2"
"@ledgerhq/json-bignumber" "^1.1.0"
"@ledgerhq/live-app-sdk" "^0.2.0"
"@ledgerhq/logs" "6.10.0"
"@polkadot/types" "6.6.1"
"@polkadot/types-known" "6.6.1"
"@taquito/ledger-signer" "^10.2.1"
"@taquito/taquito" "10.2.1"
"@types/bchaddrjs" "^0.4.0"
"@types/bs58check" "^2.1.0"
"@walletconnect/client" "1.6.6"
"@xstate/react" "^1.6.2"
"@zondax/ledger-filecoin" "^0.11.2"
async "^3.2.2"
axios "0.24.0"
axios-retry "^3.2.4"
base32-decode "^1.0.0"
bchaddrjs "^0.5.2"
bech32 "^2.0.0"
bignumber.js "^9.0.1"
bip32 "^2.0.6"
bip32-path "^0.4.2"
bip39 "^3.0.4"
bitcoinjs-lib "^5.2.0"
bitcore-lib-cash "^8.25.22"
bs58 "^4.0.1"
bs58check "^2.1.2"
buffer "^6.0.3"
cashaddrjs "^0.4.4"
cbor "^8.0.2"
coininfo "^5.1.0"
crypto-js "^4.1.1"
eip55 "^2.1.0"
eth-sig-util "3.0.1"
ethereumjs-abi "^0.6.8"
ethereumjs-common "^1.5.2"
ethereumjs-tx "^2.1.2"
ethereumjs-util "^7.1.3"
expect "^27.3.1"
generic-pool "^3.8.2"
invariant "^2.2.2"
isomorphic-ws "^4.0.1"
json-rpc-2.0 "^0.2.19"
leb128 "^0.0.5"
lodash "^4.17.21"
lru-cache "5.1.1"
numeral "^2.0.6"
performance-now "^2.1.0"
prando "^6.0.1"
redux "^4.1.2"
reselect "^4.1.1"
ripemd160 "^2.0.2"
ripple-binary-codec "^1.1.3"
ripple-bs58check "^2.0.2"
ripple-lib "1.10.0"
rxjs "6"
rxjs-compat "^6.6.7"
secp256k1 "^4.0.2"
semver "^7.3.5"
sha.js "^2.4.11"
stellar-sdk "^9.0.1"
triple-beam "^1.3.0"
winston "^3.3.3"
xstate "^4.26.0"
zcash-bitcore-lib "^0.13.20-rc3"

"@ledgerhq/logs@6.10.0", "@ledgerhq/logs@^6.10.0":
version "6.10.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-6.10.0.tgz#c012c1ecc1a0e53d50e6af381618dca5268461c1"
Expand Down

0 comments on commit e88de80

Please sign in to comment.