Skip to content

Commit

Permalink
Update webhook_test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-at-cb committed Sep 17, 2024
1 parent 00ec043 commit d67c0ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/webhook_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ describe("Webhook", () => {
network_id: "test-network",
notification_uri: "https://example.com/callback",
event_type: "erc20_transfer",
event_type_filter: {
addresses: ["0xa55C5950F7A3C42Fa5799B2Cac0e455774a07382"],
wallet_id: "w1",
},
event_filters: [{ contract_address: "0x...", from_address: "0x...", to_address: "0x..." }],
signature_header: "example_header",
};
Expand Down

0 comments on commit d67c0ee

Please sign in to comment.