Skip to content

Instantly share code, notes, and snippets.

@mintymento456
Created April 21, 2022 23:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mintymento456/dcee12b06715580797efcd5e17b6c449 to your computer and use it in GitHub Desktop.
Save mintymento456/dcee12b06715580797efcd5e17b6c449 to your computer and use it in GitHub Desktop.
1. `app` got replaced with `appId`, which is under `event`.
2. `network` is now under `event`.
3. `app` is no longer included for Address Activity webhooks responses (as these are assosciated with a network and not a particular app).
4. `webhookType` is renamed to `type`.
5. `timestamp` is renamed to `createdAt`.
6. `fullTransaction` is renamed to `transaction`, which is under `event`
7. `webhook_type` is no longer an integer, but rather a string ENUM.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment