Skip to content

Commit

Permalink
chore: fix import in utils file
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Dec 13, 2024
1 parent 985aed5 commit 80f4288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { InternalAccount } from '@metamask/keyring-api';
import { BtcAccountType, SolAccountType } from '@metamask/keyring-api';
import type { InternalAccount } from '@metamask/keyring-internal-api';
import { validate, Network } from 'bitcoin-address-validation';

import { MultichainNetworks } from './constants';
Expand Down

0 comments on commit 80f4288

Please sign in to comment.