diff --git a/src/core/ibc/applications/transfer/index.ts b/src/core/ibc/applications/transfer/index.ts index 98c077810..f8ba3c8b2 100644 --- a/src/core/ibc/applications/transfer/index.ts +++ b/src/core/ibc/applications/transfer/index.ts @@ -2,6 +2,7 @@ import { MsgTransfer } from './v1/msgs/MsgTransfer'; export * from './v1/msgs/MsgTransfer'; export * from './v2/FungibleTokenPacketData'; +export * from './v1/DenomTrace'; export type IbcTransferMsg = MsgTransfer; export namespace IbcTransferMsg {