Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track OETH Zapper events #361

Merged
merged 2 commits into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eagleproject/core/blockchain/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

# OGV
OGV = "0x9c354503c38481a7a7a51629142963f98ecc12d0"
VEOGV = "0x0C4576Ca1c365868E162554AF8e385dc3e7C66D9"
VEOGV = "0x0c4576ca1c365868e162554af8e385dc3e7c66d9"
OGV_BUYBACK_LEGACY = "0x6c5cdfb47150efc52072cb93eea1e0f123529748"
OGV_BUYBACK_PROXY = "0xd7b28d06365b85933c64e11e639ea0d3bc0e3bab"
REWARDS_SOURCE = "0x7d82e86cf1496f9485a8ea04012afeb3c7489397"
Expand All @@ -83,7 +83,7 @@
OETH = "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3"
OETH_ZAPPER = "0x8c135f50c7317a93cc95bb208a494e5ade5b66b0"
OETH_ETH_AMO_METAPOOL = "0x94b17476a93b3262d87b9a326965d1e91f9c13e7"
OETH_CURVE_AMO_REWARDS_POOL = "0x24b65DC1cf053A8D96872c323d29e86ec43eB33A"
OETH_CURVE_AMO_REWARDS_POOL = "0x24b65dc1cf053a8d96872c323d29e86ec43eb33a"
OETH_ETH_AMO_CURVE_GUAGE = "0xd03be91b1932715709e18021734fcb91bb431715"

# Strategies
Expand Down
4 changes: 3 additions & 1 deletion eagleproject/core/blockchain/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
OGV_BUYBACK_LEGACY,
OGV_BUYBACK_PROXY,
THREEPOOL,
OETH_ZAPPER,
OETH_VAULT,
OETH,
FRXETH,
Expand Down Expand Up @@ -192,7 +193,8 @@
OGV_BUYBACK_LEGACY,
OGV_BUYBACK_PROXY,
OETH,
OETH_VAULT
OETH_VAULT,
OETH_ZAPPER
]

ASSET_TICKERS = ["DAI", "USDC", "USDT"]
Expand Down
Loading