Skip to content

Commit

Permalink
wrsETH/WETH Incentives - 6th Nov - 20th Nov 2024
Browse files Browse the repository at this point in the history
Signed-off-by: HedgedAdi2024 <aditya.deorukhkar1904@gmail.com>
  • Loading branch information
HedgedAdi2024 authored Nov 1, 2024
1 parent 4d39f7d commit 9a9f738
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/market-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1377,4 +1377,18 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.MAINNET,
},
// wrsETH/WETH 3000 USDC on Base 11/06/2024 to 11/20/2024 00:00
{
start: 1730831400n,
end: 1732041000n,
fundsSender: "0x936DC723508ce4C708e085dB9132c4A62Bfc69Ed",
urdAddress: "0x5400dBb270c956E8985184335A1C62AcA6Ce1333",
tokenAddress: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
marketId: "0x214c2bf3c899c913efda9c4a49adff23f77bbc2dc525af7c05be7ec93f32d561",
rewardAmount: {
supply: parseUnits("375", 6),
borrow: parseUnits("1125", 6),
collateral: 0n,
},
chainId: ChainId.BASE,
];

0 comments on commit 9a9f738

Please sign in to comment.