Skip to content

Commit

Permalink
fix tx_builder templates too. Just want this to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium committed Jun 13, 2024
1 parent 92ddcf2 commit e05652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-scripts/tx_build_add_reward_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main():
gauge_interface = w3.eth.contract(address=to_checksum_address(gauge), abi=GAUGE_ABI)
data = gauge_interface.encodeABI(fn_name="add_reward", args=[token, distributor])
# open the add_reward_token_to_gauge.json file and modify it with the object inputs
with open("tx_builder_templates/add_reward_token.json", "r") as f:
with open("action-scripts/tx_builder_templates/add_reward_token.json", "r") as f:
tx = json.load(f)
tx["chainId"] = chain
tx["meta"]["createdFromSafeAddress"] = addr_book.multisigs.lm
Expand Down

0 comments on commit e05652c

Please sign in to comment.