Skip to content

Commit

Permalink
fix(Profiler): Export from utils (#780)
Browse files Browse the repository at this point in the history
Co-authored-by: Gerhard Steenkamp <[email protected]>
  • Loading branch information
pxrl and gsteenkamp89 authored Nov 26, 2024
1 parent ab3b8f9 commit edff6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@across-protocol/sdk",
"author": "UMA Team",
"version": "3.3.20",
"version": "3.3.21",
"license": "AGPL-3.0",
"homepage": "https://docs.across.to/reference/sdk",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export * from "./BlockExplorerUtils";
export * from "./BigNumberUtils";
export * from "./CachingUtils";
export * from "./NetworkUtils";
export * from "./Profiler";
export * from "./Multicall";
export * from "./ReviverUtils";
export * from "./DepositUtils";
Expand Down

0 comments on commit edff6ef

Please sign in to comment.