Skip to content

Commit

Permalink
feat(kelp): wrsETH/WETH 3000 USDC on Base 18/10/2024 to 10/31/2024 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: HedgedAdi2024 <[email protected]>
  • Loading branch information
yum0e and HedgedAdi2024 authored Oct 16, 2024
1 parent b963793 commit d80dc23
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 @@ -1241,4 +1241,19 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.BASE,
},
// wrsETH/WETH 3000 USDC on Base 18/10/2024 to 10/31/2024 00:00
{
start: 1729189800n,
end: 1730313000n,
fundsSender: "0x936DC723508ce4C708e085dB9132c4A62Bfc69Ed",
urdAddress: "0x5400dBb270c956E8985184335A1C62AcA6Ce1333",
tokenAddress: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
marketId: "0x214c2bf3c899c913efda9c4a49adff23f77bbc2dc525af7c05be7ec93f32d561",
rewardAmount: {
supply: parseUnits("1500", 6),
borrow: parseUnits("1500", 6),
collateral: 0n,
},
chainId: ChainId.BASE,
},
];

0 comments on commit d80dc23

Please sign in to comment.