/** * Creates a common configuration for the metachain chain. * @type {import('../Common.js').Common} * @description * Chain ID: 571 * Chain Name: MetaChain Mainnet * Default Block Explorer: https://explorer.metatime.com * Default RPC URL: https://rpc.metatime.com * @example * import { createMemoryClient } from 'tevm' * import { metachain } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: metachain, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const metachain: import("../Common.js").Common; //# sourceMappingURL=metachain.d.ts.map