Skip to content

Commit

Permalink
chore: version bump v0.0.017
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Ixo committed Mar 7, 2023
1 parent 84d4f14 commit 4da9cb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions __tests__/flows/quickQueries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,10 @@ export const quickQueries = () =>
// console.log(res.iidDocument);
// expect(res).toBeTruthy();
// });

// test("Query module params", async () => {
// const res = await queryClient.ixo.entity.v1beta1.params();
// console.log(res.params);
// expect(res).toBeTruthy();
// });
});
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": "0.0.16",
"version": "0.0.17",
"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

0 comments on commit 4da9cb6

Please sign in to comment.