GMX_ARBITRUM_ADDRESSES

Documentation for eth_defi.gmx.whitelist.GMX_ARBITRUM_ADDRESSES data.

GMX_ARBITRUM_ADDRESSES: dict[str, eth_typing.evm.HexAddress] = {'exchange_router': '0x7C68C7866A64FA2160F78EEaE12217FFbf871fa8', 'order_vault': '0x31eF83a530Fde1B38EE9A18093A333D8Bbbc40D5', 'synthetics_router': '0x7452c558d45f8afC8c83dAe62C3f8A5BE19c71f6'}

GMX contract addresses on Arbitrum mainnet.

Warning

These addresses may become stale when GMX upgrades contracts. Prefer using get_gmx_arbitrum_addresses() or GMXDeployment.create_arbitrum() which fetch addresses dynamically from the GMX contracts registry.

These are the official GMX V2 contract addresses required for whitelisting GMX trading in a Guard contract.