delvtech / agent0

Analysis & simulation repo for Delv
https://agent0.readthedocs.io/en/latest/
Apache License 2.0
49 stars 21 forks source link

support stETH pools #1545

Closed dpaiton closed 2 months ago

dpaiton commented 3 months ago
slundqui commented 3 months ago

Need to figure out priority of this task:

Need this feature to (1) do trades and run bots on steth market on mainnet, and (2) run fuzz testing on steth market (not currently being done)

slundqui commented 3 months ago

https://github.com/delvtech/agent0/pull/1570 implements deploying steth and adding (breaking) test for checking balance correctness

slundqui commented 3 months ago

https://github.com/delvtech/agent0/pull/1571 gathers all event getters and definitions to ethpy interface

slundqui commented 3 months ago

https://github.com/delvtech/agent0/pull/1572 converts steth to/from lido shares before passing to contracts.

slundqui commented 2 months ago

Finished with PRs https://github.com/delvtech/agent0/pull/1570, https://github.com/delvtech/agent0/pull/1571, https://github.com/delvtech/agent0/pull/1572