Skip to content

Commit

Permalink
rev: to cosmjs 0.31.3 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasein108 authored May 6, 2024
1 parent 8338261 commit 33b27ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cybercongress/cyber-js",
"version": "0.3.92",
"version": "0.4.0",
"description": "Cyber SDK",
"license": "",
"main": "build/index.js",
Expand Down Expand Up @@ -29,13 +29,13 @@
"format-text": "prettier --write \"./*.md\""
},
"dependencies": {
"@cosmjs/amino": "0.30.1",
"@cosmjs/cosmwasm-stargate": "0.30.1",
"@cosmjs/crypto": "0.30.1",
"@cosmjs/math": "0.30.1",
"@cosmjs/proto-signing": "0.30.1",
"@cosmjs/stargate": "0.30.1",
"@cosmjs/utils": "0.30.1",
"@cosmjs/amino": "0.31.3",
"@cosmjs/cosmwasm-stargate": "0.31.3",
"@cosmjs/crypto": "0.31.3",
"@cosmjs/math": "0.31.3",
"@cosmjs/proto-signing": "0.31.3",
"@cosmjs/stargate": "0.31.3",
"@cosmjs/utils": "0.31.3",
"cosmjs-types": "^0.7",
"fast-deep-equal": "^3.1.3",
"fs-extra": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cyberclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export class CyberClient {
gasWanted: broadcasted.gasWanted,
txIndex: 0,
events: [], // TODO: broadcasted.events,
// msgResponses: [],
msgResponses: [],
};
}

Expand Down

0 comments on commit 33b27ad

Please sign in to comment.