Skip to content

Commit

Permalink
update bindings acc to updated slinky
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed May 15, 2024
1 parent 685939a commit fdcb0d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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#9ae333dfd4a8896e9ff49e030c8ebb3b0a8f3794",
"@neutron-org/neutronjsplus": "https://github.com/neutron-org/neutronjsplus.git#2a201d1831510e9352fecefbad45483326bdfbad",
"@types/lodash": "^4.14.182",
"@types/long": "^5.0.0",
"axios": "^0.27.2",
Expand Down
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 @@ -235,7 +235,7 @@ describe('Neutron / Slinky', () => {
);
expect(res).toBeDefined();
expect(res.params.version).toEqual(0);
expect(res.params.market_authority).toEqual('neutron1hxskfdxpp5hqgtjj6am6nkjefhfzj359x0ar3z');
expect(res.params.market_authorities[0]).toEqual('neutron1hxskfdxpp5hqgtjj6am6nkjefhfzj359x0ar3z');

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

View workflow job for this annotation

GitHub Actions / Actions - lint

Replace `'neutron1hxskfdxpp5hqgtjj6am6nkjefhfzj359x0ar3z'` with `⏎········'neutron1hxskfdxpp5hqgtjj6am6nkjefhfzj359x0ar3z',⏎······`
});
});
});
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#9ae333dfd4a8896e9ff49e030c8ebb3b0a8f3794":
"@neutron-org/neutronjsplus@https://github.com/neutron-org/neutronjsplus.git#2a201d1831510e9352fecefbad45483326bdfbad":
version "0.4.0-rc19"
resolved "https://github.com/neutron-org/neutronjsplus.git#9ae333dfd4a8896e9ff49e030c8ebb3b0a8f3794"
resolved "https://github.com/neutron-org/neutronjsplus.git#2a201d1831510e9352fecefbad45483326bdfbad"
dependencies:
"@bufbuild/protobuf" "^1.4.2"
"@cosmos-client/core" "^0.47.4"
Expand Down

0 comments on commit fdcb0d5

Please sign in to comment.