Skip to content

Commit

Permalink
Exported cyber amino converters
Browse files Browse the repository at this point in the history
  • Loading branch information
cyborgshead committed Jul 10, 2024
1 parent 33b27ad commit fb9f8f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ src/codec/gogoproto
src/codec/google

yarn-error.log
yarn.lock
yarn.lock

.idea
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cybercongress/cyber-js",
"version": "0.4.0",
"version": "0.4.1",
"description": "Cyber SDK",
"license": "",
"main": "build/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { CyberClient } from "./cyberclient";
export { SigningCyberClient, SigningCyberClientOptions, OfflineDappWallet } from "./signingcyberclient";
export * from "./registryTypes";
export { createCyberAminoConverters } from "./aminomsgs";

0 comments on commit fb9f8f7

Please sign in to comment.