Skip to content

Commit

Permalink
bump trezor-connect to 8.2.4-extended. (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat authored Dec 14, 2021
1 parent 09c71e3 commit 4058b58
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 238 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"redux": "^4.1.2",
"stellar-sdk": "^9.1.0",
"styled-components": "^5.3.3",
"trezor-connect": "^8.2.2",
"trezor-connect": "8.2.4-extended",
"tslib": "^2.3.1",
"typescript": "~4.5.2"
},
Expand Down
3 changes: 2 additions & 1 deletion src/helpers/signTrezorTransaction.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import TrezorConnect from "trezor-connect";
// @ts-ignore
import transformTransaction from "trezor-connect/lib/plugins/stellar/plugin";
import { Transaction } from "stellar-sdk";
import { loadPrivateKey } from "helpers/keyManager";
import { transformTransaction } from "helpers/trezorTransformTransaction";

export const signTrezorTransaction = async (
transaction: Transaction,
Expand Down
213 changes: 0 additions & 213 deletions src/helpers/trezorTransformTransaction.ts

This file was deleted.

Loading

0 comments on commit 4058b58

Please sign in to comment.