/** * Creates a common configuration for the etherlinkTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 128123 * Chain Name: Etherlink Testnet * Default Block Explorer: https://testnet-explorer.etherlink.com * Default RPC URL: https://node.ghostnet.etherlink.com * @example * import { createMemoryClient } from 'tevm' * import { etherlinkTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: etherlinkTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const etherlinkTestnet: import("../Common.js").Common; //# sourceMappingURL=etherlinkTestnet.d.ts.map