Skip to content

Commit d244351

Browse files
committed
add wallet:calculate pnl & trade:top traders & trade:gainers/losers
1 parent 88e6422 commit d244351

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainstream-io/dex",
3-
"version": "0.0.93",
3+
"version": "0.0.94",
44
"description": "Dex API client and webhook verification library",
55
"author": "AI",
66
"repository": "https://github.com/chainstream-io/dex",

javascript/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface DexAggregatorOptions {
3737
streamUrl?: string;
3838
}
3939

40-
export const LIB_VERSION = "0.0.93";
40+
export const LIB_VERSION = "0.0.94";
4141

4242
class UserAgentMiddleware implements Middleware {
4343
public pre(context: RequestContext): Promise<RequestContext> {

openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)