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