Skip to content

Commit

Permalink
fix: add ModuleAccount to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Ixo committed Dec 4, 2023
1 parent f7abb00 commit 90aea51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/functions/createRegistry.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>Function createRegistry</h1></div>
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Registry</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in stargate_client/customRegistries.ts:167</li></ul></aside></li></ul></section></div>
<li>Defined in stargate_client/customRegistries.ts:168</li></ul></aside></li></ul></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ixo/impactxclient-sdk",
"version": "1.1.18",
"version": "1.1.19",
"description": "One ixo client to rule them all, One ixo client to find, One ixo client to bring them all, and in impact bind them",
"author": "Ixo <ixo>",
"homepage": "https://github.com/ixofoundation/ixo-MultiClient-SDK#readme",
Expand Down
1 change: 1 addition & 0 deletions src/stargate_client/customRegistries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const defaultRegistryTypes: ReadonlyArray<[string, GeneratedType]> = [

// auth
["/cosmos.auth.v1beta1.BaseAccount", cosmos.auth.v1beta1.BaseAccount],
["/cosmos.auth.v1beta1.ModuleAccount", cosmos.auth.v1beta1.ModuleAccount],

// authz
["/cosmos.authz.v1beta1.MsgExec", cosmos.authz.v1beta1.MsgExec],
Expand Down

0 comments on commit 90aea51

Please sign in to comment.