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