/** * Creates a common configuration for the palmTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 11297108099 * Chain Name: Palm Testnet * Default Block Explorer: https://palm.chainlens.com * Default RPC URL: https://palm-mainnet.public.blastapi.io * @example * import { createMemoryClient } from 'tevm' * import { palmTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: palmTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const palmTestnet: import("../Common.js").Common; //# sourceMappingURL=palmTestnet.d.ts.map