Skip to content

Commit

Permalink
change chainId to targetChainId
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJuze committed May 31, 2024
1 parent 0c2b95a commit 517f127
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

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.22.0-rc15",
"version": "0.22.0-rc16",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/crypt/signCrossChainOrder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const signCrossChainOrder = async ({

const crossChainOrder = {
limitOrder: order,
chainId: Number(chainId),
chainId: Number(targetChainId),
secretHash,
lockOrderExpiration
}
Expand Down

0 comments on commit 517f127

Please sign in to comment.