Skip to content

Releases: latticexyz/mud

@latticexyz/[email protected]

06 Feb 11:48
1c8b7f2
Compare
Choose a tag to compare

@latticexyz/[email protected]

06 Feb 10:44
3d58450
Compare
Choose a tag to compare

@latticexyz/[email protected]

06 Feb 11:48
1c8b7f2
Compare
Choose a tag to compare

@latticexyz/[email protected]

06 Feb 10:44
3d58450
Compare
Choose a tag to compare

Patch Changes

@latticexyz/[email protected]

06 Feb 11:48
1c8b7f2
Compare
Choose a tag to compare

Patch Changes

@latticexyz/[email protected]

06 Feb 10:44
3d58450
Compare
Choose a tag to compare

Patch Changes

@latticexyz/[email protected]

06 Feb 11:48
1c8b7f2
Compare
Choose a tag to compare

Patch Changes

@latticexyz/[email protected]

06 Feb 10:44
3d58450
Compare
Choose a tag to compare

Patch Changes

  • 10ce339: Using EntryKit without a configured bundler will now throw an error.

    Redstone, Garnet, Rhodolite, and Anvil chains come preconfigured. For other chains, you can a bundler RPC URL to your chain config via

    import type { Chain } from "viem";
    
    const chain = {
      ...
      rpcUrls: {
        ...
        bundler: {
          http: ["https://..."],
        },
      },
    } as const satisfies Chain;
  • 88af932: Improved error handling.

  • e1db80a: Clarified SessionClient type as using a SmartAccount under the hood so that it can be used with smart account-related Viem actions.

  • Updated dependencies [5d6fb1b]

  • Updated dependencies [10ce339]

@latticexyz/[email protected]

06 Feb 11:48
1c8b7f2
Compare
Choose a tag to compare

Patch Changes

@latticexyz/[email protected]

06 Feb 10:44
3d58450
Compare
Choose a tag to compare

Patch Changes