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