Skip to content

Commit

Permalink
USDC incentives for cbBTC and wstETH markets $10K from 10/16-10/23 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariashaikh152 authored Oct 14, 2024
1 parent cfb503c commit 53c9588
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/market-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1196,4 +1196,34 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.BASE,
},
// cbBTC/USDC 10,000 USDC on Base 10/16/2024 10/23/2024 1pm EST
{
start: 1729098000n,
end: 1729702800n,
fundsSender: "0x874A0A0fc772a32b40e3749ACc3B72f3b0c9b82a",
urdAddress: "0x5400dBb270c956E8985184335A1C62AcA6Ce1333",
tokenAddress: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
marketId: "0x9103c3b4e834476c9a62ea009ba2c884ee42e94e6e314a26f04d312434191836",
rewardAmount: {
supply: parseUnits("2500", 6),
borrow: parseUnits("7500", 6),
collateral: 0n,
},
chainId: ChainId.BASE,
},
// wstETH/USDC 10,000 USDC on Base 10/16/2024 10/23/2024 1pm EST
{
start: 1729098000n,
end: 1729702800n,
fundsSender: "0x874A0A0fc772a32b40e3749ACc3B72f3b0c9b82a",
urdAddress: "0x5400dBb270c956E8985184335A1C62AcA6Ce1333",
tokenAddress: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
marketId: "0x13c42741a359ac4a8aa8287d2be109dcf28344484f91185f9a79bd5a805a55ae",
rewardAmount: {
supply: parseUnits("2500", 6),
borrow: parseUnits("7500", 6),
collateral: 0n,
},
chainId: ChainId.BASE,
},
];

0 comments on commit 53c9588

Please sign in to comment.