diff --git a/components/swap/states/parts/CosmosWalletTransfer.tsx b/components/swap/states/parts/CosmosWalletTransfer.tsx index 7203de5b4..5c1f51dda 100644 --- a/components/swap/states/parts/CosmosWalletTransfer.tsx +++ b/components/swap/states/parts/CosmosWalletTransfer.tsx @@ -173,9 +173,12 @@ export const CosmosWalletTransfer = () => { // [sendCoin], // fee // ); - const [_action, _channel, _denom] = currentAsset?.fullDenomPath?.split( - "/" - ) as string[]; + // const [_action, _channel, _denom] = currentAsset?.fullDenomPath?.split( + // "/" + // ) as string[]; + + const _action = "transfer"; + const _channel = getCosmosChains(allAssets).find(chain => chain.chainIdentifier.toLowerCase() === srcChain.chainName.toLowerCase())?.chainToAxelarChannelId as string; const timeoutHeight: Height = { revisionHeight: Long.fromNumber(10),