centrifuge / liquidity-pools

Liquidity Pools enable seamless deployment of Centrifuge pools on any EVM-compatible blockchain
https://centrifuge.io
GNU Lesser General Public License v3.0
19 stars 6 forks source link

Morpho Rewards #405

Open 0x4Graham opened 1 month ago

0x4Graham commented 1 month ago

We need to open a PR on the following repo:

https://github.com/morpho-org/morpho-blue-reward-programs

And add the following to the https://github.com/morpho-org/morpho-blue-reward-programs/blob/main/src/market-programs.ts file.

{ start: 1718978400n, -- example timestamp (we need to finalize the start time for next Wednesday) end: 1721142000n, -- example timestamp(end time for the when the rewards should stop) fundsSender: "0x874A0A0fc772a32b40e3749ACc3B72f3b0c9b82a", --? Should be where the funds are being sent from urdAddress: "0x5400dBb270c956E8985184335A1C62AcA6Ce1333", -- This is fine tokenAddress: "0x2b51E2Ec9551F9B87B321f63b805871f1c81ba97", -- CFG token address on Base marketId: "0x83262d91702f90d9edf6c737ceb46e59a2bcfc7ba856e1e8448b7824f83a07e3", rewardAmount: { supply: parseUnits("300000", 18), borrow: 0n, collateral: 0n, }, chainId: ChainId.BASE, },