Skip to content

Commit

Permalink
feat: crv incentives for crvUSD vault epoch 3 (#27)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Val <[email protected]>
  • Loading branch information
0xValJohn authored Aug 20, 2024
1 parent 7a94387 commit c9b99e1
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 @@ -163,4 +163,15 @@ export const vaultPrograms: VaultRewardProgramArgs[] = [
amount: parseUnits("30450", 18),
chainId: ChainId.MAINNET,
},
// LlamaRisk crvUSD Vault (Epoch 3) - 18,270 CRV over 2 weeks
{
start: 1724432708n, // Fri Aug 23 2024 17:05:08 GMT+0000
end: 1725642308n, // Fri Sep 06 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("18270", 18),
chainId: ChainId.MAINNET,
},
];

0 comments on commit c9b99e1

Please sign in to comment.