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