diff --git a/package.json b/package.json index d94f33ad..e057c2f2 100644 --- a/package.json +++ b/package.json @@ -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#e3458bd519583cc7afefd8bba7460c9993499c62", + "@neutron-org/neutronjsplus": "https://github.com/neutron-org/neutronjsplus.git#c2f30498d97def62c9c2b133afdf8815f70987e6", "@types/lodash": "^4.14.182", "@types/long": "^5.0.0", "axios": "^0.27.2", @@ -85,9 +85,11 @@ "eslint --max-warnings=0", "jest --bail --findRelatedTests" ], - "./**/*.{ts,tsx,js,jsx,md,json}": ["prettier --write"] + "./**/*.{ts,tsx,js,jsx,md,json}": [ + "prettier --write" + ] }, "engines": { "node": ">=16.0 <17" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index a779e209..33f9bbf9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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#59ba508e53502e3a8622d62e93b94f0b841bd0c8": version "0.4.0-rc19" - resolved "https://github.com/neutron-org/neutronjsplus.git#e3458bd519583cc7afefd8bba7460c9993499c62" + resolved "https://github.com/neutron-org/neutronjsplus.git#59ba508e53502e3a8622d62e93b94f0b841bd0c8" dependencies: "@bufbuild/protobuf" "^1.4.2" "@cosmos-client/core" "^0.47.4"