Skip to content

Commit

Permalink
fix sdklegacy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Jun 27, 2024
1 parent aa20c41 commit 3cbf1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wormhole-connect/src/views/v2/Bridge/AssetPicker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import config from 'config';
import TokenIcon from 'icons/TokenIcons';

import type { ChainConfig, TokenConfig } from 'config/types';
import type { ChainName } from '@wormhole-foundation/wormhole-connect-sdk';
import type { ChainName } from 'sdklegacy';
import type { WalletData } from 'store/wallet';
import ChainList from './ChainList';
import TokenList from './TokenList';
Expand Down
2 changes: 1 addition & 1 deletion wormhole-connect/src/views/v2/Bridge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import IconButton from '@mui/material/IconButton';
import HistoryIcon from '@mui/icons-material/History';
import SettingsIcon from '@mui/icons-material/Settings';

import type { ChainName } from '@wormhole-foundation/wormhole-connect-sdk';
import type { ChainName } from 'sdklegacy';
import type { RootState } from 'store';

import RouteOperator from 'routes/operator';
Expand Down

0 comments on commit 3cbf1d1

Please sign in to comment.