From aff7fc509523d9e2fb98788ba243fa63c72120b3 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Thu, 26 Nov 2020 17:35:23 +0000 Subject: [PATCH] cosmwasm: Export Cw1CosmWasmClient --- packages/cosmwasm/src/index.ts | 1 + packages/cosmwasm/types/index.d.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/cosmwasm/src/index.ts b/packages/cosmwasm/src/index.ts index b90bf610..88cc32d0 100644 --- a/packages/cosmwasm/src/index.ts +++ b/packages/cosmwasm/src/index.ts @@ -17,6 +17,7 @@ export { SearchTxQuery, SearchTxFilter, } from "./cosmwasmclient"; +export { Cw1CosmWasmClient } from "./cw1cosmwasmclient"; export { Cw3CosmWasmClient, Expiration, diff --git a/packages/cosmwasm/types/index.d.ts b/packages/cosmwasm/types/index.d.ts index b90bf610..88cc32d0 100644 --- a/packages/cosmwasm/types/index.d.ts +++ b/packages/cosmwasm/types/index.d.ts @@ -17,6 +17,7 @@ export { SearchTxQuery, SearchTxFilter, } from "./cosmwasmclient"; +export { Cw1CosmWasmClient } from "./cw1cosmwasmclient"; export { Cw3CosmWasmClient, Expiration,