Skip to content

Commit

Permalink
Merge branch 'main' into test/cache_and_restore_graph_api_key
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru authored Dec 4, 2024
2 parents c9ade57 + 0a5e15f commit 9b78539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bal_tools/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
)
Expand Down
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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:
Expand Down

0 comments on commit 9b78539

Please sign in to comment.