Skip to content

Commit

Permalink
Fix runlog
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Dec 31, 2024
1 parent 855d270 commit f3b3342
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions brownie/runlogs/2024_12_strategist.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ def main():

txs.append(vault_value_checker.takeSnapshot(std))

txs.append(
vault_admin.withdrawFromStrategy(
AAVE_STRAT,
[usdt],
[8000 * 10**6],
std
)
)

txs.append(
vault_admin.depositToStrategy(
MORPHO_GAUNTLET_PRIME_USDT_STRAT,
Expand Down Expand Up @@ -89,5 +98,3 @@ def main():
print("OETH supply change", "{:.6f}".format(supply_change / 10**18), supply_change)
print("Vault Change", "{:.6f}".format(vault_change / 10**18), vault_change)
print("-----")

print(to_gnosis_json(txs, STRATEGIST, "1"))

0 comments on commit f3b3342

Please sign in to comment.