/** * Creates a common configuration for the meterTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 83 * Chain Name: Meter Testnet * Default Block Explorer: https://scan-warringstakes.meter.io * Default RPC URL: https://rpctest.meter.io * @example * import { createMemoryClient } from 'tevm' * import { meterTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: meterTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const meterTestnet: import("../Common.js").Common; //# sourceMappingURL=meterTestnet.d.ts.map