/** * Creates a common configuration for the skaleBlockBrawlers chain. * @type {import('../Common.js').Common} * @description * Chain ID: 391845894 * Chain Name: SKALE | Block Brawlers * Default Block Explorer: https://frayed-decent-antares.explorer.mainnet.skalenodes.com * Default RPC URL: https://mainnet.skalenodes.com/v1/frayed-decent-antares * @example * import { createMemoryClient } from 'tevm' * import { skaleBlockBrawlers } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: skaleBlockBrawlers, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const skaleBlockBrawlers: import("../Common.js").Common; //# sourceMappingURL=skaleBlockBrawlers.d.ts.map