/** * Creates a common configuration for the dchainTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 2713017997578000 * Chain Name: Dchain Testnet * Default Block Explorer: https://dchaintestnet-2713017997578000-1.testnet.sagaexplorer.io * Default RPC URL: https://dchaintestnet-2713017997578000-1.jsonrpc.testnet.sagarpc.io * @example * import { createMemoryClient } from 'tevm' * import { dchainTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: dchainTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const dchainTestnet: import("../Common.js").Common; //# sourceMappingURL=dchainTestnet.d.ts.map