File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
apps/extension/src/pages/ibc-swap/components/swap-asset-info Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -785,12 +785,11 @@ const SelectDestinationChainModal: FunctionComponent<{
785785 const channels : {
786786 chainId : string ;
787787 denom : string ;
788- } [ ] = swapQueriesStore . queryRelatedAssets
789- . getObservableQueryRelatedAssets (
790- amountConfig . outChainId ,
791- amountConfig . outCurrency . coinMinimalDenom
792- )
793- . currencies . map ( ( c ) => ( { chainId : c . chainId , denom : c . coinMinimalDenom } ) ) ;
788+ } [ ] =
789+ swapQueriesStore . querySwapHelper . getSwapDestinationCurrencyAlternativeChains (
790+ chainStore . getChain ( amountConfig . outChainId ) ,
791+ amountConfig . outCurrency
792+ ) ;
794793
795794 const filteredChannels = ( ( ) => {
796795 const trim = search . trim ( ) . toLowerCase ( ) ;
You can’t perform that action at this time.
0 commit comments