You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(starknet): rename block_handlers to block_handler
Currently, an array of block handlers is allowed, but only the first one
is actually used. This can easily cause confusion for end users.
While this is technically a breaking change, it should be fine as the
support for Starknet isn't official yet.
0 commit comments