GMX_SUPPORTED_CHAINS

Documentation for eth_defi.gmx.constants.GMX_SUPPORTED_CHAINS data.

GMX_SUPPORTED_CHAINS: tuple[str, ...] = ('arbitrum', 'avalanche', 'arbitrum_sepolia', 'avalanche_fuji')

All chain names supported by the GMX protocol integration (mainnet + testnet).

Used for validation in the CCXT adapter, Freqtrade exchange class, and other entry points that accept a chain name string.