/** * Creates a common configuration for the rootstockTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 31 * Chain Name: Rootstock Testnet * Default Block Explorer: https://explorer.testnet.rootstock.io * Default RPC URL: https://public-node.testnet.rsk.co * @example * import { createMemoryClient } from 'tevm' * import { rootstockTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: rootstockTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const rootstockTestnet: import("../Common.js").Common; //# sourceMappingURL=rootstockTestnet.d.ts.map