diff --git a/transactions/bridge/ibc/ibcInTx.ts b/transactions/bridge/ibc/ibcInTx.ts index 09bf1ecb..7d3ccb5d 100644 --- a/transactions/bridge/ibc/ibcInTx.ts +++ b/transactions/bridge/ibc/ibcInTx.ts @@ -296,7 +296,7 @@ async function injectiveIBCIn( /** Message **/ const msg = MsgTransfer.fromJSON({ port: "transfer", - memo: "injectiveIBC", + memo: undefined, sender: injectiveAddress, receiver: cantoAddress, channelId: ibcChannel.toCanto,