/** * Creates a common configuration for the zetachain chain. * @type {import('../Common.js').Common} * @description * Chain ID: 7000 * Chain Name: ZetaChain * Default Block Explorer: https://explorer.zetachain.com * Default RPC URL: https://zetachain-evm.blockpi.network/v1/rpc/public * @example * import { createMemoryClient } from 'tevm' * import { zetachain } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: zetachain, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const zetachain: import("../Common.js").Common; //# sourceMappingURL=zetachain.d.ts.map