mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-28 08:37:51 +03:00
update lockOrderTypes.ts
This commit is contained in:
@@ -269,7 +269,7 @@ class Aggregator {
|
||||
expiration: signedLockOrder.expiration,
|
||||
asset: signedLockOrder.asset,
|
||||
amount: signedLockOrder.amount,
|
||||
targetChainId: signedLockOrder.targetChainId,
|
||||
targetChainId: Number(signedLockOrder.targetChainId),
|
||||
sign: signedLockOrder.signature,
|
||||
secret: signedLockOrder.secretHash,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user