GUARD_LIBRARIES

Documentation for eth_defi.deploy.GUARD_LIBRARIES data.

GUARD_LIBRARIES: dict[str, str] = {'CowSwapLib': '0x0000000000000000000000000000000000000000', 'GmxLib': '0x0000000000000000000000000000000000000000', 'HypercoreVaultLib': '0x0000000000000000000000000000000000000000', 'UniswapLib': '0x0000000000000000000000000000000000000000', 'VeloraLib': '0x0000000000000000000000000000000000000000'}

Default library addresses for deploying guard contracts (SimpleVaultV0, TradingStrategyModuleV0).

All external Forge libraries are linked to ZERO_ADDRESS so the bytecode resolves cleanly. Tests that exercise a specific library should override the relevant entry with the real deployed address.