Skip to content

Commit

Permalink
rseth/weth updated incentives (#52)
Browse files Browse the repository at this point in the history
* Update market-programs.ts for market-id rseth-weth

Updated market id 
From: 0xeeabdcb98e9f7ec216d259a2c026bbb701971efae0b44eec79a86053f9b128b6
To: 0xba761af4134efb0855adfba638945f454f0a704af11fc93439e20c7c5ebab942

Signed-off-by: fenil233 <108258908+fenil233@users.noreply.github.com>

* Update market-programs.ts

Signed-off-by: fenil233 <108258908+fenil233@users.noreply.github.com>

* Update market-programs.ts

Signed-off-by: fenil233 <108258908+fenil233@users.noreply.github.com>

---------

Signed-off-by: fenil233 <108258908+fenil233@users.noreply.github.com>
  • Loading branch information
fenil233 authored Sep 30, 2024
1 parent 7265fa8 commit 0045836
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/market-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1068,10 +1068,10 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
fundsSender: "0x9cCC7Df2da448BBeA48347822E2A920053B7E67B",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb",
tokenAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
marketId: "0xeeabdcb98e9f7ec216d259a2c026bbb701971efae0b44eec79a86053f9b128b6",
marketId: "0xba761af4134efb0855adfba638945f454f0a704af11fc93439e20c7c5ebab942",
rewardAmount: {
supply: parseUnits("5000", 6),
borrow: 0n,
supply: parseUnits("2500", 6),
borrow: parseUnits("2500", 6),
collateral: 0n,
},
chainId: ChainId.MAINNET,
Expand Down

0 comments on commit 0045836

Please sign in to comment.