Skip to content

Commit

Permalink
Sui integration fixes [5.1.1] (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaStreamflow authored Aug 17, 2023
1 parent d2cf01b commit 2ee1393
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"eslint.workingDirectories": [
"./packages/stream/"
],
"cSpell.words": [
"Streamflow"
]
}
2 changes: 1 addition & 1 deletion packages/stream/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ export interface Stream {
lastRateChangeTime: number;
fundsUnlockedAtLastRateChange: BN;

unlocked(currentTimestamp: number, decimals: number): BN;
unlocked(currentTimestamp: number): BN;
}
1 change: 1 addition & 0 deletions packages/stream/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export * as StreamflowSui from "./sui";

export * as Types from "./common/types";
export * from "./common/utils";
export * from "./common/constants";

export { default as GenericStreamClient } from "./common/GenericStreamClient";
2 changes: 1 addition & 1 deletion packages/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamflow/stream",
"version": "5.1.0",
"version": "5.1.1",
"description": "JavaScript SDK to interact with Streamflow protocol.",
"main": "dist/index.js",
"homepage": "https://github.com/streamflow-finance/js-sdk/",
Expand Down

0 comments on commit 2ee1393

Please sign in to comment.