Rebrand Delegation Toolkit as Smart Accounts Kit#89
Conversation
MoMannn
left a comment
There was a problem hiding this comment.
Will the repo also be rebranded to smart-accounts-kit? Then CHANGELOG.md also needs to update [Unreleased]: https://github.com/metamask/delegation-toolkit/ and all the package.json files of all packages etc.
In the main readme you have still have mention of delegation-toolkit. Also in the contributing file.
In all the other packages in readme there are mentions of: Delegation Toolkit.
Also in delegationManagement.test.ts some mentions of delegation-toolkit
Yup! It sure will! I've added a note to the PR description indicating that the repository must be renamed when the PR is closed. I've also fixed those references you mention. Not sure how I missed them previously :/ |
📝 Description
This PR rebrands the Delegation Toolkit (
@metamask/delegation-toolkit) as the MetaMask Smart Accounts Kit (@metamask/smart-accounts-kit).🔄 What Changed?
List the specific changes made:
DeleGatorEnvironmentrenamed toSmartAccountsEnvironment(and related functionality)@metamask/delegation-toolkitrenamed to@metamask/smart-accounts-kit(and related references)/packages/delegation-toolkitrenamed to/packages/smart-accounts-kitUpon closing this PR, the repository must also be renamed.
🚀 Why?
Developer engagement has been difficult, as the positioning and branding of Delegation Toolkit does not immediately communicate the functionality or usecases that it provides.
🧪 How to Test?
Describe how to test these changes:
All functionality should remain identical, with the exception of:
DeleGatorEnvironmenttype is renamed toSmartAccountsEnvironmentgetDeleGatorEnvironmentfunction is nowgetSmartAccountsEnvironment@metamask/smart-accounts-kitEnsure all documentation links are correct (this will require updated documentation to first be deployed).
List any breaking changes:
DeleGatorEnvironmenttype is renamed toSmartAccountsEnvironmentgetDeleGatorEnvironmentfunction is nowgetSmartAccountsEnvironment@metamask/smart-accounts-kit📋 Checklist
Check off completed items:
🔗 Related Issues
Link to related issues:
Closes #
Related to #
📚 Additional Notes
Any additional information, concerns, or context:
Note
Rebrands
@metamask/delegation-toolkitto@metamask/smart-accounts-kit, renamingDeleGatorEnvironment/helpers toSmartAccountsEnvironmentand updating imports, tests, and docs/links accordingly.packages/delegation-toolkittopackages/smart-accounts-kitand publish name to@metamask/smart-accounts-kit.package.jsonrepository URL,README.md,CHANGELOG.mdlinks, and.github/CODEOWNERSpaths.DeleGatorEnvironment→SmartAccountsEnvironment.getDeleGatorEnvironment/getDeleGatorEnvironmentV1→getSmartAccountsEnvironment/getSmartAccountsEnvironmentV1.deployDeleGatorEnvironment→deploySmartAccountsEnvironment.src/*.@metamask/delegation-toolkitto@metamask/smart-accounts-kit.DeleGatorEnvironment→SmartAccountsEnvironment), plus comments and variable names.delegation-abis,delegation-core,delegation-deployments,7715-permission-types) to new GitHub org/repo paths.Written by Cursor Bugbot for commit b049864. This will update automatically on new commits. Configure here.