Skip to content

Commit

Permalink
feat: add crv incentives vault program
Browse files Browse the repository at this point in the history
Signed-off-by: Val <98047648+0xValJohn@users.noreply.github.com>
  • Loading branch information
0xValJohn authored Jul 8, 2024
1 parent 1141494 commit ed4947e
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 @@ -97,4 +97,15 @@ export const vaultPrograms: VaultRewardProgramArgs[] = [
amount: parseUnits("12500000", 18),
chainId: ChainId.BASE,
},
// LlamaRisk crvUSD Vault - 191,111 CRV over 4 months
{
start: 1720479600n, // Mon Jul 08 2024 23:00:00 GMT+0000
end: 1731110400n, // Sat Nov 09 2024 00:00:00 GMT+0000
fundsSender: "0xF057afeEc22E220f47AD4220871364e9E828b2e9",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb", // mainnet urd
tokenAddress: "0xD533a949740bb3306d119CC777fa900bA034cd52", // crv
vault: "0x67315dd969B8Cd3a3520C245837Bf71f54579C75", // LlamaRisk crvUSD Vaul
amount: parseUnits("191111", 18),
chainId: ChainId.MAINNET,
},
];

0 comments on commit ed4947e

Please sign in to comment.