Skip to content

Commit

Permalink
Update market-programs.ts
Browse files Browse the repository at this point in the history
Signed-off-by: HedgedAdi2024 <aditya.deorukhkar1904@gmail.com>
  • Loading branch information
HedgedAdi2024 authored Oct 26, 2024
1 parent 03eaff5 commit 7a503d6
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 @@ -1332,4 +1332,19 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.BASE,
},
// rsETH/WETH 5000 USDC on Ethereum 10/31/2024 to 11/14/2024 00:00 UTC
{
start: 1730313000,

Check failure on line 1337 in src/market-programs.ts

View workflow job for this annotation

GitHub Actions / Lint, Build and test

Type 'number' is not assignable to type 'bigint'.
end: 1731522600n,
fundsSender: "0x5979d13d648c831607A63cCCaaEEB917b6BDB622",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb",
tokenAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
marketId: "0xba761af4134efb0855adfba638945f454f0a704af11fc93439e20c7c5ebab942",
rewardAmount: {
supply: parseUnits("1250", 6),
borrow: parseUnits("3750", 6),
collateral: 0n,
},
chainId: ChainId.MAINNET,
},
];

0 comments on commit 7a503d6

Please sign in to comment.