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

week 4 emissions updates #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
26 changes: 13 additions & 13 deletions config/active_emissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
weekly_schedule = {
# CRV LP
"native.renCrv": {
"badger": Wei("6900 ether"),
"badger": Wei("5114 ether"),
"digg": to_digg_shares(0),
},
"native.sbtcCrv": {
"badger": Wei("3450 ether"),
"badger": Wei("2557 ether"),
"digg": to_digg_shares(0),
},
"native.tbtcCrv": {
"badger": Wei("3450 ether"),
"badger": Wei("2557 ether"),
"digg": to_digg_shares(0),
},
"native.hbtcCrv": {"badger": Wei("6900 ether"), "digg": to_digg_shares(0)},
"native.bbtcCrv": {"badger": Wei("6900 ether"), "digg": to_digg_shares(0)},
"native.obtcCrv": {"badger": Wei("3450 ether"), "digg": to_digg_shares(0)},
"native.pbtcCrv": {"badger": Wei("3450 ether"), "digg": to_digg_shares(0)},
"native.tricrypto": {"badger": Wei("6900 ether"), "digg": to_digg_shares(0)},
"native.hbtcCrv": {"badger": Wei("5114 ether"), "digg": to_digg_shares(0)},
"native.bbtcCrv": {"badger": Wei("5114 ether"), "digg": to_digg_shares(0)},
"native.obtcCrv": {"badger": Wei("2557 ether"), "digg": to_digg_shares(0)},
"native.pbtcCrv": {"badger": Wei("2557 ether"), "digg": to_digg_shares(0)},
"native.tricrypto": {"badger": Wei("5114 ether"), "digg": to_digg_shares(0)},
# Sushi LP
"native.sushiWbtcEth": {
"badger": Wei("2300 ether"),
Expand All @@ -40,8 +40,8 @@
"yearn.wbtc": {"badger": Wei("2300 ether"), "digg": to_digg_shares(0)},

# Convex Helper
"native.cvx": {"badger": Wei("230 ether"), "digg": to_digg_shares(0)},
"native.cvxCrv": {"badger": Wei("230 ether"), "digg": to_digg_shares(0)},
"native.cvx": {"badger": Wei("278 ether"), "digg": to_digg_shares(0)},
"native.cvxCrv": {"badger": Wei("278 ether"), "digg": to_digg_shares(0)},

# Native Setts
"native.badger": {
Expand All @@ -58,14 +58,14 @@
},

# Digg Setts
"native.digg": {"badger": Wei("0 ether"), "digg": to_digg_shares(4.990)},
"native.digg": {"badger": Wei("0 ether"), "digg": to_digg_shares(4.140)},
"native.uniDiggWbtc": {
"badger": Wei("0 ether"),
"digg": to_digg_shares(9.990),
"digg": to_digg_shares(8.280),
},
"native.sushiDiggWbtc": {
"badger": Wei("0 ether"),
"digg": to_digg_shares(9.990),
"digg": to_digg_shares(8.280),
},
}

Expand Down