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