From 6c18f58e761b6367eb2d775a46b222f8ad36b6b8 Mon Sep 17 00:00:00 2001 From: Geoff Lee <11830048+Vritra4@users.noreply.github.com> Date: Fri, 15 Jul 2022 13:30:12 +0900 Subject: [PATCH] add export --- src/core/ibc/applications/transfer/index.ts | 1 + 1 file changed, 1 insertion(+) 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 {