Skip to content

Commit

Permalink
refactor: add barrel file
Browse files Browse the repository at this point in the history
  • Loading branch information
Prithpal-Sooriya committed Oct 11, 2024
1 parent d4c37ef commit 9f5724d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { isTokenDetectionSupportedForNetwork } from './assetsUtil';
import {
fetchMultiChainBalances,
fetchSupportedNetworks,
} from './multi-chain-accounts-service/multi-chain-accounts';
} from './multi-chain-accounts-service';
import type {
GetTokenListState,
TokenListMap,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export type {
GetBalancesResponse,
GetSupportedNetworksResponse,
} from './types';

export {
fetchMultiChainBalances,
fetchSupportedNetworks,
} from './multi-chain-accounts';

0 comments on commit 9f5724d

Please sign in to comment.