Skip to content

Commit

Permalink
feat: add dinero incentives markets program (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKubko authored Jul 29, 2024
1 parent 6df5c1f commit 140f4f2
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 @@ -657,6 +657,21 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.MAINNET,
},
// apxETH/WETH 67000 DINERO
{
start: 1722556800n,
end: 1723766400n,
fundsSender: "0x7f6494D4fBEA1c06daC2250A3FCa81003bF8D20C",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb",
tokenAddress: "0x6DF0E641FC9847c0c6Fde39bE6253045440c14d3",
marketId: "0x8bbd1763671eb82a75d5f7ca33a0023ffabdd9d1a3d4316f34753685ae988e80",
rewardAmount: {
supply: parseUnits("67000", 18),
borrow: 0n,
collateral: 0n,
},
chainId: ChainId.MAINNET,
},
// bsdETH/ETH Base 600,000 RSR 07/25/2024 08/25/2024 1pm GMT
{
start: 1721912410n,
Expand Down

0 comments on commit 140f4f2

Please sign in to comment.