/** * Creates a common configuration for the pulsechainV4 chain. * @type {import('../Common.js').Common} * @description * Chain ID: 943 * Chain Name: PulseChain V4 * Default Block Explorer: https://scan.v4.testnet.pulsechain.com * Default RPC URL: https://rpc.v4.testnet.pulsechain.com * @example * import { createMemoryClient } from 'tevm' * import { pulsechainV4 } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: pulsechainV4, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const pulsechainV4: import("../Common.js").Common; //# sourceMappingURL=pulsechainV4.d.ts.map