/** * Creates a common configuration for the hedera chain. * @type {import('../Common.js').Common} * @description * Chain ID: 295 * Chain Name: Hedera Mainnet * Default Block Explorer: https://hashscan.io/mainnet * Default RPC URL: https://mainnet.hashio.io/api * @example * import { createMemoryClient } from 'tevm' * import { hedera } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: hedera, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const hedera: import("../Common.js").Common; //# sourceMappingURL=hedera.d.ts.map