Skip to content

Commit

Permalink
Update cdp/webhook.py
Browse files Browse the repository at this point in the history
Co-authored-by: John Peterson <98187317+John-peterson-coinbase@users.noreply.github.com>
  • Loading branch information
howard-at-cb and John-peterson-coinbase authored Oct 21, 2024
1 parent f51b016 commit 467a89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdp/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def create(
notification_uri (str): The URI where notifications should be sent.
event_type (WebhookEventType): The type of event that the webhook listens to.
event_type_filter (WebhookEventTypeFilter): Filter specifically for wallet activity event type.
event_filters (List[WebhookEventTypeFilter]): Filters applied to the events that determine which specific address(es) trigger
event_filters (List[WebhookEventTypeFilter]): Filters applied to the events that determine which specific address(es) trigger.
network_id (str): The network ID of the wallet. Defaults to "base-sepolia".
Returns:
Expand Down

0 comments on commit 467a89b

Please sign in to comment.