change chainId to targetChainId

This commit is contained in:
TheJuze
2024-05-31 10:47:59 +03:00
parent 0c2b95ada6
commit 517f127b29
3 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ export const signCrossChainOrder = async ({
const crossChainOrder = {
limitOrder: order,
chainId: Number(chainId),
chainId: Number(targetChainId),
secretHash,
lockOrderExpiration
}