Skip to content

Commit

Permalink
Reserve rewards bsdETH/ETH market
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Camps committed Jul 9, 2024
1 parent 2762167 commit f3b8997
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,4 +522,19 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.BASE,
},
// bsdETH/ETH 2,000,000 RSR 07/10/2024 08/10/2024 6pm GMT
{
start: 1720634400n,
end: 1723312800n,
fundsSender: "0x03d03A026E71979BE3b08D44B01eAe4C5FF9da99",
urdAddress: "0x5400dBb270c956E8985184335A1C62AcA6Ce1333",
tokenAddress: "0xaB36452DbAC151bE02b16Ca17d8919826072f64a",
marketId: "0xdf6aa0df4eb647966018f324db97aea09d2a7dde0d3c0a72115e8b20d58ea81f",
rewardAmount: {
supply: parseUnits("2000000", 18),
borrow: 0n,
collateral: 0n,
},
chainId: ChainId.BASE,
},
];

0 comments on commit f3b8997

Please sign in to comment.