/** * Creates a common configuration for the bearNetworkChainTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 751230 * Chain Name: Bear Network Chain Testnet * Default Block Explorer: https://brnktest-scan.bearnetwork.net * Default RPC URL: https://brnkc-test.bearnetwork.net * @example * import { createMemoryClient } from 'tevm' * import { bearNetworkChainTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: bearNetworkChainTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const bearNetworkChainTestnet: import("../Common.js").Common; //# sourceMappingURL=bearNetworkChainTestnet.d.ts.map