We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update the Smart Sessions Module to use the latest contract addresses by upgrading the @rhinestone/module-sdk package to its latest version.
Update the peer dependency declaration for @rhinestone/module-sdk in the project's package.json:
{ "peerDependencies": { "@rhinestone/module-sdk": "^x.x.x" } }
Update the development dependency for @rhinestone/module-sdk (used for testing and development):
{ "devDependencies": { "@rhinestone/module-sdk": "^x.x.x" } }
Run the package update command for the development dependency:
npm update @rhinestone/module-sdk
or
yarn upgrade @rhinestone/module-sdk
Verify that the Smart Sessions Module is now using the updated contract addresses from the new package version
Update any imports from @rhinestone/module-sdk if the new version has changed any import paths
Remove any hardcoded contract addresses in the Smart Sessions Module, ensuring all addresses are now sourced from the updated package
Run the test suite to ensure all functionality works with the new contract addresses
Update any documentation that references specific contract addresses to instead point to the @rhinestone/module-sdk package as the source of truth
If any breaking changes are introduced by the new package version, update the Smart Sessions Module code accordingly
Create a changelog entry detailing the update and any changes in behavior (if applicable)
Update the README to clearly state the peer dependency requirement for @rhinestone/module-sdk
No response
The text was updated successfully, but these errors were encountered:
joepegler
No branches or pull requests
Feature or Improvement Description
Update the Smart Sessions Module to use the latest contract addresses by upgrading the @rhinestone/module-sdk package to its latest version.
Benefits & Outcomes
Implementation Ideas
Update the peer dependency declaration for @rhinestone/module-sdk in the project's package.json:
Update the development dependency for @rhinestone/module-sdk (used for testing and development):
Run the package update command for the development dependency:
or
Verify that the Smart Sessions Module is now using the updated contract addresses from the new package version
Update any imports from @rhinestone/module-sdk if the new version has changed any import paths
Remove any hardcoded contract addresses in the Smart Sessions Module, ensuring all addresses are now sourced from the updated package
Run the test suite to ensure all functionality works with the new contract addresses
Update any documentation that references specific contract addresses to instead point to the @rhinestone/module-sdk package as the source of truth
If any breaking changes are introduced by the new package version, update the Smart Sessions Module code accordingly
Create a changelog entry detailing the update and any changes in behavior (if applicable)
Update the README to clearly state the peer dependency requirement for @rhinestone/module-sdk
References
Any References?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: