Skip to content

Commit

Permalink
Add pythETH and pythUSDC rewards programs (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
comraderoyce authored Aug 7, 2024
1 parent daaee01 commit 49e9302
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/vault-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,28 @@ export const vaultPrograms: VaultRewardProgramArgs[] = [
amount: parseUnits("11000000", 18),
chainId: ChainId.MAINNET,
},
// pythUSDC Vault - 25,000 PYTH 08/07-09/06 2pm UTC
{
start: 1723039200n,
end: 1725631200n,
fundsSender: "0xAaB35e8702D783428EE2e1929CDB99e58093C3E2",
urdAddress: "0x5400dbb270c956e8985184335a1c62aca6ce1333",
tokenAddress: "0x4c5d8A75F3762c1561D96f177694f67378705E98",
vault: "0x0FaBfEAcedf47e890c50C8120177fff69C6a1d9B",
amount: parseUnits("25000", 6),
chainId: ChainId.BASE,
},
// pythETH Vault - 25,000 PYTH 08/07-09/06 2pm UTC
{
start: 1723039200n,
end: 1725631200n,
fundsSender: "0xAaB35e8702D783428EE2e1929CDB99e58093C3E2",
urdAddress: "0x5400dbb270c956e8985184335a1c62aca6ce1333",
tokenAddress: "0x4c5d8A75F3762c1561D96f177694f67378705E98",
vault: "0x80D9964fEb4A507dD697b4437Fc5b25b618CE446",
amount: parseUnits("25000", 6),
chainId: ChainId.BASE,
},
// LlamaRisk crvUSD Vault (Epoch 2) - 30,450 CRV over 2 weeks
{
start: 1723223108n, // Fri Aug 09 2024 17:05:08 GMT+0000
Expand Down

0 comments on commit 49e9302

Please sign in to comment.