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