Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Morpho Rewards #405

Open
0x4Graham opened this issue Aug 20, 2024 · 0 comments
Open

Morpho Rewards #405

0x4Graham opened this issue Aug 20, 2024 · 0 comments

Comments

@0x4Graham
Copy link

0x4Graham commented Aug 20, 2024

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,
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant