Skip to content

Commit

Permalink
feat: add dinero incentives markets program (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKubko authored Aug 20, 2024
1 parent c9b99e1 commit e3999bc
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 @@ -747,4 +747,19 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.MAINNET,
},
// apxETH/WETH 250000 DINERO
{
start: 1724410800n,
end: 1726830000n,
fundsSender: "0x7f6494D4fBEA1c06daC2250A3FCa81003bF8D20C",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb",
tokenAddress: "0x6DF0E641FC9847c0c6Fde39bE6253045440c14d3",
marketId: "0x8bbd1763671eb82a75d5f7ca33a0023ffabdd9d1a3d4316f34753685ae988e80",
rewardAmount: {
supply: parseUnits("250000", 18),
borrow: 0n,
collateral: 0n,
},
chainId: ChainId.MAINNET,
},
];

0 comments on commit e3999bc

Please sign in to comment.