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