Skip to main content

gasLimits

This module exports the SDK's static gas-limit defaults.

Exports

  • StaticGasLimitsConfig — the shape of the per-chain static gas-limit map
  • GAS_LIMITS_STATIC_CONFIG — static per-chain gas limits used alongside dynamically fetched datastore values
import { GAS_LIMITS_STATIC_CONFIG } from "@gmx-io/sdk/configs/gasLimits";

console.log(GAS_LIMITS_STATIC_CONFIG[42161]);