Skip to content

Commit 5518ddd

Browse files
authored
chore: develop -> main
chore: develop -> main
2 parents 087d569 + d89c408 commit 5518ddd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/sdk/core/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* @file Automatically generated by barrelsby.
3+
*/
4+
5+
export * from "./cosmwasmclient"
6+
export * from "./signingcosmwasmclient"

src/sdk/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* @file Automatically generated by barrelsby.
33
*/
44

5+
export * from "./core/index"
56
export * from "./msg/index"
67
export * from "./query/index"
78
export * from "./tx/index"

0 commit comments

Comments
 (0)