/** * Creates a common configuration for the avalanche chain. * @type {import('../Common.js').Common} * @description * Chain ID: 43114 * Chain Name: Avalanche * Default Block Explorer: https://snowtrace.io * Default RPC URL: https://api.avax.network/ext/bc/C/rpc * @example * import { createMemoryClient } from 'tevm' * import { avalanche } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: avalanche, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const avalanche: import("../Common.js").Common; //# sourceMappingURL=avalanche.d.ts.map