Skip to content

Commit b0dde16

Browse files
committed
chore(lazer) Add funding rate properties
1 parent b914d46 commit b0dde16

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Pyth Lazer SDK",
55
"publishConfig": {
66
"access": "public"

lazer/sdk/js/src/protocol.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ export type PriceFeedProperty =
77
| "bestAskPrice"
88
| "exponent"
99
| "publisherCount"
10-
| "confidence";
10+
| "confidence"
11+
| "fundingRate"
12+
| "fundingTimestamp"
13+
| "fundingRateInterval";
1114
export type Channel = "real_time" | "fixed_rate@50ms" | "fixed_rate@200ms";
1215

1316
export type Request =

0 commit comments

Comments
 (0)