Skip to content

Commit dac106f

Browse files
committed
feat(lazer/js/sdk): add unknown_symbols to InvalidFeedSubscriptionDetails
1 parent c4aa598 commit dac106f

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lazer/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-lazer-sdk",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Pyth Lazer SDK",
55
"publishConfig": {
66
"access": "public"

lazer/sdk/js/src/protocol.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export type JsonBinaryData = {
5050

5151
export type InvalidFeedSubscriptionDetails = {
5252
unknownIds: number[];
53+
unknownSymbols: string[];
5354
unsupportedChannels: number[];
5455
unstable: number[];
5556
};

0 commit comments

Comments
 (0)