Skip to content

Commit

Permalink
🚨 (keyring-eth): Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuzhuang committed Oct 7, 2024
1 parent b2bee0f commit 27b2432
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 27b2432

Please sign in to comment.