Skip to content

Commit

Permalink
feat: cfg incentives for ltf/verusdc market (#30)
Browse files Browse the repository at this point in the history
* patch-1

* clean up lint issues

---------

Signed-off-by: Merlin Egalite <[email protected]>
Co-authored-by: Graham Nelson (Centrifuge) <[email protected]>
Co-authored-by: Merlin Egalite <[email protected]>
  • Loading branch information
3 people authored Aug 26, 2024
1 parent f68ad92 commit 1c56951
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 @@ -807,4 +807,19 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.MAINNET,
},
// verUSDC 60'000 CFG
{
start: 1724749200n,
end: 1729933200n,
fundsSender: "0x8D566ADACe57ee5DD2BF98953B804991D634211A",
urdAddress: "0x5400dBb270c956E8985184335A1C62AcA6Ce1333",
tokenAddress: "0x2b51E2Ec9551F9B87B321f63b805871f1c81ba97",
marketId: "0x83262d91702f90d9edf6c737ceb46e59a2bcfc7ba856e1e8448b7824f83a07e3",
rewardAmount: {
supply: parseUnits("60000", 18),
borrow: 0n,
collateral: 0n,
},
chainId: ChainId.BASE,
},
];

0 comments on commit 1c56951

Please sign in to comment.