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