mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-07 21:48:10 +03:00
change chainId to targetChainId
This commit is contained in:
@@ -76,7 +76,7 @@ export const signCrossChainOrder = async ({
|
||||
|
||||
const crossChainOrder = {
|
||||
limitOrder: order,
|
||||
chainId: Number(chainId),
|
||||
chainId: Number(targetChainId),
|
||||
secretHash,
|
||||
lockOrderExpiration
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user