Skip to content

Commit

Permalink
Exported aptos util
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaStreamflow committed Jan 4, 2024
1 parent 60ad43c commit b3cbe19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "5.9.4",
"version": "5.9.5",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/stream/common/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ export async function handleContractError<T>(
throw err;
}
}

export { normalizeAptosAddress } from "../aptos/utils";
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.9.4",
"version": "5.9.5",
"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 b3cbe19

Please sign in to comment.