Skip to content

Commit

Permalink
Cannot estimate gasPrice on previewnet (#345)
Browse files Browse the repository at this point in the history
upgrade sdk version to 2.17.0

Signed-off-by: nikolay <[email protected]>

Co-authored-by: nikolay <[email protected]>
  • Loading branch information
ar-conmit and natanasow committed Jul 20, 2022
1 parent a099ac6 commit cc9ba38
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "nyc ts-mocha --recursive ./tests/**/*.spec.ts --exit"
},
"dependencies": {
"@hashgraph/sdk": "^2.16.6",
"@hashgraph/sdk": "^2.17.0",
"@keyvhq/core": "^1.6.9",
"axios": "^0.26.1",
"buffer": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@hashgraph/hedera-local": "github:hashgraph/hedera-local-node",
"@hashgraph/sdk": "^2.16.6",
"@hashgraph/sdk": "^2.17.0",
"@koa/cors": "^3.1.0",
"@types/chai": "^4.3.0",
"@types/cors": "^2.8.12",
Expand Down

0 comments on commit cc9ba38

Please sign in to comment.