// SPDX-License-Identifier: MIT pragma solidity >=0.6.0; // AUTOGENERATED - MANUAL CHANGES WILL BE REVERTED BY THE GENERATOR import {IGovernanceCore, IPayloadsControllerCore, IVotingStrategy, IDataWarehouse} from './GovernanceV3.sol'; library GovernanceV3Ethereum { // https://etherscan.io/address/0xEd42a7D8559a463722Ca4beD50E0Cc05a386b0e1 address internal constant CROSS_CHAIN_CONTROLLER = 0xEd42a7D8559a463722Ca4beD50E0Cc05a386b0e1; // https://etherscan.io/address/0x9AEE0B04504CeF83A65AC3f0e838D0593BCb2BC7 IGovernanceCore internal constant GOVERNANCE = IGovernanceCore(0x9AEE0B04504CeF83A65AC3f0e838D0593BCb2BC7); // https://etherscan.io/address/0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5 IPayloadsControllerCore internal constant PAYLOADS_CONTROLLER = IPayloadsControllerCore(0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5); // https://etherscan.io/address/0x06a1795a88b82700896583e123F46BE43877bFb6 address internal constant VOTING_MACHINE = 0x06a1795a88b82700896583e123F46BE43877bFb6; // https://etherscan.io/address/0x6ACe1Bf22D57a33863161bFDC851316Fb0442690 address internal constant VOTING_PORTAL_ETH_ETH = 0x6ACe1Bf22D57a33863161bFDC851316Fb0442690; // https://etherscan.io/address/0x9Ded9406f088C10621BE628EEFf40c1DF396c172 address internal constant VOTING_PORTAL_ETH_AVAX = 0x9Ded9406f088C10621BE628EEFf40c1DF396c172; // https://etherscan.io/address/0xFe4683C18aaad791B6AFDF0a8e1Ed5C6e2c9ecD6 address internal constant VOTING_PORTAL_ETH_POL = 0xFe4683C18aaad791B6AFDF0a8e1Ed5C6e2c9ecD6; // https://etherscan.io/address/0xE3B770Dc4ae3f8bECaB3Ed12dE692c741603e16A address internal constant PC_DATA_HELPER = 0xE3B770Dc4ae3f8bECaB3Ed12dE692c741603e16A; // https://etherscan.io/address/0x971c82c8316aD611904F95616c21ce90837f1856 address internal constant GOV_DATA_HELPER = 0x971c82c8316aD611904F95616c21ce90837f1856; // https://etherscan.io/address/0x77976B51569896523EE215962Ee91ff236Fa50E8 address internal constant VM_DATA_HELPER = 0x77976B51569896523EE215962Ee91ff236Fa50E8; // https://etherscan.io/address/0x94363B11b37BC3ffe43AB09cff5A010352FE85dC address internal constant META_DELEGATE_HELPER = 0x94363B11b37BC3ffe43AB09cff5A010352FE85dC; // https://etherscan.io/address/0x73C6Fb358dDA8e84D50e98A98F7c0dF32e15C7e9 address internal constant EMERGENCY_REGISTRY = 0x73C6Fb358dDA8e84D50e98A98F7c0dF32e15C7e9; // https://etherscan.io/address/0xa198Fac58E02A5C5F8F7e877895d50cFa9ad1E04 address internal constant GOVERNANCE_POWER_STRATEGY = 0xa198Fac58E02A5C5F8F7e877895d50cFa9ad1E04; // https://etherscan.io/address/0x4457cA11E90f416Cc1D3a8E1cA41C0cdEcC251d4 address internal constant GRANULAR_GUARDIAN = 0x4457cA11E90f416Cc1D3a8E1cA41C0cdEcC251d4; // https://etherscan.io/address/0xCe52ab41C40575B072A18C9700091Ccbe4A06710 address internal constant GOVERNANCE_GUARDIAN = 0xCe52ab41C40575B072A18C9700091Ccbe4A06710; // https://etherscan.io/address/0x5300A1a15135EA4dc7aD5a167152C01EFc9b192A address internal constant EXECUTOR_LVL_1 = 0x5300A1a15135EA4dc7aD5a167152C01EFc9b192A; // https://etherscan.io/address/0x17Dd33Ed0e3dD2a80E37489B8A63063161BE6957 address internal constant EXECUTOR_LVL_2 = 0x17Dd33Ed0e3dD2a80E37489B8A63063161BE6957; // https://etherscan.io/address/0xA16044F268d84599e58E851b25f4DBA061DC6088 IVotingStrategy internal constant VOTING_STRATEGY = IVotingStrategy(0xA16044F268d84599e58E851b25f4DBA061DC6088); // https://etherscan.io/address/0xa638c14525CAEE8e498A67b409CCb1B7b34c3981 IDataWarehouse internal constant DATA_WAREHOUSE = IDataWarehouse(0xa638c14525CAEE8e498A67b409CCb1B7b34c3981); }