-
Notifications
You must be signed in to change notification settings - Fork 198
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
chore(world-module-erc20): export erc20 module from internal #3319
Conversation
|
Name | Type |
---|---|
@latticexyz/world-module-erc20 | Patch |
@latticexyz/abi-ts | Patch |
@latticexyz/block-logs-stream | Patch |
@latticexyz/cli | Patch |
@latticexyz/common | Patch |
@latticexyz/config | Patch |
create-mud | Patch |
@latticexyz/dev-tools | Patch |
@latticexyz/explorer | Patch |
@latticexyz/faucet | Patch |
@latticexyz/gas-report | Patch |
@latticexyz/protocol-parser | Patch |
@latticexyz/react | Patch |
@latticexyz/recs | Patch |
@latticexyz/schema-type | Patch |
solhint-config-mud | Patch |
solhint-plugin-mud | Patch |
@latticexyz/stash | Patch |
@latticexyz/store-indexer | Patch |
@latticexyz/store-sync | Patch |
@latticexyz/store | Patch |
@latticexyz/utils | Patch |
@latticexyz/world-module-metadata | Patch |
@latticexyz/world-modules | Patch |
@latticexyz/world | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
067f4d2
to
c303b42
Compare
@@ -11,3 +11,4 @@ export * from "../getFunctions"; | |||
export * from "../getWorldAbi"; | |||
|
|||
export { resolveTableId, resolveWithContext } from "../config/v2/dynamicResolution"; | |||
export { ModuleInput } from "../config/v2/input"; |
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.
fwiw it's safe to just export *
here since its internal
No description provided.