/** * Creates a common configuration for the tron chain. * @type {import('../Common.js').Common} * @description * Chain ID: 728126428 * Chain Name: Tron * Default Block Explorer: https://tronscan.org * Default RPC URL: https://api.trongrid.io/jsonrpc * @example * import { createMemoryClient } from 'tevm' * import { tron } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: tron, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const tron: import("../Common.js").Common; //# sourceMappingURL=tron.d.ts.map