chore: add activeCaipNetworkId to all events#4644
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
10 Skipped Deployments
|
There was a problem hiding this comment.
Bug: Missing Network ID in SDK Error Event
The INTERNAL_SDK_ERROR event type definition is missing the caipNetworkId property. This creates a mismatch with the EventsController's runtime behavior, which will still add caipNetworkId to this event.
packages/controllers/src/utils/TypeUtil.ts#L500-L509
appkit/packages/controllers/src/utils/TypeUtil.ts
Lines 500 to 509 in f0a9487
Was this report helpful? Give feedback by reacting with 👍 or 👎
…appkit into chore/caipNetworkId-in-events
Description
caipNetworkIdto all events' propertiesType of change
Checklist