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