Skip to content

Commit

Permalink
fix: Address casing
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Jul 11, 2023
1 parent b6846bc commit fef235c
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit fef235c

Please sign in to comment.