Skip to content

@latticexyz/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 10:44
· 6 commits to main since this release
3d58450

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]