We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b914d46 commit b0dde16Copy full SHA for b0dde16
lazer/sdk/js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pythnetwork/pyth-lazer-sdk",
3
- "version": "4.0.0",
+ "version": "4.0.1",
4
"description": "Pyth Lazer SDK",
5
"publishConfig": {
6
"access": "public"
lazer/sdk/js/src/protocol.ts
@@ -7,7 +7,10 @@ export type PriceFeedProperty =
7
| "bestAskPrice"
8
| "exponent"
9
| "publisherCount"
10
- | "confidence";
+ | "confidence"
11
+ | "fundingRate"
12
+ | "fundingTimestamp"
13
+ | "fundingRateInterval";
14
export type Channel = "real_time" | "fixed_rate@50ms" | "fixed_rate@200ms";
15
16
export type Request =
0 commit comments