-
Notifications
You must be signed in to change notification settings - Fork 758
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
refactor: update starknetid contract addr on sepolia & remove old code #1138
refactor: update starknetid contract addr on sepolia & remove old code #1138
Conversation
* test: fix transaction retry interval fallback for devnet tests * test: remove test.only
# [6.9.0](starknet-io/starknet.js@v6.8.0...v6.9.0) (2024-05-21) ### Bug Fixes * cannot infer ts2742 types from starknet-types@0.7 ([starknet-io#1098](starknet-io#1098)) ([f1c3b8e](starknet-io@f1c3b8e)) * remove [warning] from typedoc for external usage ([starknet-io#1095](starknet-io#1095)) ([195186f](starknet-io@195186f)), closes [starknet-io#1121](starknet-io#1121) [starknet-io#1126](starknet-io#1126) ### Features * add type coverage ([starknet-io#1120](starknet-io#1120)) ([eceda5d](starknet-io@eceda5d)) * provider.getL1MessageHash ([starknet-io#1123](starknet-io#1123)) ([1489cf2](starknet-io@1489cf2)) ### Reverts * Revert "chore: add examples to JsDoc for transaction.ts file (starknet-io#1105)" (starknet-io#1108) ([59eb01e](starknet-io@59eb01e)), closes [starknet-io#1105](starknet-io#1105) [starknet-io#1108](starknet-io#1108)
Hello, |
Should I base my PR on another branch then ? |
As it has been already reviewed, I think that PR#1133 will be merged soon by @ivpavici or @tabaktoni , in |
Closing this as I opened a new PR #1139 based on |
@irisdv hi and thanks! merged @PhilippeR26 's PR :) |
Motivation and Resolution
This PR updates starknet ID contract addresses on Sepolia, and remove some code that was needed to ensure a smooth transition on a change we made to the
address_to_domain
function in the naming contract.Checklist: