Skip to content

Commit

Permalink
fix: fix order webhook event schema (#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
shineli1984 authored Dec 20, 2024
1 parent 284740a commit 235b995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/webhook/sdk/src/event-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,10 @@ export interface ZkevmOrderUpdated {
chain_id: string;
end_time: number;
signature: string;
buyer_fees: {
fees: {
amount: string;
fee_type: string;
recipient: string;
type: string;
recipient_address: string;
}[];
created_at: number;
start_time: number;
Expand Down

0 comments on commit 235b995

Please sign in to comment.