From b6846bc37929cfea2dc36bd8adc23213aa3c0c3f Mon Sep 17 00:00:00 2001 From: Shahul Hameed <10547529+shahthepro@users.noreply.github.com> Date: Tue, 11 Jul 2023 17:53:01 +0400 Subject: [PATCH 1/2] Track OETH Zapper events --- eagleproject/core/blockchain/const.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eagleproject/core/blockchain/const.py b/eagleproject/core/blockchain/const.py index a48562b..4898df2 100644 --- a/eagleproject/core/blockchain/const.py +++ b/eagleproject/core/blockchain/const.py @@ -40,6 +40,7 @@ OGV_BUYBACK_LEGACY, OGV_BUYBACK_PROXY, THREEPOOL, + OETH_ZAPPER, OETH_VAULT, OETH, FRXETH, @@ -192,7 +193,8 @@ OGV_BUYBACK_LEGACY, OGV_BUYBACK_PROXY, OETH, - OETH_VAULT + OETH_VAULT, + OETH_ZAPPER ] ASSET_TICKERS = ["DAI", "USDC", "USDT"] From fef235c5da6e49879082a19702c7ea5fff081203 Mon Sep 17 00:00:00 2001 From: Shahul Hameed <10547529+shahthepro@users.noreply.github.com> Date: Tue, 11 Jul 2023 17:53:18 +0400 Subject: [PATCH 2/2] fix: Address casing --- eagleproject/core/blockchain/addresses.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eagleproject/core/blockchain/addresses.py b/eagleproject/core/blockchain/addresses.py index ca464f9..10877ec 100644 --- a/eagleproject/core/blockchain/addresses.py +++ b/eagleproject/core/blockchain/addresses.py @@ -74,7 +74,7 @@ # OGV OGV = "0x9c354503c38481a7a7a51629142963f98ecc12d0" -VEOGV = "0x0C4576Ca1c365868E162554AF8e385dc3e7C66D9" +VEOGV = "0x0c4576ca1c365868e162554af8e385dc3e7c66d9" OGV_BUYBACK_LEGACY = "0x6c5cdfb47150efc52072cb93eea1e0f123529748" OGV_BUYBACK_PROXY = "0xd7b28d06365b85933c64e11e639ea0d3bc0e3bab" REWARDS_SOURCE = "0x7d82e86cf1496f9485a8ea04012afeb3c7489397" @@ -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