Skip to content

Commit

Permalink
feat: add crv incentives vault program (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xValJohn authored Jul 9, 2024
1 parent 1141494 commit 2762167
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 - 47,777 CRV over 1 month
{
start: 1720544708n, // Tue Jul 09 2024 17:05:08 GMT+0000
end: 1723223108n, // Fri Aug 09 2024 17:05:08 GMT+0000
fundsSender: "0xF057afeEc22E220f47AD4220871364e9E828b2e9",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb", // mainnet urd
tokenAddress: "0xD533a949740bb3306d119CC777fa900bA034cd52", // crv
vault: "0x67315dd969B8Cd3a3520C245837Bf71f54579C75", // LlamaRisk crvUSD Vault
amount: parseUnits("47777", 18),
chainId: ChainId.MAINNET,
},
];

0 comments on commit 2762167

Please sign in to comment.