You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
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,
},
The text was updated successfully, but these errors were encountered:
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,
},
The text was updated successfully, but these errors were encountered: