Skip to content

Commit

Permalink
add signLockOrder to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJuze committed Jan 23, 2024
1 parent 2079e49 commit ac865f4
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,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.42-rc6",
"version": "0.20.42-rc7",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/crypt/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as signCancelOrder } from './signCancelOrder.js';
export { default as signOrder } from './signOrder.js';
export { signLockOrder } from './signLockOrder.js';

0 comments on commit ac865f4

Please sign in to comment.