diff --git a/bal_tools/ecosystem.py b/bal_tools/ecosystem.py index ad0eab4..111d32f 100644 --- a/bal_tools/ecosystem.py +++ b/bal_tools/ecosystem.py @@ -177,7 +177,7 @@ def get_votes_from_snapshot(self, snapshot_id: str): "first": limit, "skip": offset, "snapshot_id": snapshot_id, - "voter": "multisigs/vote_incentive_recycling", + "voter": "multisigs/maxi_omni", "space": "gauges.aurafinance.eth", }, ) diff --git a/tests/conftest.py b/tests/conftest.py index d41ed61..2575b65 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -60,7 +60,7 @@ def addr_book(): @pytest.fixture(scope="module") def msig_name(): - return "multisigs/vote_incentive_recycling" + return "multisigs/maxi_omni" @pytest.fixture(scope="module") @@ -79,6 +79,7 @@ def bribe_market_abi(): with open("tests/abi/bribe_market.json", "r") as file: return json.load(file) + @pytest.fixture(scope="module") def bridge_abi(): with open("tests/abi/bridge.json", "r") as file: