Skip to content

Commit

Permalink
Update runlog (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro authored Sep 26, 2024
1 parent 4cb3229 commit 229c941
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion brownie/runlogs/2024_09_strategist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,29 @@ def main():
)
)

# -------------------------------------
# Sep 25, 2024 - Bribe with AERO
# -------------------------------------
from aerodrome_harvest import *

def main():
with TemporaryForkForOETHbReallocations() as txs:
amount = aero.balanceOf(OETHB_STRATEGIST)

# Approve the bribes contract to move it
txs.append(
aero.approve(OETHB_WETH_BRIBE_CONTRACT, amount, from_strategist)
)

# Bribe
txs.append(
oethb_weth_bribe.notifyRewardAmount(
AERO_BASE,
amount,
from_strategist
)
)

# -----------------------------------------------------
# Sept 18 2024 - OETHb allocation & rebalance 22:50 CET
# -----------------------------------------------------
Expand Down Expand Up @@ -1226,4 +1249,5 @@ def main():
amo_snapsnot()
print("--------------------")
print("Profit ", c18(profit), profit)
print("Vault Change ", c18(vault_change), vault_change)
print("Vault Change ", c18(vault_change), vault_change)

0 comments on commit 229c941

Please sign in to comment.