Skip to content

Commit 272544b

Browse files
authored
:fix fix webhook order event schema (#2434)
1 parent 6cb67c8 commit 272544b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/webhook/sdk/src/event-types.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,17 +274,15 @@ export interface ZkevmOrderUpdated {
274274
id: string;
275275
buy: {
276276
item_type: string;
277-
end_amount: string;
278-
start_amount: string;
277+
amount: string;
279278
contract_address: string;
280279
}[];
281280
hash: string;
282281
salt: string;
283282
sell: {
284283
token_id: string;
285284
item_type: string;
286-
end_amount: string;
287-
start_amount: string;
285+
amount: string;
288286
contract_address: string;
289287
}[];
290288
status: string;

0 commit comments

Comments
 (0)