Skip to content

Commit

Permalink
feat: start
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPresident committed Nov 21, 2024
1 parent dd758e3 commit e1762bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/contracts/definitions/moneyMarket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ function msgMoneyMarketRepay({
}).msg;
}

function msgMoneyMarketClaimRewards() {
return { claim_rewards: {} };
}

export {
msgQueryMoneyMarketConfig,
msgQueryMoneyMarketCollaterals,
Expand All @@ -188,4 +192,5 @@ export {
msgMoneyMarketSupply,
msgMoneyMarketWithdrawSupply,
msgMoneyMarketRepay,
msgMoneyMarketClaimRewards,
};

0 comments on commit e1762bb

Please sign in to comment.