/** * Creates a common configuration for the skaleTitanTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 1020352220 * Chain Name: SKALE Titan Hub * Default Block Explorer: https://aware-fake-trim-testnet.explorer.testnet.skalenodes.com * Default RPC URL: https://testnet.skalenodes.com/v1/aware-fake-trim-testnet * @example * import { createMemoryClient } from 'tevm' * import { skaleTitanTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: skaleTitanTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const skaleTitanTestnet: import("../Common.js").Common; //# sourceMappingURL=skaleTitanTestnet.d.ts.map