Skip to content

Commit

Permalink
cbBTC/USDC 30,000 USDC on Mainnet (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariashaikh152 authored Oct 3, 2024
1 parent 0045836 commit fd86536
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 @@ -1136,4 +1136,19 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.MAINNET,
},
// cbBTC/USDC 30,000 USDC on Mainnet 10/04/2024 10/18/2024 1pm EST
{
start: 1728061200n,
end: 1729270800n,
fundsSender: "0x874A0A0fc772a32b40e3749ACc3B72f3b0c9b82a",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb",
tokenAddress: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
marketId: "0x64d65c9a2d91c36d56fbc42d69e979335320169b3df63bf92789e2c8883fcc64",
rewardAmount: {
supply: parseUnits("7500", 6),
borrow: parseUnits("22500", 6),
collateral: 0n,
},
chainId: ChainId.MAINNET,
},
];

0 comments on commit fd86536

Please sign in to comment.