update lockOrderTypes.ts

This commit is contained in:
TheJuze
2024-05-23 19:47:43 +03:00
parent c262535d05
commit fd81062fe4
3 changed files with 4 additions and 4 deletions

View File

@@ -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,
}