Skip to content

Commit 2af2a75

Browse files
authored
Feat: add avr price (#87)
1 parent 4022782 commit 2af2a75

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compolabs/spark-orderbook-ts-sdk",
3-
"version": "1.16.3",
3+
"version": "1.16.4",
44
"type": "module",
55
"main": "./dist/index.сjs",
66
"module": "./dist/index.js",

src/interface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ export interface Order {
185185
status: Status;
186186
user: string;
187187
timestamp: string;
188+
avrPrice: string;
188189
market: string;
189190
}
190191

src/query/indexerQuery.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export const getOrdersQuery = (
2828
status
2929
user
3030
timestamp
31+
avrPrice
3132
market
3233
}
3334
}

0 commit comments

Comments
 (0)