Skip to content

Commit

Permalink
pendle reward second step (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcc0s authored Nov 29, 2024
1 parent c5be70d commit 61730c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/vault-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,4 +460,16 @@ export const vaultPrograms: VaultRewardProgramArgs[] = [
amount: parseUnits("13514", 18),
chainId: ChainId.MAINNET,
},

// Pendle WBTC Vault - 1000 Pendle 11/29-12/13 6pm GMT
{
start: 1732903200n,
end: 1734112800n,
fundsSender: "0x650741eB4f6AB0776B9bF98A3280E3Cd6A2F1BF1", // mev capital ms 2
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb", // mainnet urd
tokenAddress: "0x808507121B80c02388fAd14726482e061B8da827", // Pendle token
vault: "0x2f1aBb81ed86Be95bcf8178bA62C8e72D6834775", // Pendle WBTC vault
amount: parseUnits("1000", 18),
chainId: ChainId.MAINNET,
},
];

0 comments on commit 61730c3

Please sign in to comment.