Skip to content

Commit

Permalink
stick to njs commit
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed May 8, 2024
1 parent e1883a9 commit 42ad856
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@cosmos-client/core": "^0.47.4",
"@cosmos-client/cosmwasm": "^0.40.3",
"@cosmos-client/ibc": "^1.2.1",
"@neutron-org/neutronjsplus": "https://github.com/neutron-org/neutronjsplus.git#069c9ac11bf7308e68f4f862e95ccc317dee047f",
"@neutron-org/neutronjsplus": "https://github.com/neutron-org/neutronjsplus.git#17a91b6ad27a2ed8a74ac0b1d64aa61faa80b02d",
"@types/lodash": "^4.14.182",
"@types/long": "^5.0.0",
"axios": "^0.27.2",
Expand Down
6 changes: 3 additions & 3 deletions src/testcases/run_in_band/slinky.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ describe('Neutron / Slinky', () => {
},
);
expect(res.market_map).toBeDefined();
expect(res.last_updated).toBeGreaterThan(0);
expect(res.chain_id).toEqual('neutron-1');
expect(res.version).toBeGreaterThan(0);
expect(res.last_updated).toBeDefined();
expect(res.chain_id).toBeDefined();
expect(res.version).toBeDefined();
});

test('query params', async () => {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1568,9 +1568,9 @@
resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-5.50.0.tgz#29c6419e8379d496ab6d0426eadf3c4d100cd186"
integrity sha512-swKHYCOZUGyVt4ge0u8a7AwNcA//h4nx5wIi0sruGye1IJ5Cva0GyK9L2/WdX+kWVTKp92ZiEo1df31lrWGPgA==

"@neutron-org/neutronjsplus@https://github.com/neutron-org/neutronjsplus.git#e3458bd519583cc7afefd8bba7460c9993499c62":
"@neutron-org/neutronjsplus@https://github.com/neutron-org/neutronjsplus.git#17a91b6ad27a2ed8a74ac0b1d64aa61faa80b02d":
version "0.4.0-rc19"
resolved "https://github.com/neutron-org/neutronjsplus.git#e3458bd519583cc7afefd8bba7460c9993499c62"
resolved "https://github.com/neutron-org/neutronjsplus.git#17a91b6ad27a2ed8a74ac0b1d64aa61faa80b02d"
dependencies:
"@bufbuild/protobuf" "^1.4.2"
"@cosmos-client/core" "^0.47.4"
Expand Down

0 comments on commit 42ad856

Please sign in to comment.