feat: migrate starknetkit to starknet v9 and align connector types#252
Draft
dmcrodrigues wants to merge 1 commit intodevelopfrom
Draft
feat: migrate starknetkit to starknet v9 and align connector types#252dmcrodrigues wants to merge 1 commit intodevelopfrom
dmcrodrigues wants to merge 1 commit intodevelopfrom
Conversation
Cussone
reviewed
Feb 11, 2026
Member
Cussone
left a comment
There was a problem hiding this comment.
Looks good. It's best to test it manually so we are 100% sure there is no weird stuff. We can release it under a tag.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue / feature description
Migrate
starknetkitto Starknet v9 and align connector typing with the newerstarknet-react/starknet-startexpectations, while keeping behavior and codepatterns unchanged.
Changes
@starknet-io/get-starknetand@starknet-io/get-starknet-coreto4.0.8.starknetdev dependency from^8.5.2to pinned9.1.1.starknetpeer dependency from^8.0.0to>=9.0.0.account(...)signatures toProviderInterfaceplus optionalPaymasterInterfaceacross connector implementations.ProviderOptionsusage from connector type definitions.pnpm-lock.yamlto match pinned dependency versions and Starknet v9resolution.
import typeusage and required modal props), without changing runtime behavior.pnpm install --frozen-lockfile --ignore-scriptspnpm run checkpnpm run buildChecklist