Skip to content

Commit

Permalink
commit lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed May 16, 2024
1 parent 36b3aaa commit b836b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/testcases/run_in_band/slinky.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ describe('Neutron / Slinky', () => {
const res = await neutronChain.queryContract<MarketResponse>(
contractAddress,
{
currency_pair: { Base: 'ETH', Quote: 'USDT'},
market: {currency_pair: { Base: 'ETH', Quote: 'USDT'}},

Check failure on line 220 in src/testcases/run_in_band/slinky.test.ts

View workflow job for this annotation

GitHub Actions / Actions - lint

Replace `currency_pair:·{·Base:·'ETH',·Quote:·'USDT'}` with `·currency_pair:·{·Base:·'ETH',·Quote:·'USDT'·}·`
},
);
expect(res.market).toBeDefined();
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#eff816016c258331d489a074db3546aaa542fd04":
"@neutron-org/neutronjsplus@https://github.com/neutron-org/neutronjsplus.git#d4478cf2c0011754c036ffa3f30c90d000ab7b09":
version "0.4.0-rc19"
resolved "https://github.com/neutron-org/neutronjsplus.git#eff816016c258331d489a074db3546aaa542fd04"
resolved "https://github.com/neutron-org/neutronjsplus.git#d4478cf2c0011754c036ffa3f30c90d000ab7b09"
dependencies:
"@bufbuild/protobuf" "^1.4.2"
"@cosmos-client/core" "^0.47.4"
Expand Down

0 comments on commit b836b97

Please sign in to comment.