Skip to content

Commit

Permalink
sdk: bump @triton-one/yellowstone-grpc to 1.3.0 and min node version …
Browse files Browse the repository at this point in the history
…to 20.18.0
  • Loading branch information
wphan committed Dec 5, 2024
1 parent d005aae commit 85be168
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@solana/spl-token": "0.3.7",
"@solana/web3.js": "1.92.3",
"@switchboard-xyz/on-demand": "1.2.42",
"@triton-one/yellowstone-grpc": "0.6.0",
"@triton-one/yellowstone-grpc": "1.3.0",
"anchor-bankrun": "^0.3.0",
"node-cache": "^5.1.2",
"rpc-websockets": "7.5.1",
Expand Down Expand Up @@ -81,7 +81,7 @@
},
"description": "SDK for Drift Protocol",
"engines": {
"node": ">=18"
"node": ">=20.18.0"
},
"resolutions": {
"@solana/errors": "2.0.0-preview.4",
Expand Down
8 changes: 4 additions & 4 deletions sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -826,10 +826,10 @@
js-yaml "^4.1.0"
protobufjs "^7.2.6"

"@triton-one/yellowstone-grpc@0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@triton-one/yellowstone-grpc/-/yellowstone-grpc-0.6.0.tgz#9e6376cec8a42284c23dc195df2c3423c87c4f27"
integrity sha512-rgdZM2N3U9/d/QKOI5PP+9rSHUl2oSI5Uwzvuss8y/mtTaHFjbOMpXpQXviIeDkusOa+mef4wLYrbjEZCwTXiw==
"@triton-one/yellowstone-grpc@1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@triton-one/yellowstone-grpc/-/yellowstone-grpc-1.3.0.tgz#7caa7006b525149b4780d1295c7d4c34bc6a6ff6"
integrity sha512-tuwHtoYzvqnahsMrecfNNkQceCYwgiY0qKS8RwqtaxvDEgjm0E+0bXwKz2eUD3ZFYifomJmRKDmSBx9yQzAeMQ==
dependencies:
"@grpc/grpc-js" "^1.8.0"

Expand Down

0 comments on commit 85be168

Please sign in to comment.