File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,8 @@ import {
1919 ButtonIconSize ,
2020 IconName ,
2121} from '../../components/component-library' ;
22- import {
23- getSelectedNetworkClientId ,
24- getCurrentChainId ,
25- } from '../../../shared/modules/selectors/networks' ;
22+ import { getSelectedNetworkClientId } from '../../../shared/modules/selectors/networks' ;
23+ import { getMultichainCurrentChainId } from '../../selectors/multichain' ;
2624import useBridging from '../../hooks/bridge/useBridging' ;
2725import {
2826 Content ,
@@ -64,7 +62,7 @@ const CrossChainSwap = () => {
6462 } ;
6563
6664 const isSwap = useIsMultichainSwap ( ) ;
67- const chainId = useSelector ( getCurrentChainId ) ;
65+ const chainId = useSelector ( getMultichainCurrentChainId ) ;
6866 const isUnifiedUIEnabled = useSelector ( ( state : BridgeAppState ) =>
6967 getIsUnifiedUIEnabled ( state , chainId ) ,
7068 ) ;
You can’t perform that action at this time.
0 commit comments