mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-02 02:57:59 +03:00
update orderTypes.ts
This commit is contained in:
@@ -98,7 +98,7 @@ export const signOrder = async ({
|
||||
)));
|
||||
|
||||
const crossChainOrder = {
|
||||
limitOrder: limitOrderHash,
|
||||
limitOrder: order,
|
||||
chainId: Number(chainId),
|
||||
secretHash,
|
||||
lockOrderExpiration: expiration // TODO: change to fillAndLockAtomic data
|
||||
@@ -115,8 +115,7 @@ export const signOrder = async ({
|
||||
getDomainData(chainId),
|
||||
ORDER_TYPES,
|
||||
{
|
||||
order,
|
||||
...crossChainOrder,
|
||||
crossChainOrder,
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user