Skip to content

Commit

Permalink
Update README.md
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 22, 2024
1 parent 6c9a3ec commit c4b9162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ from cdp.client.models.webhook import WebhookEventFilter
wh1 = cdp.Webhook.create(
notification_uri="https://your-app.com/callback",
event_type=WebhookEventType.ERC20_TRANSFER,
event_filters=[WebhookEventFilter(from_address='0x71d4d7d5e9ce0f41e6a68bd3a9b43aa597dc0eb0')]
event_filters=[WebhookEventFilter(from_address="0x71d4d7d5e9ce0f41e6a68bd3a9b43aa597dc0eb0")]
)
print(wh1)
```
Expand Down

0 comments on commit c4b9162

Please sign in to comment.