Skip to content

Commit

Permalink
refac(kda): use updated hw-app-kda
Browse files Browse the repository at this point in the history
  • Loading branch information
lawRathod committed Jul 8, 2024
1 parent 10ce76d commit 468ffcf
Show file tree
Hide file tree
Showing 3 changed files with 1,084 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libs/ledger-live-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
"@types/redux-actions": "^2.6.2",
"@xstate/react": "^1.6.3",
"@zondax/cbor": "v8.1.0-zondax-no-bigint",
"@zondax/hw-app-kda": "^0.1.0",
"@zondax/ledger-casper": "^2.6.1",
"@zondax/ledger-cosmos-js": "3.0.2",
"@zondax/ledger-filecoin": "^0.11.2",
Expand All @@ -218,7 +219,6 @@
"eip55": "^2.1.1",
"expect": "^27.4.6",
"fuse.js": "^6.6.2",
"hw-app-kda": "link:../../../hw-app-kda",
"invariant": "^2.2.2",
"iso-filecoin": "^4.0.3",
"isomorphic-ws": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/families/kadena/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createBridges } from "@ledgerhq/coin-kadena/bridge/js";
import makeCliTools from "@ledgerhq/coin-kadena/cli-transaction";
import kadenaResolver from "@ledgerhq/coin-kadena/hw-getAddress";
import { Transaction } from "@ledgerhq/coin-kadena/types";
import Kadena from "hw-app-kda";
import Kadena from "@zondax/hw-app-kda";
import Transport from "@ledgerhq/hw-transport";
import type { Bridge } from "@ledgerhq/types-live";
import { CreateSigner, createResolver, executeWithSigner } from "../../bridge/setup";
Expand Down
Loading

0 comments on commit 468ffcf

Please sign in to comment.