fix signLockOrder

This commit is contained in:
TheJuze
2024-01-24 15:01:14 +03:00
parent c6be1c73c3
commit e815373b0b
7 changed files with 8 additions and 10 deletions

View File

@@ -6,6 +6,5 @@ export const LOCK_ORDER_TYPES = {
{ name: 'asset', type: 'string' },
{ name: 'amount', type: 'uint64' },
{ name: 'targetChainId', type: 'uint64' },
{ name: 'secretHash', type: 'string' },
],
};