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