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