Skip to content

Commit

Permalink
feat: crv incentives for crvUSD vault epoch 7 (#72)
Browse files Browse the repository at this point in the history
* feat: crv incentives for crvUSD vault epoch 7

Signed-off-by: Val <98047648+0xValJohn@users.noreply.github.com>

* fix: amount format

Signed-off-by: Val <98047648+0xValJohn@users.noreply.github.com>

---------

Signed-off-by: Val <98047648+0xValJohn@users.noreply.github.com>
Signed-off-by: gabin54 <59560717+gabin54@users.noreply.github.com>
Co-authored-by: gabin54 <59560717+gabin54@users.noreply.github.com>
  • Loading branch information
0xValJohn and gabin54 authored Oct 30, 2024
1 parent b8fa1b8 commit 4d39f7d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/vault-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,17 @@ export const vaultPrograms: VaultRewardProgramArgs[] = [
amount: parseUnits("20000", 18),
chainId: ChainId.BASE,
},
// LlamaRisk crvUSD Vault (Epoch 7) - 15_000 CRV over 4 weeks
{
start: 1730480708n, // Fri Nov 01 2024 17:05:08 GMT+0000
end: 1732899908n, // Fri Nov 29 2024 17:05:08 GMT+0000
fundsSender: "0x7e246fAce452AC43F5dC60c41EE14C88c37951c6", // LlamaRisk aggregator multisig
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb", // mainnet urd
tokenAddress: "0xD533a949740bb3306d119CC777fa900bA034cd52", // crv
vault: "0x67315dd969B8Cd3a3520C245837Bf71f54579C75", // LlamaRisk crvUSD Vault
amount: parseUnits("15000", 18),
chainId: ChainId.MAINNET,
},
// Re7 Universal USDC Vault - 6.52 uSOL 10/30-11/13 3pm GMT
{
start: 1730300400n,
Expand Down

0 comments on commit 4d39f7d

Please sign in to comment.