Skip to content

Feature/ts client update #956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Dec 16, 2021
Merged
3,848 changes: 0 additions & 3,848 deletions clients/validator/package-lock.json

This file was deleted.

10 changes: 5 additions & 5 deletions clients/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymproject/nym-validator-client",
"version": "0.18.0",
"version": "0.19.0",
"description": "A TypeScript client for interacting with smart contracts in Nym validators",
"repository": "https://github.com/nymtech/nym",
"main": "./dist/index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"axios": "^0.21.1",
"@cosmjs/cosmwasm-stargate": "^0.25.5",
"@cosmjs/stargate": "^0.25.5",
"@cosmjs/math": "^0.25.5",
"@cosmjs/proto-signing": "^0.25.5"
"@cosmjs/cosmwasm-stargate": "^0.27.0-rc2",
"@cosmjs/stargate": "^0.27.0-rc2",
"@cosmjs/math": "^0.27.0-rc2",
"@cosmjs/proto-signing": "^0.27.0-rc2"
}
}
59 changes: 0 additions & 59 deletions clients/validator/src/caches/gateways.ts

This file was deleted.

60 changes: 0 additions & 60 deletions clients/validator/src/caches/mixnodes.ts

This file was deleted.

Loading