/** * Creates a common configuration for the canto chain. * @type {import('../Common.js').Common} * @description * Chain ID: 7700 * Chain Name: Canto * Default Block Explorer: https://tuber.build * Default RPC URL: https://canto.gravitychain.io * @example * import { createMemoryClient } from 'tevm' * import { canto } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: canto, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const canto: import("../Common.js").Common; //# sourceMappingURL=canto.d.ts.map