Skip to content

Commit

Permalink
added update amount
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelzingaro88 committed Jul 15, 2024
1 parent a1fd34b commit e233ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/market-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
tokenAddress: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
marketId: "0xdba352d93a64b17c71104cbddc6aef85cd432322a1446b5b65163cbbc615cd0c",
rewardAmount: {
supply: parseUnits("16000", 6),
supply: parseUnits("14280", 6),
borrow: 0n,
collateral: 0n,
},
Expand Down

0 comments on commit e233ec4

Please sign in to comment.