Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Sep 3, 2024
1 parent f55f1e1 commit 3f1e37c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@cosmjs/stargate": "0.32.4",
"@cosmjs/tendermint-rpc": "^0.32.4",
"@neutron-org/neutronjs": "https://github.com/neutron-org/neutronjs.git#1e53336a65777b3ff87afb59941495f8c98c6c53",
"@neutron-org/neutronjsplus": "https://github.com/neutron-org/neutronjsplus.git#e4e6509ee59e3cd59098962f2bf1ef9286163b25",
"@neutron-org/neutronjsplus": "https://github.com/neutron-org/neutronjsplus.git#6cfeed3ddcb409ed72a0cdbb73b3cbf723081188",
"@types/lodash": "^4.14.182",
"axios": "1.6.0",
"commander": "^10.0.0",
Expand Down
4 changes: 3 additions & 1 deletion src/testcases/parallel/subdao.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,9 @@ describe('Neutron / Subdao', () => {
'Proposal #12',
'',
'1000',
'proposal11',
{
name: 'proposal11',
},
'single_nt_pause',
false,
);
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1358,9 +1358,9 @@
version "4.2.0"
resolved "https://github.com/neutron-org/neutronjs.git#1e53336a65777b3ff87afb59941495f8c98c6c53"

"@neutron-org/neutronjsplus@https://github.com/neutron-org/neutronjsplus.git#e4e6509ee59e3cd59098962f2bf1ef9286163b25":
"@neutron-org/neutronjsplus@https://github.com/neutron-org/neutronjsplus.git#6cfeed3ddcb409ed72a0cdbb73b3cbf723081188":
version "0.5.0"
resolved "https://github.com/neutron-org/neutronjsplus.git#e4e6509ee59e3cd59098962f2bf1ef9286163b25"
resolved "https://github.com/neutron-org/neutronjsplus.git#6cfeed3ddcb409ed72a0cdbb73b3cbf723081188"
dependencies:
"@cosmjs/cosmwasm-stargate" "^0.32.4"
"@cosmjs/proto-signing" "^0.32.4"
Expand Down

0 comments on commit 3f1e37c

Please sign in to comment.