remove user from signLockOrder

This commit is contained in:
TheJuze
2024-05-23 13:38:23 +03:00
parent ee50522fd8
commit 39cacef2dc
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
export const LOCK_ORDER_TYPES = {
Order: [
{ name: 'user', type: 'address' },
{ name: 'sender', type: 'address' },
{ name: 'expiration', type: 'uint64' },
{ name: 'asset', type: 'string' },

View File

@@ -289,7 +289,7 @@ class Aggregator {
{
headers,
method: 'POST',
body: JSON.stringify(body), // TODO: add field sign when api updated
body: JSON.stringify(body),
},
errorSchema,
);