Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
@latticexyz/[email protected]
Major Changes
9af542d3
Thanks @holic! - Renamesmud-gas-report
binary togas-report
, since it's no longer MUD specific.@latticexyz/[email protected]
Minor Changes
#1413
8025c350
Thanks @holic! - Added a new@latticexyz/abi-ts
package to generate TS type declaration files (.d.ts
) for each ABI JSON file.This allows you to import your JSON ABI and use it directly with libraries like viem and abitype.
By default,
abi-ts
looks for files with the glob**/*.abi.json
, but you can customize this glob with the--input
argument, e.g.pnpm abi-ts --input 'abi/IWorld.sol/IWorld.abi.json'
@latticexyz/[email protected]
Minor Changes
#1413
8025c350
Thanks @holic! - Added a new@latticexyz/abi-ts
package to generate TS type declaration files (.d.ts
) for each ABI JSON file.This allows you to import your JSON ABI and use it directly with libraries like viem and abitype.
By default,
abi-ts
looks for files with the glob**/*.abi.json
, but you can customize this glob with the--input
argument, e.g.pnpm abi-ts --input 'abi/IWorld.sol/IWorld.abi.json'
Patch Changes
8025c350
,9af542d3
,8025c350
]:[email protected]
Minor Changes
#1403
55377ffe
Thanks @holic! - We now use@latticexyz/abi-ts
to generate TS type declaration files (.d.ts
) for each ABI JSON file. This replaces our usage TypeChain everywhere.If you have a MUD project created from an older template, you can replace TypeChain with
abi-ts
by first updating your contracts'package.json
:And update your client's
setupNetwork.ts
with:@latticexyz/[email protected]
Minor Changes
#1413
8025c350
Thanks @holic! - We now use@latticexyz/abi-ts
to generate TS type declaration files (.d.ts
) for each ABI JSON file. This replaces our usage TypeChain everywhere.If you previously relied on TypeChain types from
@latticexyz/store
or@latticexyz/world
, you will either need to migrate to viem or abitype using ABI JSON imports or generate TypeChain types from our exported ABI JSON files.Patch Changes
@latticexyz/[email protected]
Minor Changes
#1413
8025c350
Thanks @holic! - We now use@latticexyz/abi-ts
to generate TS type declaration files (.d.ts
) for each ABI JSON file. This replaces our usage TypeChain everywhere.If you previously relied on TypeChain types from
@latticexyz/store
or@latticexyz/world
, you will either need to migrate to viem or abitype using ABI JSON imports or generate TypeChain types from our exported ABI JSON files.Patch Changes
8025c350
]:@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
8025c350
]:@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
8025c350
]:@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
8025c350
]:@latticexyz/[email protected]
Patch Changes
8025c350
]:@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
[email protected]
[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]