·
6 commits
to main
since this release
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 aSmartAccount
under the hood so that it can be used with smart account-related Viem actions. -
Updated dependencies [5d6fb1b]
-
Updated dependencies [10ce339]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]