Skip to content

Commit

Permalink
Use new yoroi lib
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Oct 9, 2023
1 parent 8864aad commit ce39e1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@emurgo/csl-mobile-bridge": "^5.1.2",
"@emurgo/react-native-blockies-svg": "^0.0.2",
"@emurgo/react-native-hid": "^5.15.6",
"@emurgo/yoroi-lib": "file:/Users/michalszorad/Desktop/yoroi-lib",
"@emurgo/yoroi-lib": "0.10.1",
"@formatjs/intl-datetimeformat": "^6.7.0",
"@formatjs/intl-getcanonicallocales": "^2.1.0",
"@formatjs/intl-locale": "^3.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ export const createSwapCancellationLedgerPayload = async (
purpose: harden(1852),
stakeVKHash,
getUtxoAddressing: getAddressingByTxIdAndIndex,
getAddressAddressing: (address: string) => {
return getAddressing(address)
},
getAddressAddressing: getAddressing,
})
}

Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,6 @@
hoist-non-react-statics "^3.3.0"

"@cardano-foundation/ledgerjs-hw-app-cardano@^5.0.0":
name "@cardano-foundation/ledgerjs-hw-app-cardanoV5"
version "5.1.0"
resolved "https://registry.yarnpkg.com/@cardano-foundation/ledgerjs-hw-app-cardano/-/ledgerjs-hw-app-cardano-5.1.0.tgz#69b94f7c5055bdb19aa719ff277fa5f683d11067"
integrity sha512-ucuz/XbS/0ZD0Bal/GI/kiTm9jDIl8J+A7ypEqcAcBDGicFsyWmtPotOTwuDovTsiM8+eA/5OGTFX0oRqzxstQ==
Expand Down Expand Up @@ -2017,8 +2016,10 @@
"@ledgerhq/logs" "^5.15.0"
rxjs "^6.5.5"

"@emurgo/yoroi-lib@file:../yoroi-lib":
version "0.9.8"
"@emurgo/[email protected]":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@emurgo/yoroi-lib/-/yoroi-lib-0.10.1.tgz#1c794311a0e07e9eed7f06010a0a77dd2b43f48a"
integrity sha512-g4azRsP8BbdVT6ibZ0BdtBtrn2jED172Zw7CwWhr5J6PNXptuv907zTGWGIFUHrrovKvYx0S6BBuM1lIIFsoKQ==
dependencies:
"@cardano-foundation/ledgerjs-hw-app-cardano" "^6.0.0"
"@emurgo/cross-csl-core" "3.1.0"
Expand Down

0 comments on commit ce39e1d

Please sign in to comment.