Skip to content

Commit

Permalink
add extra debug outputs to make problem detection easier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium committed Sep 8, 2023
1 parent c957255 commit fd4977c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action-scripts/brownie/scripts/report_gauges.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def _extract_pool(
recipient = gauge.getRecipient()
network.disconnect()
network.connect(chain)
print(f"Recipient: {recipient}")
sidechain_recipient = Contract(recipient)
style = None
if "reward_receiver" in sidechain_recipient.selectors.values():
Expand Down

0 comments on commit fd4977c

Please sign in to comment.