/** * Creates a common configuration for the fantomSonicTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 64240 * Chain Name: Fantom Sonic Open Testnet * Default Block Explorer: https://public-sonic.fantom.network * Default RPC URL: https://rpcapi.sonic.fantom.network * @example * import { createMemoryClient } from 'tevm' * import { fantomSonicTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: fantomSonicTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const fantomSonicTestnet: import("../Common.js").Common; //# sourceMappingURL=fantomSonicTestnet.d.ts.map