-
Notifications
You must be signed in to change notification settings - Fork 196
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(world,world-modules): rename module args to encodedArgs #2199
Conversation
🦋 Changeset detectedLatest commit: 3c1803f The changes in this PR will be included in the next version bump. This PR includes changesets to release 30 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
6d77fee
to
328d0da
Compare
328d0da
to
816e20b
Compare
packages/world-modules/src/modules/erc20-puppet/ERC20Module.sol
Outdated
Show resolved
Hide resolved
Co-authored-by: yonada <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need a changeset but otherwise 👍
Wasn't sure on this one because it was just renaming, will do! |
Fixes #1757
This name better reflects that the
bytes
argument is encoded module arguments, not the actual typed arguments.