Skip to content

Commit

Permalink
Update market-programs.ts (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: HedgedAdi2024 <aditya.deorukhkar1904@gmail.com>
Signed-off-by: gabin54 <59560717+gabin54@users.noreply.github.com>
Co-authored-by: gabin54 <59560717+gabin54@users.noreply.github.com>
  • Loading branch information
HedgedAdi2024 and gabin54 authored Nov 19, 2024
1 parent 5587f4f commit 7b5a4c4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/market-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1467,6 +1467,21 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.BASE,
},
// rsETH/WETH 5000 USDC on Ethereum 11/21/2024 to 12/05/2024 00:00 UTC
{
start: 1732127400n,
end: 1733337000n,
fundsSender: "0x9cCC7Df2da448BBeA48347822E2A920053B7E67B",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb",
tokenAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
marketId: "0xba761af4134efb0855adfba638945f454f0a704af11fc93439e20c7c5ebab942",
rewardAmount: {
supply: parseUnits("1250", 6),
borrow: parseUnits("3750", 6),
collateral: 0n,
},
chainId: ChainId.MAINNET,
},
// ETH+/eUSD Mainnet 2,500 eUSD 11/20-12/20 6pm GMT
{
start: 1732125600n,
Expand Down

0 comments on commit 7b5a4c4

Please sign in to comment.