Skip to content

Commit

Permalink
feat: buyer constant
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Sep 28, 2022
1 parent 6b75923 commit 79a734d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions yearn/treasury/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
from yearn.networks import Network
from yearn.prices.constants import weth

# The buyback contract
BUYER = {
Network.Mainnet: "0x6903223578806940bd3ff0C51f87aa43968424c8",
}.get(chain.id, None)

YFI_LIKE = {
Network.Mainnet: {
'0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e', # YFI
Expand Down

0 comments on commit 79a734d

Please sign in to comment.