Skip to content

Commit

Permalink
chore: update imports
Browse files Browse the repository at this point in the history
TICKET: WIN-4296
  • Loading branch information
yash-bitgo committed Jan 28, 2025
1 parent 3ba9086 commit c37b0a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/sdk-coin-tao/src/tao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import {
VerifyTransactionOptions,
} from '@bitgo/sdk-core';
import { BaseCoin as StaticsBaseCoin } from '@bitgo/statics';
import { Interface, SubstrateCoin, Utils } from '@bitgo/abstract-substrate';
import { KeyPair } from './lib';
import { Interface, KeyPair, SubstrateCoin, Utils } from '@bitgo/abstract-substrate';

const utils = Utils.default;

Expand Down

0 comments on commit c37b0a5

Please sign in to comment.