/** * Creates a common configuration for the filecoin chain. * @type {import('../Common.js').Common} * @description * Chain ID: 314 * Chain Name: Filecoin Mainnet * Default Block Explorer: https://filfox.info/en * Default RPC URL: https://api.node.glif.io/rpc/v1 * @example * import { createMemoryClient } from 'tevm' * import { filecoin } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: filecoin, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const filecoin: import("../Common.js").Common; //# sourceMappingURL=filecoin.d.ts.map