Skip to content

Commit

Permalink
🚨 (keyring-eth) [NO-ISSUE]: Fix import error after linter update (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuzhuang authored Oct 7, 2024
2 parents b2bee0f + 27b2432 commit 48076b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
UserInteractionRequired,
} from "@ledgerhq/device-management-kit";
import { InvalidStatusWordError } from "@ledgerhq/device-management-kit";
import { Transaction } from "ethers-v6/transaction";
import { Transaction } from "ethers-v6";
import { Just, Nothing } from "purify-ts";

import { SignTransactionDAState } from "@api/app-binder/SignTransactionDeviceActionTypes";
Expand Down

0 comments on commit 48076b7

Please sign in to comment.