Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instances of SN_GOERLI chain ID need to be replaced with SN_SEPOLIA #389

Closed
FabijanC opened this issue Mar 19, 2024 · 1 comment · Fixed by #396
Closed

Instances of SN_GOERLI chain ID need to be replaced with SN_SEPOLIA #389

FabijanC opened this issue Mar 19, 2024 · 1 comment · Fixed by #396
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@FabijanC
Copy link
Contributor

FabijanC commented Mar 19, 2024

Currently we depend on starknet-rs' implementation of ChainId, which doesn't have this updated yet. We could incite the update of starknet-rs by contacting its maintainer, or we could implement our own ChainId abstraction.

Also, in the Display implementation, the needed change is independent of starknet-rs.

Labeling as enhancement and as bug since Goerli is no longer supported.

@FabijanC
Copy link
Contributor Author

starknet-rs has added SN_SEPOLIA to the list of chain IDs:
xJonathanLEI/starknet-rs#574

I'll assign myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant