UNPKG

@admin-jigsaw/jigsaw-sdk

Version:

Returns predefined data for Jigsaw platform and exposes functionality to retrieve the necessary data

8 lines (7 loc) 232 B
import { createTestClient, http, publicActions } from "viem"; import { foundry } from "viem/chains"; export var testClient = createTestClient({ chain: foundry, mode: "anvil", transport: http(), }).extend(publicActions);