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