/** * Creates a common configuration for the thunderTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 997 * Chain Name: 5ireChain Thunder Testnet * Default Block Explorer: https://explorer.5ire.network * Default RPC URL: https://rpc-testnet.5ire.network * @example * import { createMemoryClient } from 'tevm' * import { thunderTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: thunderTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const thunderTestnet: import("../Common.js").Common; //# sourceMappingURL=thunderTestnet.d.ts.map