Skip to content

Commit

Permalink
Update pyth vault supply rewards
Browse files Browse the repository at this point in the history
Signed-off-by: comraderoyce <comraderoyce@users.noreply.github.com>
  • Loading branch information
comraderoyce authored Sep 5, 2024
1 parent 000bdd9 commit 69ec964
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 @@ -152,6 +152,28 @@ export const vaultPrograms: VaultRewardProgramArgs[] = [
amount: parseUnits("25000", 6),
chainId: ChainId.BASE,
},
// pythUSDC Vault - 25,000 PYTH 09/07-12/07 OO:00 UTC
{
start: 1725663600n,
end: 1733529600n,
fundsSender: "0xAaB35e8702D783428EE2e1929CDB99e58093C3E2",
urdAddress: "0x5400dbb270c956e8985184335a1c62aca6ce1333",
tokenAddress: "0x4c5d8A75F3762c1561D96f177694f67378705E98",
vault: "0x0FaBfEAcedf47e890c50C8120177fff69C6a1d9B",
amount: parseUnits("25000", 6),
chainId: ChainId.BASE,
},
// pythETH Vault - 25,000 PYTH 09/07-12/07 OO:00 UTC
{
start: 1725663600n,
end: 1733529600n,
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 69ec964

Please sign in to comment.