mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-15 14:42:38 +03:00
remove user from signLockOrder
This commit is contained in:
@@ -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' },
|
||||
|
||||
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user