Skip to content

Custom click handlers for notifications

Compare
Choose a tag to compare
@cmeisl cmeisl released this 22 Jul 07:12
· 21 commits to master since this release
0c68b80

With this release you can add a click handler to Assist notifications. If a user clicks on the notification, your custom click handler will be called with appropriate context. See more details in the documentation at https://github.com/blocknative/assist/blob/master/README.md#click-handlers-for-transaction-notifications

Changes

  • FEATURE: Add custom click handlers to notifications (#231)
  • FIX: Send correct contract args to event (#337)
  • FIX: Make sure consistent categoryCode for lifecycle of tx (#339)
  • FIX: Make sure txOptions are passed in with correct key (#344)