Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new pendle wbtc reward program #94

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/vault-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -668,4 +668,16 @@ export const vaultPrograms: VaultRewardProgramArgs[] = [
amount: parseUnits("1350000", 18),
chainId: ChainId.BASE,
},

// Pendle WBTC Vault - 2000 Pendle 12/23-01/18 6pm GMT
{
start: 1734976800n,
end: 1737223200n,
fundsSender: "0x650741eB4f6AB0776B9bF98A3280E3Cd6A2F1BF1", // mev capital ms 2
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb", // mainnet urd
tokenAddress: "0x808507121B80c02388fAd14726482e061B8da827", // Pendle token
vault: "0x2f1aBb81ed86Be95bcf8178bA62C8e72D6834775", // Pendle WBTC vault
amount: parseUnits("2000", 18),
chainId: ChainId.MAINNET,
},
];
Loading