/** * Creates a common configuration for the klaytn chain. * @type {import('../Common.js').Common} * @description * Chain ID: 8217 * Chain Name: Klaytn * Default Block Explorer: https://scope.klaytn.com * Default RPC URL: https://public-en-cypress.klaytn.net * @example * import { createMemoryClient } from 'tevm' * import { klaytn } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: klaytn, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const klaytn: import("../Common.js").Common; //# sourceMappingURL=klaytn.d.ts.map