Skip to content

Commit

Permalink
feat(reserve-rights): Reserve rewards bsdETH/ETH market (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: bigq <99990370+yum0e@users.noreply.github.com>
Co-authored-by: Ivan Camps <ivanca@sas.upenn.edu>
Co-authored-by: bigq <99990370+yum0e@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 16, 2024
1 parent 3fc6803 commit dbb80d1
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 @@ -522,6 +522,21 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.BASE,
},
// bsdETH/ETH 2,000,000 RSR 07/18/2024 08/18/2024 6pm GMT
{
start: 1721325600n,
end: 1724004000n,
fundsSender: "0x03d03A026E71979BE3b08D44B01eAe4C5FF9da99",
urdAddress: "0x5400dBb270c956E8985184335A1C62AcA6Ce1333",
tokenAddress: "0xaB36452DbAC151bE02b16Ca17d8919826072f64a",
marketId: "0xdf6aa0df4eb647966018f324db97aea09d2a7dde0d3c0a72115e8b20d58ea81f",
rewardAmount: {
supply: parseUnits("2000000", 18),
borrow: 0n,
collateral: 0n,
},
chainId: ChainId.BASE,
},
// new cbETH/USDC 16,000 USDC 07/16/2024 07/20/2024 11am EST
{
start: 1721142000n,
Expand Down

0 comments on commit dbb80d1

Please sign in to comment.