Skip to content

Commit

Permalink
:fix fix webhook order event schema (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
shineli1984 authored Nov 29, 2024
1 parent 6cb67c8 commit 272544b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/webhook/sdk/src/event-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,17 +274,15 @@ export interface ZkevmOrderUpdated {
id: string;
buy: {
item_type: string;
end_amount: string;
start_amount: string;
amount: string;
contract_address: string;
}[];
hash: string;
salt: string;
sell: {
token_id: string;
item_type: string;
end_amount: string;
start_amount: string;
amount: string;
contract_address: string;
}[];
status: string;
Expand Down

0 comments on commit 272544b

Please sign in to comment.