Skip to content

Commit

Permalink
fix: wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
meeh0w committed Aug 2, 2024
1 parent e6fb5c7 commit a335e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/services/history/HistoryServiceBTC.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NetworkVMType } from '@avalabs/chains-sdk';
import { NetworkVMType } from '@avalabs/core-chains-sdk';
import { singleton } from 'tsyringe';
import { AccountsService } from '../accounts/AccountsService';
import { HistoryServiceBridgeHelper } from './HistoryServiceBridgeHelper';
Expand Down

0 comments on commit a335e12

Please sign in to comment.