Skip to content

Commit

Permalink
Added for wrsETH and rsETH
Browse files Browse the repository at this point in the history
Signed-off-by: HedgedAdi2024 <aditya.deorukhkar1904@gmail.com>
  • Loading branch information
HedgedAdi2024 authored Dec 2, 2024
1 parent 2dc4a54 commit 6eb0913
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion src/market-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.MAINNET,
},
// agETH/WETH 5000 USDC on Ethereum 12/04/2024 to 12/18/2024 00:00 UTC
// agETH/WETH 1500 USDC on Ethereum 12/04/2024 to 12/18/2024 00:00 UTC
{
start: 1733250600n,
end: 1734460200n,
Expand All @@ -1527,4 +1527,34 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.MAINNET,
},
// wrsETH/WETH 1500 USDC on Base 12/04/2024 to 12/18/2024 00:00 UTC
{
start: 1733250600n,
end: 1734460200n,
fundsSender: "0x936DC723508ce4C708e085dB9132c4A62Bfc69Ed",
urdAddress: "0x5400dBb270c956E8985184335A1C62AcA6Ce1333",
tokenAddress: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
marketId: "0x214c2bf3c899c913efda9c4a49adff23f77bbc2dc525af7c05be7ec93f32d561",
rewardAmount: {
supply: parseUnits("600", 6),
borrow: parseUnits("900", 6),
collateral: 0n,
},
chainId: ChainId.BASE,
},
// rsETH/WETH 5000 USDC on Ethereum 12/06/2024 to 12/20/2024 00:00 UTC
{
start: 1733423400n,
end: 1734633000n,
fundsSender: "0x9cCC7Df2da448BBeA48347822E2A920053B7E67B",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb",
tokenAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
marketId: "0xba761af4134efb0855adfba638945f454f0a704af11fc93439e20c7c5ebab942",
rewardAmount: {
supply: parseUnits("1250", 6),
borrow: parseUnits("3750", 6),
collateral: 0n,
},
chainId: ChainId.MAINNET,
},
];

0 comments on commit 6eb0913

Please sign in to comment.