Removed
liquidity_pool.*webhook events (breaking). The deprecatedliquidity_pool.created,liquidity_pool.updated, andliquidity_pool.deletedaliases are no longer emitted. They were announced for removal in 0.3.0 and ran in parallel with the canonicalaccount.*events throughout the dual-emit window. Subscribe toaccount.created,account.updated, andaccount.deletedinstead — the payloads are identical, so the only change is theeventfield. See the webhook guide.
Notes
- No action required if you already migrated to the
account.*events. - Handlers still subscribed only to
liquidity_pool.*will stop receiving these deliveries.