/** * Creates a common configuration for the gravity chain. * @type {import('../Common.js').Common} * @description * Chain ID: 1625 * Chain Name: Gravity Alpha Mainnet * Default Block Explorer: https://explorer.gravity.xyz * Default RPC URL: https://rpc.gravity.xyz * @example * import { createMemoryClient } from 'tevm' * import { gravity } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: gravity, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const gravity: import("../Common.js").Common; //# sourceMappingURL=gravity.d.ts.map