Skip to content

Commit

Permalink
Add cbBTC/USDC 10K market reward program on Mainnet (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Merlin Egalite <[email protected]>
  • Loading branch information
mariashaikh152 and MerlinEgalite authored Sep 24, 2024
1 parent 459d4b1 commit c04613c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/market-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1047,4 +1047,19 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.BASE,
},
];
// cbBTC/USDC 10,000 USDC on Mainnet 09/26/2024 10/03/2024 1pm EST
{
start: 1727370000n,
end: 1727974800n,
fundsSender: "0x874A0A0fc772a32b40e3749ACc3B72f3b0c9b82a",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb",
tokenAddress: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
marketId: "0x64d65c9a2d91c36d56fbc42d69e979335320169b3df63bf92789e2c8883fcc64",
rewardAmount: {
supply: parseUnits("2500", 6),
borrow: parseUnits("7500", 6),
collateral: 0n,
},
chainId: ChainId.MAINNET,
},
];

0 comments on commit c04613c

Please sign in to comment.