Skip to content

Commit

Permalink
chore: develop -> main
Browse files Browse the repository at this point in the history
chore: develop -> main
  • Loading branch information
cgilbe27 authored Oct 18, 2024
2 parents 087d569 + d89c408 commit 5518ddd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sdk/core/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* @file Automatically generated by barrelsby.
*/

export * from "./cosmwasmclient"
export * from "./signingcosmwasmclient"
1 change: 1 addition & 0 deletions src/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* @file Automatically generated by barrelsby.
*/

export * from "./core/index"
export * from "./msg/index"
export * from "./query/index"
export * from "./tx/index"
Expand Down

1 comment on commit 5518ddd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 94%
95.43% (879/921) 80.66% (171/212) 93.92% (294/313)

Please sign in to comment.