/** * Creates a common configuration for the shardeumSphinx chain. * @type {import('../Common.js').Common} * @description * Chain ID: 8082 * Chain Name: Shardeum Sphinx * Default Block Explorer: https://explorer-sphinx.shardeum.org * Default RPC URL: https://sphinx.shardeum.org * @example * import { createMemoryClient } from 'tevm' * import { shardeumSphinx } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: shardeumSphinx, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const shardeumSphinx: import("../Common.js").Common; //# sourceMappingURL=shardeumSphinx.d.ts.map