/** * Creates a common configuration for the thaiChain chain. * @type {import('../Common.js').Common} * @description * Chain ID: 7 * Chain Name: ThaiChain * Default Block Explorer: https://exp.thaichain.org * Default RPC URL: https://rpc.thaichain.org * @example * import { createMemoryClient } from 'tevm' * import { thaiChain } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: thaiChain, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const thaiChain: import("../Common.js").Common; //# sourceMappingURL=thaiChain.d.ts.map