Skip to content

Commit

Permalink
fix: hw btc,ltc,doge accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Sep 4, 2024
1 parent 3824ce1 commit 86d0fd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ import { DEFAULT_BTC_NETWORK, getNetworkByName } from "@/libs/utils/networks";
import { WindowPromiseHandler } from "@/libs/window-promise";
import { BitcoinNetwork } from "../types/bitcoin-network";
import { ProviderRequestOptions } from "@/types/provider";
import PublicKeyRing from "@/libs/keyring/public-keyring";
import { fromBase } from "@enkryptcom/utils";
import { getError } from "@/libs/error";
import { ErrorCodes } from "@/providers/ethereum/types";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ import {
} from "@/providers/ethereum/types";
import {
BitcoinProvider,
EnkryptProviderEventMethods,
handleIncomingMessage as handleIncomingMessageType,
} from "@/types/provider";
import { NetworkNames } from "@enkryptcom/types";
const handleIncomingMessage: handleIncomingMessageType = (
provider,
message
Expand Down

1 comment on commit 86d0fd1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.