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

Remove Goerli chain ID support #192

Merged
merged 4 commits into from
May 15, 2024

Conversation

franciszekjob
Copy link
Collaborator

@franciszekjob franciszekjob commented May 13, 2024

Describe your changes

Linked issues

Closes #160

Breaking changes

  • This issue contains breaking changes
  • Remove StarknetChainId.goerli

@franciszekjob franciszekjob changed the title Chore/160 remove goerli chain id support Remove Goerli chain ID support May 13, 2024
@@ -421,7 +421,7 @@ final class TypedDataTests: XCTestCase {
(
Self.CasesRev0.tdValidate,
"0xcd2a3d9f938e13cd947ec05abc7fe734df8dd826",
"0x6038f35de58f40a6afa9d359859b2f930e5eb987580ba6875324cc4dbfcee"
"0x3b3fbdb1961ae09cb5b2716b07142e63930fb2eddc4842641ca1df7352766a1"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change from Goerli to Sepolia in typed data jsons, resulted in new hashes calculated in tests. Therefore, all expected values affected by chain Id change, had to be updated.

Copy link
Collaborator

@DelevoXDG DelevoXDG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please merge my one suggestion and it's good to go

…accounts.json

Co-authored-by: Maksim Zdobnikau <43750648+DelevoXDG@users.noreply.github.com>
@franciszekjob franciszekjob merged commit d4504f5 into main May 15, 2024
1 check passed
@franciszekjob franciszekjob deleted the chore/160-remove-goerli-chain-id-support branch May 15, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove support for Goerli chain ID
2 participants