/** * Creates a common configuration for the telosTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 41 * Chain Name: Telos * Default Block Explorer: https://testnet.teloscan.io/ * Default RPC URL: https://testnet.telos.net/evm * @example * import { createMemoryClient } from 'tevm' * import { telosTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: telosTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const telosTestnet: import("../Common.js").Common; //# sourceMappingURL=telosTestnet.d.ts.map