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